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