Commit ace830dd authored by zhanglw's avatar zhanglw

调整

parent cc8ecdfb
......@@ -16,7 +16,7 @@
::-webkit-scrollbar {
/*滚动条整体样式*/
width : 4px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
height: 0;
}
::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
......
......@@ -38,7 +38,7 @@ module.exports = {
/**
* 底部文字,支持html语法
*/
footerTxt: 'Copyright 2023 © All Rights Reserved',
footerTxt: 'Copyright 2016-2023 © All Rights Reserved',
/**
* 备案号
*/
......
......@@ -10,9 +10,9 @@
<svg-icon icon-class="z_erweima" class-name="icon" />
<div class="label">关注微信</div>
<div class="line-s" />
<div class="fixed-contact-popover">
<div class="fixed-contact-popover" style="top: 20px">
<div class="fixed-contact-popover-img">
<img src="@/assets/home_images/wxgz.jpg" alt="">
<img src="@/assets/home_images/wxgz.jpg">
</div>
</div>
</li>
......@@ -20,6 +20,13 @@
<svg-icon icon-class="z_dianhua" class-name="icon" />
<div class="label">电话咨询</div>
<div class="line-s" />
<div class="fixed-contact-popover" style="top: 20px">
<div class="fixed-contact-popover-img" style="padding: 0 30px">
<img src="@/assets/home_images/telephone.png">
</div>
<span style="font-size: 18px;font-weight: bolder;line-height: 30px;user-select: none;">咨询电话<br></span>
<span style="line-height: 20px;">400-0631-598</span>
</div>
</li>
<li class="fixed-contact-item" @click="goTop">
<svg-icon icon-class="z_fanhuidingbu" class-name="icon" />
......@@ -134,6 +141,7 @@ export default {
}
.fixed-contact-popover-img {
width: 100%;
user-select: none;
& > img {
width: 100%;
}
......
......@@ -73,6 +73,11 @@
<hr>
<div class="xxx">首页内容</div>
<hr>
<div v-if="$store.state.settings.showFooter" class="home-footer">
<span v-html="$store.state.settings.footerTxt" />
<span v-if="$store.state.settings.caseNumber"></span>
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">{{ $store.state.settings.caseNumber }}</a>
</div>
<float-btn ref="floatBtn" />
</div>
</template>
......@@ -366,4 +371,18 @@ export default {
background: #1961C5;
}
}
.home-footer {
width: 100%;
height: 33px;
bottom: 0;
padding: 10px 6px 0 6px;
text-align: center;
background: none repeat scroll 0 0 black;
overflow: hidden;
font-size: 0.7rem !important;
letter-spacing: 0.8px;
font-family: Arial, sans-serif !important;
color: #E8E6E6;
z-index: 99;
}
</style>
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