|
@@ -10,26 +10,26 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="12" class="ditu">
|
|
<el-col :span="12" class="ditu">
|
|
-
|
|
|
|
|
|
+ <ditu :mapUrl="mapUrl"></ditu>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="zixun">
|
|
<el-col :span="12" class="zixun">
|
|
-
|
|
|
|
|
|
+ <zixun></zixun>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="notice">
|
|
<el-col :span="8" class="notice">
|
|
-
|
|
|
|
|
|
+ <notice></notice>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="law">
|
|
<el-col :span="8" class="law">
|
|
-
|
|
|
|
|
|
+ <law></law>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="keji">
|
|
<el-col :span="8" class="keji">
|
|
-
|
|
|
|
|
|
+ <keji></keji>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="link">
|
|
|
|
-
|
|
|
|
|
|
+ <el-col :span="24" class="lianjie">
|
|
|
|
+ <lianjie :linkList="linkList"></lianjie>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="foot">
|
|
<el-col :span="24" class="foot">
|
|
-
|
|
|
|
|
|
+ <foot :foot="foot"></foot>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -38,14 +38,32 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import top from '../../layout/altai/index/top.vue';
|
|
import top from '../../layout/altai/index/top.vue';
|
|
|
|
+import ditu from '../../layout/altai/index/ditu.vue';
|
|
|
|
+import zixun from '../../layout/altai/index/zixun.vue';
|
|
|
|
+import notice from '../../layout/altai/index/notice.vue';
|
|
|
|
+import law from '../../layout/altai/index/law.vue';
|
|
|
|
+import keji from '../../layout/altai/index/keji.vue';
|
|
|
|
+import lianjie from '../../layout/altai/index/lianjie.vue';
|
|
|
|
+import foot from '../../layout/altai/index/foot.vue';
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
- props: {},
|
|
|
|
|
|
+ props: {
|
|
|
|
+ mapUrl: null,
|
|
|
|
+ linkList: null,
|
|
|
|
+ foot:null,
|
|
|
|
+ },
|
|
components: {
|
|
components: {
|
|
top,//头部
|
|
top,//头部
|
|
|
|
+ ditu,
|
|
|
|
+ zixun,
|
|
|
|
+ notice,
|
|
|
|
+ law,
|
|
|
|
+ keji,
|
|
|
|
+ lianjie,
|
|
|
|
+ foot,
|
|
},
|
|
},
|
|
data: () => ({}),
|
|
data: () => ({}),
|
|
- created() {},
|
|
|
|
|
|
+ created() { },
|
|
computed: {},
|
|
computed: {},
|
|
methods: {},
|
|
methods: {},
|
|
};
|
|
};
|
|
@@ -61,7 +79,6 @@ export default {
|
|
height: 100px;
|
|
height: 100px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
color: #f2f5fa;
|
|
color: #f2f5fa;
|
|
- padding: 35px 0;
|
|
|
|
}
|
|
}
|
|
.nav {
|
|
.nav {
|
|
background-color: aliceblue;
|
|
background-color: aliceblue;
|
|
@@ -70,7 +87,7 @@ export default {
|
|
}
|
|
}
|
|
.ditu {
|
|
.ditu {
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
- background-color: blue;
|
|
|
|
|
|
+ background-color: #ffffff;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
height: 400px;
|
|
height: 400px;
|
|
width: 587px;
|
|
width: 587px;
|
|
@@ -81,7 +98,7 @@ export default {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
height: 400px;
|
|
height: 400px;
|
|
width: 603px;
|
|
width: 603px;
|
|
- background-color: aqua;
|
|
|
|
|
|
+ background-color: #ffffff;
|
|
}
|
|
}
|
|
.notice {
|
|
.notice {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -89,7 +106,7 @@ export default {
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
width: 394px;
|
|
width: 394px;
|
|
height: 331px;
|
|
height: 331px;
|
|
- background-color: aqua;
|
|
|
|
|
|
+ background-color: #ffffff;
|
|
}
|
|
}
|
|
.law {
|
|
.law {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -97,20 +114,20 @@ export default {
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
width: 394px;
|
|
width: 394px;
|
|
height: 331px;
|
|
height: 331px;
|
|
- background-color: aliceblue;
|
|
|
|
|
|
+ background-color: #ffffff;
|
|
}
|
|
}
|
|
.keji {
|
|
.keji {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
width: 392px;
|
|
width: 392px;
|
|
height: 331px;
|
|
height: 331px;
|
|
- background-color: blue;
|
|
|
|
|
|
+ background-color: #ffffff;
|
|
}
|
|
}
|
|
-.link {
|
|
|
|
|
|
+.lianjie {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
height: 100px;
|
|
height: 100px;
|
|
- background-color: blue;
|
|
|
|
|
|
+ background-color: #ffffff;
|
|
}
|
|
}
|
|
.foot {
|
|
.foot {
|
|
overflow: hidden;
|
|
overflow: hidden;
|