|
@@ -31,6 +31,9 @@
|
|
<el-col :span="24" class="foot">
|
|
<el-col :span="24" class="foot">
|
|
<foot :foot="foot"></foot>
|
|
<foot :foot="foot"></foot>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="24" class="img">
|
|
|
|
+ <imageInfo></imageInfo>
|
|
|
|
+ </el-col>
|
|
</div>
|
|
</div>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
@@ -46,19 +49,20 @@ import keji from '../../layout/altai/index/keji.vue';
|
|
import lianjie from '../../layout/altai/index/lianjie.vue';
|
|
import lianjie from '../../layout/altai/index/lianjie.vue';
|
|
import foot from '../../layout/altai/index/foot.vue';
|
|
import foot from '../../layout/altai/index/foot.vue';
|
|
import native from '../../layout/altai/index/native.vue';
|
|
import native from '../../layout/altai/index/native.vue';
|
|
|
|
+import imageInfo from '../../layout/altai/index/image.vue';
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
props: {
|
|
props: {
|
|
- mapUrl: null,//首页地图图片
|
|
|
|
- ziXunList:null,
|
|
|
|
- noticeList:null,
|
|
|
|
- lawList:null,
|
|
|
|
- keJiList:null,
|
|
|
|
- linkList: null,//友情链接
|
|
|
|
- foot:null,//头部信息+底部信息
|
|
|
|
|
|
+ mapUrl: null, //首页地图图片
|
|
|
|
+ ziXunList: null,
|
|
|
|
+ noticeList: null,
|
|
|
|
+ lawList: null,
|
|
|
|
+ keJiList: null,
|
|
|
|
+ linkList: null, //友情链接
|
|
|
|
+ foot: null, //头部信息+底部信息
|
|
},
|
|
},
|
|
components: {
|
|
components: {
|
|
- top,//头部
|
|
|
|
|
|
+ top, //头部
|
|
ditu,
|
|
ditu,
|
|
zixun,
|
|
zixun,
|
|
notice,
|
|
notice,
|
|
@@ -66,7 +70,8 @@ export default {
|
|
keji,
|
|
keji,
|
|
lianjie,
|
|
lianjie,
|
|
foot,
|
|
foot,
|
|
- native,//导航
|
|
|
|
|
|
+ native, //导航
|
|
|
|
+ imageInfo, //图片飘动
|
|
},
|
|
},
|
|
data: () => ({}),
|
|
data: () => ({}),
|
|
created() {},
|
|
created() {},
|
|
@@ -142,4 +147,8 @@ export default {
|
|
color: #858f9b;
|
|
color: #858f9b;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
}
|
|
|
|
+.img {
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 0;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|