|
@@ -32,14 +32,14 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="dian">
|
|
<el-col :span="24" class="dian">
|
|
- 图标
|
|
|
|
|
|
+ <dian></dian>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="9" class="xinpin">
|
|
<el-col :span="9" class="xinpin">
|
|
- 新品发布,创新服务
|
|
|
|
|
|
+ <xinpin :xinpinList="xinpinList" :chuangxinList="chuangxinList"></xinpin>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="link">
|
|
<el-col :span="24" class="link">
|
|
- 友情链接
|
|
|
|
|
|
+ <linkInfo :linkList="linkList"></linkInfo>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -60,6 +60,9 @@ import mapInfo from '@/layout/index/mapInfo.vue';
|
|
import zixun from '@/layout/index/zixun.vue';
|
|
import zixun from '@/layout/index/zixun.vue';
|
|
import notice from '@/layout/index/notice.vue';
|
|
import notice from '@/layout/index/notice.vue';
|
|
import law from '@/layout/index/law.vue';
|
|
import law from '@/layout/index/law.vue';
|
|
|
|
+import dian from '@/layout/index/dian.vue';
|
|
|
|
+import xinpin from '@/layout/index/xinpin.vue';
|
|
|
|
+import linkInfo from '@/layout/index/linkInfo.vue';
|
|
import foot from '@/layout/index/foot.vue';
|
|
import foot from '@/layout/index/foot.vue';
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -70,6 +73,9 @@ export default {
|
|
zixunList: null, //最新资讯
|
|
zixunList: null, //最新资讯
|
|
noticeList: null, //通知公告
|
|
noticeList: null, //通知公告
|
|
lawList: null, //政策法规
|
|
lawList: null, //政策法规
|
|
|
|
+ xinpinList: null, //新品发布
|
|
|
|
+ chuangxinList: null, //创新服务
|
|
|
|
+ linkList: null, //友情链接
|
|
},
|
|
},
|
|
components: {
|
|
components: {
|
|
top, //头部
|
|
top, //头部
|
|
@@ -79,6 +85,9 @@ export default {
|
|
zixun, //最新资讯
|
|
zixun, //最新资讯
|
|
notice, //通知公告
|
|
notice, //通知公告
|
|
law, //政策法规
|
|
law, //政策法规
|
|
|
|
+ dian, //图标链接
|
|
|
|
+ xinpin, //新品发布 创新服务
|
|
|
|
+ linkInfo, //友情链接
|
|
foot, //底部
|
|
foot, //底部
|
|
},
|
|
},
|
|
data: () => ({}),
|
|
data: () => ({}),
|
|
@@ -107,7 +116,7 @@ export default {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.main {
|
|
.main {
|
|
- height: 960px;
|
|
|
|
|
|
+ height: 1000px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
}
|
|
}
|
|
@@ -159,7 +168,6 @@ export default {
|
|
float: left;
|
|
float: left;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 160px;
|
|
height: 160px;
|
|
- background: #fff;
|
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.main .xinpin {
|
|
.main .xinpin {
|