luolei 5 years ago
parent
commit
8a6d51c5b0
3 changed files with 9 additions and 7 deletions
  1. 7 5
      src/css/qcScore.less
  2. 1 1
      src/css/reset.less
  3. 1 1
      src/js/utils.js

+ 7 - 5
src/css/qcScore.less

@@ -43,7 +43,7 @@
     z-index: 1;
   }
   &>ul>li{
-    color: @themeFontClr;
+    color: @fstColor;
     &.menu-0{
       background: url("../images/total.png") 20px 9px no-repeat;
       &.active{
@@ -75,6 +75,9 @@
       }
     }
   }
+  .slide-up {
+    background-color: @activeBg !important;
+  }
   .active{
     color: @activeColor;
     /*background: @activeBg;
@@ -86,7 +89,7 @@
   .list-1{
     position: relative;
     p {
-      color: @themeFontClr;
+      color: @fstColor;
       &:hover {
         color: @activeColor;
       }
@@ -109,7 +112,7 @@
       display: none;
       li.page{
         text-indent: 55px;
-        color: @themeFontClr;
+        color: @fstColor;
         &.active{
           color: @activeColor;
         }
@@ -131,8 +134,7 @@
     border-top: 1px @themeBorderClr solid;
     p{
       font-size:12px;
-      color: #fff;
-      opacity: .3;
+      color: @trdColor;
     }
   }
 }

+ 1 - 1
src/css/reset.less

@@ -32,7 +32,7 @@ input {
   color: #333333;
   text-decoration: none;
 }
-
+textarea,
 html,
 body {
   font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;

+ 1 - 1
src/js/utils.js

@@ -1,7 +1,7 @@
 const qs = require('qs');
 const $ = require("jquery");
 var Utils = require('./rePromise');
-const baseUrl = "http://192.168.2.236:5858"
+const baseUrl = "http://192.168.2.241:5858"
 //页面映射
 const pageMap={
   'YH-KZT':'console.html',