瀏覽代碼

Merge branch 'master' of http://192.168.0.115:3000/chenzhiguang/scene_wisdom

xzw 4 年之前
父節點
當前提交
3c282cb5d7
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      css/hardware.css

+ 3 - 2
css/hardware.css

@@ -111,10 +111,11 @@
 
 .ac-left li{
   margin: 16px 0;
+  cursor: pointer;
 }
 
-.ac-left li:not(:first-of-type),.ac-left li:not(:last-of-type){
-  cursor: pointer;
+.ac-left li:first-of-type,.ac-left li:last-of-type{
+  cursor: auto;
 }