Selaa lähdekoodia

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

xzw 4 vuotta sitten
vanhempi
commit
3c282cb5d7
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  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;
 }