Selaa lähdekoodia

testbug暂存

luolei 4 vuotta sitten
vanhempi
commit
72b119fcf9
3 muutettua tiedostoa jossa 11 lisäystä ja 5 poistoa
  1. 8 2
      src/css/cdss.less
  2. 2 2
      src/css/cdssHorizontal.less
  3. 1 1
      src/css/cdssPlan.less

+ 8 - 2
src/css/cdss.less

@@ -284,6 +284,8 @@ body{
 }
 .iconArrowImg{
     width: 14px;
+    position: relative;
+    top: 2px;
 }
 .moduleBox{
     padding: 5px 0;
@@ -395,14 +397,18 @@ body{
 }
 .isOverFlow{
     overflow: hidden;
-    max-height: 65px;
+    max-height: 62px;
+    p {
+        height: 20px;
+        line-height: 20px;
+    }
 }
 .showMoreGeneralTreat{
     position: absolute;
     cursor: pointer;
     color: #3B9ED0;
     right: 10px;
-    bottom: 5px;
+    bottom: -1px;
     background: #fff;
 }
 .showLessGeneralTreat{

+ 2 - 2
src/css/cdssHorizontal.less

@@ -102,7 +102,7 @@
     width: 60%;
     // border-right: 1px solid #E6E6E6;
     float: left;
-    padding: 0 20px 0 10px;
+    padding: 0 10px 0 10px;
     box-sizing: border-box;
 }
 .rightWrapper{
@@ -374,7 +374,7 @@
     }
 } 
 .readMorePlan {
-    height: 30px;
+    height: 24px;
     line-height: 20px;
     padding-left: 10px;
     a {

+ 1 - 1
src/css/cdssPlan.less

@@ -402,7 +402,7 @@ body{
     cursor: pointer;
     color: #3B9ED0;
     right: 10px;
-    bottom: 5px;
+    bottom: 3px;
     background: #fff;
 }
 .showLessGeneralTreat{