Commit 993175ae authored by zhanglw's avatar zhanglw

新闻排版

parent 884d1da7
......@@ -18,6 +18,7 @@
<el-breadcrumb-item>资讯详情</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div style="width: 94%;margin: 0 auto">
<div class="news-head">
<h2>{{ dataObj.title }}</h2>
<div class="news-info">
......@@ -30,6 +31,7 @@
</div>
</div>
</div>
</div>
<home-footer ref="homeFooter" />
<inquiry-view ref="inquiryView" />
<el-backtop />
......@@ -521,7 +523,7 @@ export default {
text-align: center;
h2 {
margin: 20px;
font-size: 42px;
font-size: 36px;
}
.news-info {
display: flex;
......@@ -537,7 +539,8 @@ export default {
}
}
.news-body {
width: 100%;
width: 90%;
margin: 0 auto;
padding: 0 10px;
color: #666;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment