zhouna hace 5 años
padre
commit
33434baa1f
Se han modificado 3 ficheros con 11 adiciones y 17 borrados
  1. 0 9
      src/css/index.less
  2. 8 6
      src/css/qcScore.less
  3. 3 2
      src/html/qcScore.html

+ 0 - 9
src/css/index.less

@@ -90,9 +90,6 @@
     background: @activeBg;
     border-right: 3px @activeColor solid;
   }
-  .slide-up{
-    color: @activeColor;
-  }
   .list-1,.list-1-show{
     position: relative;
     &:after{
@@ -116,9 +113,6 @@
       display: none;
       li.page{
         text-indent: 30px;
-        &:hover {
-          color: @activeColor;
-        }
       }
     }
   }
@@ -127,9 +121,6 @@
       background: url("../images/icon_up.png") no-repeat;
     }
   }
-  .page:hover {
-    color: @activeColor;
-  }
   li{
     line-height: @menuLiHt;
     text-indent: 15px;

+ 8 - 6
src/css/qcScore.less

@@ -1,6 +1,7 @@
 @import './reset.less';
 .main-part{
   height: 100%;
+  margin-top: 20px;
 }
 .waring {
   color: #FF4D4F;
@@ -8,11 +9,12 @@
   height: 18px;
 }
 .patient-info{
-  height: 50px;
-  line-height: 50px;
-  margin-top: 10px;
+  height: 44px;
+  line-height: 44px;
   text-align: center;
+  background:linear-gradient(123deg,#5A8EEE 0%,#7EABFF 100%);
   span{
+    color: #fff;
     margin-right: 40px;
   }
 }
@@ -28,11 +30,11 @@
     background: @activeBg;
     border-right: 3px @activeColor solid;
   }
-  .slide-up{
-    color: @activeColor;
-  }
   .list-1{
     position: relative;
+    p:hover{
+         color: @activeColor;
+       }
     &:after{
       content: " ";
       display: inline-block;

+ 3 - 2
src/html/qcScore.html

@@ -7,9 +7,10 @@
     <title>质控评分</title>
     <script type="text/html" id="subMenuTmpl">
         {{if sonMode.length}}
-        <li class="list-1">${name}
+        <li class="list-1">
+            <p>${name}</p>
             {{else}}
-        <li class="page" code="${name}">${name}
+        <li class="page" code="${name}"><p>${name}</p>
             {{/if}}
             <ul>
                 {{each sonMode}}