Commit 39a4bb40 authored by 黄奎's avatar 黄奎

页面修改

parent 0030ec30
<style> <style>
@import "../../assets/global/foot.css"; @import "../../assets/global/foot.css";
.foot-box .home_footer{
margin:30px 0 15px 0;
cursor: pointer;
}
.foot-box .home_footer .float{
float: left;
font-size: 12px;
color: #D0D0D0;
}
.foot-box .home_footer .float .iconfont{
font-size: 32px;
margin: 15px 10px;
}
.foot-box .home_footer .float ul li{
display: inline-block;
font-size: 12px;
color:#D0D0D0;
width: 50%;
padding:5px 0;
}
.foot-box .home_footer .float p{
padding:5px 0;
text-align: left;
}
.foot-box .home_footer .el-col-6{
padding-left: 40px;
box-sizing: border-box;
}
.foot-box .home_footer {
margin: 30px 0 15px 0;
cursor: pointer;
}
.foot-box .home_footer .float {
float: left;
font-size: 12px;
color: #D0D0D0;
}
.foot-box .home_footer .float .iconfont {
font-size: 32px;
margin: 15px 10px;
}
.foot-box .home_footer .float ul li {
display: inline-block;
font-size: 12px;
color: #D0D0D0;
width: 50%;
padding: 5px 0;
}
.foot-box .home_footer .float p {
padding: 5px 0;
text-align: left;
}
.foot-box .home_footer .el-col-6 {
padding-left: 40px;
box-sizing: border-box;
}
</style> </style>
<template> <template>
<div class="foot-box"> <div class="foot-box">
<el-row style="width:1200px;margin:0 auto" class="home_footer" v-if="localStorage&&localStorage.i==2"> <el-row style="width:1200px;margin:0 auto" class="home_footer" v-if="localStorage&&localStorage.i==2">
<el-col :span="6"> <el-col :span="6">
<div class="float"><i class="iconfont icon-icon-test6"></i></div> <div class="float"><i class="iconfont icon-icon-test6"></i></div>
<div class="float" style="width:198px"> <div class="float" style="width:198px">
...@@ -50,7 +55,7 @@ ...@@ -50,7 +55,7 @@
</ul> </ul>
</div> </div>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">
<div class="float"><i class="iconfont icon-icon-test7"></i></div> <div class="float"><i class="iconfont icon-icon-test7"></i></div>
...@@ -63,7 +68,7 @@ ...@@ -63,7 +68,7 @@
</div> </div>
</div> </div>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">
<div class="float"><i class="iconfont icon-cailiao"></i></div> <div class="float"><i class="iconfont icon-cailiao"></i></div>
...@@ -72,10 +77,8 @@ ...@@ -72,10 +77,8 @@
<div> <div>
<!-- <p @click="FootgoUrl('PersonalTailor')">选择定制师</p> --> <!-- <p @click="FootgoUrl('PersonalTailor')">选择定制师</p> -->
<p @click="FootgoUrl('PersonalTailor')">定制我的行程</p> <p @click="FootgoUrl('PersonalTailor')">定制我的行程</p>
</div> </div>
</div> </div>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">
<div class="float"><i class="iconfont icon-putonghuiyuan"></i></div> <div class="float"><i class="iconfont icon-putonghuiyuan"></i></div>
...@@ -85,36 +88,38 @@ ...@@ -85,36 +88,38 @@
<p @click="FootgoUrl('newPersonalCenter?key=1')">我的优惠券</p> <p @click="FootgoUrl('newPersonalCenter?key=1')">我的优惠券</p>
<p @click="FootgoUrl('integral')">我的积分</p> <p @click="FootgoUrl('integral')">我的积分</p>
<p @click="FootgoUrl('newPersonalCenter?key=8-1')">订单中心</p> <p @click="FootgoUrl('newPersonalCenter?key=8-1')">订单中心</p>
</div> </div>
</div> </div>
</el-col> </el-col>
<el-col :span="3" style="text-align:center"> <el-col :span="3" style="text-align:center">
<p style="color:#D0D0D0;font-size:14px;">微信扫描小程序</p> <p style="color:#D0D0D0;font-size:14px;">微信扫描小程序</p>
<div style="width:118px;height:118px;display: inline-block;margin-top:5px"><img src="../../assets/img/xiaocx.png" alt=""></div> <div style="width:118px;height:118px;display: inline-block;margin-top:5px"><img
src="../../assets/img/xiaocx.png" alt=""></div>
</el-col> </el-col>
</el-row> </el-row>
<p>旅行社业务经营许可证编号:L-SC-CJ00015 蜀ICP备13000760号</p> <p>旅行社业务经营许可证编号:L-SC-CJ00015 蜀ICP备13000760号</p>
<p style="padding:10px 0">©2012-2018 微途科技 版权所有 </p> <p style="padding:10px 0">©2012-2022 微途科技 版权所有 </p>
</div> </div>
</template> </template>
<script> <script>
export default { export default {
data () { data() {
return { return {
localStorage:{} localStorage: {}
} }
}, },
mounted () { mounted() {
this.localStorage = JSON.parse(localStorage.g); this.localStorage = JSON.parse(localStorage.g);
}, },
methods:{ methods: {
// 底部跳转 // 底部跳转
FootgoUrl(path){ FootgoUrl(path) {
this.$router.push({ path }) this.$router.push({
}, path
}, })
},
} },
}
</script> </script>
\ No newline at end of file
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