Browse Source

鼠标滑上去蓝色

luolei 4 years ago
parent
commit
3b5b76f067
2 changed files with 7 additions and 0 deletions
  1. 4 0
      src/css/index.less
  2. 3 0
      src/css/qcScore.less

+ 4 - 0
src/css/index.less

@@ -137,6 +137,7 @@
         text-indent: 42px;
         background: url("../images/module.png") 16px 12px no-repeat;
         margin-bottom: 10px;
+        background-color: red;
       }
 
     }
@@ -230,6 +231,9 @@
             color: @activeColor;
             opacity: 1;
           }
+          &:hover {
+            color: @activeColor;
+          }
         }
       }
     }

+ 3 - 0
src/css/qcScore.less

@@ -167,6 +167,9 @@
         &.active{
           color: @activeColor;
         }
+        &:hover {
+          color: @activeColor;
+        }
       }
     }
   }