luolei 5 سال پیش
والد
کامیت
94c327c943
4فایلهای تغییر یافته به همراه23 افزوده شده و 17 حذف شده
  1. 6 6
      src/css/console.less
  2. 13 7
      src/css/deptConsole.less
  3. 3 3
      src/css/index.less
  4. 1 1
      src/js/deptConsole.js

+ 6 - 6
src/css/console.less

@@ -74,7 +74,7 @@ body.console {
   
   .title {
     font-size: 16px;
-    font-weight: bold;
+    // font-weight: bold;
     color: @fstColor;
     border-bottom: 1px solid @themeBorderClr;
     height: 40px;
@@ -118,7 +118,7 @@ body.console {
   line-height: 44px;
   padding-left: 15px;
   font-size: 14px;
-  font-weight: bold;
+  // font-weight: bold;
   letter-spacing: 1px;
   min-width: 100px;
   p {
@@ -234,8 +234,8 @@ body.console {
     width: 100%;
   }
   .explainLi {
-    height: 26px;
-    line-height: 26px;
+    height: 22px;
+    line-height: 22px;
     span {
       display: inline-block;
     }
@@ -394,7 +394,7 @@ body.console {
     p {
       text-align: center;
       color: @fstColor;
-      font-weight: bold;
+      // font-weight: bold;
       font-size: 16px;
       padding-bottom: 5px;
       cursor: pointer;
@@ -453,7 +453,7 @@ body.console {
   box-sizing: border-box;
   background: @themeColor;
   border-bottom: 1px solid @themeBorderClr;
-  font-weight: bold;
+  // font-weight: bold;
   color:@themeFontClr;
   font-size: 16px;
   cursor: pointer;

+ 13 - 7
src/css/deptConsole.less

@@ -70,7 +70,7 @@ body.console {
   
   .title {
     font-size: 16px;
-    font-weight: bold;
+    // font-weight: bold;
     border-bottom: 1px solid @themeBorderClr;
     height: 36px;
     line-height: 36px;
@@ -101,7 +101,7 @@ body.console {
   line-height: 44px;
   padding-left: 15px;
   font-size: 14px;
-  font-weight: bold;
+  // font-weight: bold;
   letter-spacing: 1px;
   p {
     display: inline-block;
@@ -219,8 +219,8 @@ body.console {
     width: 100%;
   }
   .explainLi {
-    height: 30px;
-    line-height: 30px;
+    height: 22px;
+    line-height: 22px;
     span {
       display: inline-block;
     }
@@ -331,9 +331,15 @@ body.console {
       }
     }
     tr {
-      border-bottom: 1px solid @themeBorderClr;
+      // border-bottom: 1px solid @themeBorderClr;
       box-sizing: border-box;
     }
+    
+    tr:nth-child(2n+1) {
+      background: #283B69;
+      /*border-bottom: 1px solid @activeBg;
+      box-sizing: border-box;*/
+    }
     .td01 {
       width: 30px;
     }
@@ -377,7 +383,7 @@ body.console {
     cursor: pointer;
     p {
       text-align: center;
-      font-weight: bold;
+      // font-weight: bold;
       font-size: 16px;
       padding-bottom: 2px;
       margin-bottom: 10px;
@@ -419,7 +425,7 @@ body.console {
   padding: 0 15px;
   box-sizing: border-box;
   border-bottom: 1px solid @themeBorderClr;
-  font-weight: bold;
+  // font-weight: bold;
   font-size: 16px;
   color: @fstColor;
   cursor: pointer;

+ 3 - 3
src/css/index.less

@@ -74,8 +74,8 @@
     height: 20px;
     line-height: 20px;
     color: #333;
-    font-weight: bold;
-    font-size: 15px;
+    // font-weight: bold;
+    font-size: 16px;
     text-indent: 20px;
   }
 }
@@ -102,7 +102,7 @@
     border-right: 1px @darkLightBorderColor solid;
     box-sizing: border-box;
     overflow-y: auto;
-    padding-top: 15px;
+    padding-top: 5px;
     position: relative;
     .logo{
       margin-bottom: 44px;

+ 1 - 1
src/js/deptConsole.js

@@ -279,7 +279,7 @@ function lineChartSpecial(dataX,dataY){
         myCharts.resize()
     });
     option = {
-        color: ['#3398DB'],
+        color: ['#37C4FC'],
         tooltip: {
             trigger: 'axis',
             position: 'right',