wangxy 2 年之前
父节点
当前提交
52550d2c78
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      components/sidebar.vue

+ 8 - 8
components/sidebar.vue

@@ -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>
@@ -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");
     background-image: url("~static/gangweiIcon/z143.png");
   }
   }
 
 
-  li:nth-child(3) i {
+  li:nth-child(2) i {
     background-image: url("~static/gangweiIcon/z145.png");
     background-image: url("~static/gangweiIcon/z145.png");
   }
   }
 
 
-  li:nth-child(4) i {
+  li:nth-child(3) i {
     background-image: url("~static/gangweiIcon/z144.png");
     background-image: url("~static/gangweiIcon/z144.png");
   }
   }
 }
 }