|
@@ -176,7 +176,7 @@
|
|
@mouseover="kefuCode = true"
|
|
@mouseover="kefuCode = true"
|
|
@mouseleave="kefuCode = false"
|
|
@mouseleave="kefuCode = false"
|
|
>
|
|
>
|
|
- <div v-if="kefuCode">
|
|
|
|
|
|
+ <div v-if="kefuCode" style="background: #ffffff">
|
|
<img src="../../../assets/21st-kefu-code.jpg" />
|
|
<img src="../../../assets/21st-kefu-code.jpg" />
|
|
<span>扫一扫,添加客服微信</span>
|
|
<span>扫一扫,添加客服微信</span>
|
|
</div>
|
|
</div>
|
|
@@ -501,7 +501,6 @@ export default {
|
|
bottom: 300px;
|
|
bottom: 300px;
|
|
z-index: 3;
|
|
z-index: 3;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- background: #ffffff;
|
|
|
|
img {
|
|
img {
|
|
width: 150px;
|
|
width: 150px;
|
|
}
|
|
}
|