|
@@ -1,8 +1,8 @@
|
|
<template>
|
|
<template>
|
|
<div class="client-sidebar mta-hidden-xs">
|
|
<div class="client-sidebar mta-hidden-xs">
|
|
<ul>
|
|
<ul>
|
|
-<!-- <li><a class="sidebar-default-box" :href="linkForKefu" target="_blank"><i></i>-->
|
|
|
|
-<!-- <p>在线资讯</p></a></li>-->
|
|
|
|
|
|
+ <!-- <li><a class="sidebar-default-box" :href="linkForKefu" target="_blank"><i></i>-->
|
|
|
|
+ <!-- <p>在线资讯</p></a></li>-->
|
|
<li>
|
|
<li>
|
|
<div class="sidebar-default-box"><i></i>
|
|
<div class="sidebar-default-box"><i></i>
|
|
<p>电话资讯</p></div>
|
|
<p>电话资讯</p></div>
|
|
@@ -17,8 +17,12 @@
|
|
<img :src="img1">
|
|
<img :src="img1">
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</li>
|
|
- <li v-if="btnFlag"><i @click="backTop"></i>
|
|
|
|
- <p>置顶</p></li>
|
|
|
|
|
|
+ <li v-if="btnFlag">
|
|
|
|
+ <div class="sidebar-default-box">
|
|
|
|
+ <i @click="backTop"></i>
|
|
|
|
+ <p>置顶</p></div>
|
|
|
|
+ </li>
|
|
|
|
+
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -76,27 +80,29 @@ export default {
|
|
//display: none;
|
|
//display: none;
|
|
position: fixed;
|
|
position: fixed;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
- top: 80px;
|
|
|
|
- right: 0;
|
|
|
|
|
|
+ top: 100px;
|
|
|
|
+ right: 20px;
|
|
|
|
|
|
li {
|
|
li {
|
|
- width: 94px;
|
|
|
|
- height: 102px;
|
|
|
|
|
|
+ width: 84px;
|
|
|
|
+ height: 68px;
|
|
position: relative;
|
|
position: relative;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ margin-bottom: 14px;
|
|
|
|
+
|
|
|
|
|
|
i {
|
|
i {
|
|
- width: 45px;
|
|
|
|
- height: 40px;
|
|
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 30px;
|
|
display: block;
|
|
display: block;
|
|
- margin: 16px auto;
|
|
|
|
|
|
+ margin: 4px auto;
|
|
background-position: center;
|
|
background-position: center;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
background-repeat: no-repeat
|
|
background-repeat: no-repeat
|
|
}
|
|
}
|
|
|
|
|
|
p {
|
|
p {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
color: #00b96b;
|
|
color: #00b96b;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@@ -108,6 +114,7 @@ export default {
|
|
z-index: 2;
|
|
z-index: 2;
|
|
background: #fff;
|
|
background: #fff;
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
+ border-radius: 8px;
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
@@ -122,7 +129,7 @@ export default {
|
|
border: 1px solid #eee;
|
|
border: 1px solid #eee;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
position: absolute;
|
|
position: absolute;
|
|
- right: -150px;
|
|
|
|
|
|
+ right: -240px;
|
|
background: #fff;
|
|
background: #fff;
|
|
top: 0;
|
|
top: 0;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -164,11 +171,30 @@ export default {
|
|
li:nth-child(1) i {
|
|
li:nth-child(1) i {
|
|
background-image: url("~static/gangweiIcon/z143.png");
|
|
background-image: url("~static/gangweiIcon/z143.png");
|
|
}
|
|
}
|
|
|
|
+ li:nth-child(1) {
|
|
|
|
+ .sidebar-hover-box {
|
|
|
|
+ width: 180px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
li:nth-child(2) i {
|
|
li:nth-child(2) i {
|
|
background-image: url("~static/gangweiIcon/z145.png");
|
|
background-image: url("~static/gangweiIcon/z145.png");
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ li:nth-child(2) {
|
|
|
|
+ .sidebar-hover-box {
|
|
|
|
+ width: 220px;
|
|
|
|
+ height: 220px;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ img {
|
|
|
|
+ height: 170px;
|
|
|
|
+ height: 170px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
li:nth-child(3) i {
|
|
li:nth-child(3) i {
|
|
background-image: url("~static/gangweiIcon/z144.png");
|
|
background-image: url("~static/gangweiIcon/z144.png");
|
|
}
|
|
}
|