zhouna 3 years atrás
parent
commit
a4962422b6
3 changed files with 5 additions and 4 deletions
  1. 3 2
      src/css/cdss.less
  2. 2 2
      src/css/common.less
  3. BIN
      src/images/empty.png

+ 3 - 2
src/css/cdss.less

@@ -29,6 +29,7 @@ body{
     bottom: 40px;
     background-color: #fff;
     z-index: 1;
+  text-indent: -40px;
 }
 .disclaimer {
     height: 24px;
@@ -375,10 +376,10 @@ body{
     position: relative;
     top: 2px;
     left: 15px;
-    display: none;
+    visibility: hidden;
 }
 .new-icon .newIcon{
-    display: inline-block;
+    visibility: visible;
 }
 
 .generalTreatInfo{

+ 2 - 2
src/css/common.less

@@ -196,7 +196,7 @@
   width: 8px;
   /*高宽分别对应横竖滚动条的尺寸*/
   height: 8px;
-  background: #ebeef5;
+  background: #fff;
   -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
 }
 
@@ -211,6 +211,6 @@
 ::-webkit-scrollbar-track{
   /*滚动条里面轨道*/
   border-radius: 5px;
-  background: #f0f2f5;
+  background: #fff;
   opacity: .2;
 }

BIN
src/images/empty.png