Bladeren bron

样式调整

luolei 4 jaren geleden
bovenliggende
commit
fab04f7563
1 gewijzigde bestanden met toevoegingen van 8 en 7 verwijderingen
  1. 8 7
      src/css/cdssHorizontal.less

+ 8 - 7
src/css/cdssHorizontal.less

@@ -188,7 +188,7 @@
 .moduleItem.tips{
     max-height: 81px;
     overflow-y: hidden;
-    background: #FFE8DD;
+    // background: #FFE8DD;
     position: relative;
 }
 .moduleItem.tips .moduleTitle{
@@ -240,13 +240,14 @@
     position: absolute;
     left: 0;
     font-size: 12px;
-    color:#FF7836;
+    color:#fff;
     display: inline-block;
     border: 1px solid #FF7836;
-    line-height: 16px;
-    top: 5px;
+    line-height: 18px;
+    top: 3px;
     padding: 0 7px;
-    border-radius: 9px;
+    border-radius: 3px;
+    background-color: #FF7836;
 }
 .diag .moduleBox{
     padding: 0 0 0 60px;
@@ -296,8 +297,8 @@
 }
 .moduleItem.casewriting{
     padding: 0 0 0 160px;
-    background: rgba(60,172,228,.17);
-    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4);
+    // background: rgba(60,172,228,.17);
+    // filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4);
     margin-top: 5px;
     max-height: 81px;
     overflow-y: hidden;