Explorar o código

菜单添加hover状态(3875)

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
695a589777
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  1. 3 0
      src/css/index.less
  2. 4 0
      src/css/qcScore.less

+ 3 - 0
src/css/index.less

@@ -90,6 +90,9 @@
     background: @activeBg;
     border-right: 3px @activeColor solid;
   }
+  .page:hover{
+      color: @activeColor;
+  }
   .list-1,.list-1-show{
     position: relative;
     &:after{

+ 4 - 0
src/css/qcScore.less

@@ -37,11 +37,15 @@
     background: @activeBg;
     border-right: 3px @activeColor solid;
   }
+  .page:hover{
+      color: @activeColor;
+  }
   .list-1{
     position: relative;
     p:hover{
          color: @activeColor;
        }
+   
     &:after{
       content: " ";
       display: inline-block;