|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
<div class="client-sidebar mta-hidden-xs">
|
|
|
<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>
|
|
|
<div class="sidebar-default-box"><i></i>
|
|
|
<p>电话资讯</p></div>
|
|
@@ -156,19 +156,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- li:nth-child(1) i {
|
|
|
- background-image: url("~static/gangweiIcon/z142.png");
|
|
|
- }
|
|
|
+ //li:nth-child(1) i {
|
|
|
+ // background-image: url("~static/gangweiIcon/z142.png");
|
|
|
+ //}
|
|
|
|
|
|
- li:nth-child(2) i {
|
|
|
+ li:nth-child(1) i {
|
|
|
background-image: url("~static/gangweiIcon/z143.png");
|
|
|
}
|
|
|
|
|
|
- li:nth-child(3) i {
|
|
|
+ li:nth-child(2) i {
|
|
|
background-image: url("~static/gangweiIcon/z145.png");
|
|
|
}
|
|
|
|
|
|
- li:nth-child(4) i {
|
|
|
+ li:nth-child(3) i {
|
|
|
background-image: url("~static/gangweiIcon/z144.png");
|
|
|
}
|
|
|
}
|