Jelajahi Sumber

样式调整

zhouna 3 tahun lalu
induk
melakukan
b1d25787d8
4 mengubah file dengan 23 tambahan dan 21 penghapusan
  1. 14 12
      src/css/cdss.less
  2. 1 0
      src/css/common.less
  3. 7 8
      src/css/followUpV.less
  4. 1 1
      src/js/cdss.js

+ 14 - 12
src/css/cdss.less

@@ -16,7 +16,7 @@ body{
 .contentWrapper{
 .contentWrapper{
   margin-left: 40px;
   margin-left: 40px;
   padding:10px 12px 0;
   padding:10px 12px 0;
-  /*background: #fff;*/
+  overflow-y: auto;
 }
 }
 .responsibility {
 .responsibility {
     text-align: center;
     text-align: center;
@@ -219,15 +219,15 @@ body{
 .pushItemName{
 .pushItemName{
     position: relative;
     position: relative;
     display: inline-block;
     display: inline-block;
-   
+    line-height: 21px;
 }
 }
 .infoImg{
 .infoImg{
-    width: 9px;
+    width: 12px;
     position: absolute;
     position: absolute;
-    top: 6px;
+    top: 4px;
     cursor: pointer;
     cursor: pointer;
     display: none;
     display: none;
-    right: 5px;
+    right: 3px;
 }
 }
 .pushItemBox:hover{
 .pushItemBox:hover{
     .infoImg{
     .infoImg{
@@ -243,13 +243,13 @@ body{
 .moduleTitle{
 .moduleTitle{
     height: 35px;
     height: 35px;
     line-height: 35px;
     line-height: 35px;
-    font-size: 14px;
+    font-size: 16px;
     color: @fontClr;
     color: @fontClr;
     font-weight: 600;
     font-weight: 600;
     border-radius: 8px 8px 0 0;
     border-radius: 8px 8px 0 0;
     margin-bottom: 10px;
     margin-bottom: 10px;
     .titleIcon{
     .titleIcon{
-        width: 20px;
+        width: 24px;
         position: relative;
         position: relative;
         top: 5px;
         top: 5px;
         margin: 0 5px 0 14px;
         margin: 0 5px 0 14px;
@@ -259,7 +259,7 @@ body{
     width:14px;
     width:14px;
 }
 }
 .iconArrowImg{
 .iconArrowImg{
-    width: 14px;
+    width: 10px;
     // position: relative;
     // position: relative;
     // top: 2px;
     // top: 2px;
 }
 }
@@ -552,8 +552,10 @@ body{
     }
     }
   }
   }
 }
 }
-.evaluationtitle:hover{
-    text-decoration: underline;
-    color: #0000FF;
-    cursor: pointer;
+.evaluationtitle{
+  color: @linkColor;
+  cursor: pointer;
+  &+.infoImg{
+    right: 8px;
+  }
 }
 }

+ 1 - 0
src/css/common.less

@@ -13,6 +13,7 @@
 @treatColor:#1ECEBD; //治疗颜色
 @treatColor:#1ECEBD; //治疗颜色
 @pushBgColor:#E3F0FF; //推送title背景颜色
 @pushBgColor:#E3F0FF; //推送title背景颜色
 @markFontColor:#1E1E1E; //着重色
 @markFontColor:#1E1E1E; //着重色
+@hoverBg:#EEF3FF; //鼠标悬浮背景色
 
 
 
 
 @grayColor:#D1D1D1; //边框
 @grayColor:#D1D1D1; //边框

+ 7 - 8
src/css/followUpV.less

@@ -37,6 +37,7 @@
     position: relative;
     position: relative;
     cursor: pointer;
     cursor: pointer;
     margin-top: 8px;
     margin-top: 8px;
+    text-indent: 3px;
 }
 }
 .historyBox .infoBoxTitle{
 .historyBox .infoBoxTitle{
     color: #AAAAAA;
     color: #AAAAAA;
@@ -67,18 +68,15 @@
     padding: 0 12px;
     padding: 0 12px;
     position: relative;
     position: relative;
     line-height: 20px;
     line-height: 20px;
-    margin-bottom: 3px;
+    margin:0 0 3px 12px;
 }
 }
 .pacsBox{
 .pacsBox{
     margin-top: 10px;
     margin-top: 10px;
 }
 }
 
 
-/*.infoBox:hover{
-    background: #EEEEEE;
-    .title h2 {
-        background: #EEEEEE;
-    }
-}*/
+.infoBox:hover{
+    background: @hoverBg;
+}
 .itemBoxTitle{
 .itemBoxTitle{
     display: inline-block;
     display: inline-block;
     width: 62px;
     width: 62px;
@@ -88,7 +86,7 @@
     border-radius: 4px;
     border-radius: 4px;
     border: 1px solid #0078FF;
     border: 1px solid #0078FF;
     color: #0078FF;
     color: #0078FF;
-    margin-bottom: 6px;
+    margin:0 0 6px 10px;
 }
 }
 .toggleInfo{
 .toggleInfo{
     width: 16px;
     width: 16px;
@@ -98,6 +96,7 @@
 }
 }
 .childrenBox{
 .childrenBox{
     display: none;
     display: none;
+    padding-bottom: 7px;
 }
 }
 .followUpWrap .emptyBox{
 .followUpWrap .emptyBox{
     margin-top: 100px;
     margin-top: 100px;

+ 1 - 1
src/js/cdss.js

@@ -306,7 +306,7 @@ function renderPushData(){
 }
 }
 function adjustHei(){
 function adjustHei(){
   const iframeHei = $(".bodyWrap").height()
   const iframeHei = $(".bodyWrap").height()
-  $(".contentWrapper").css("height",iframeHei-20-30+3+19+'px')
+  $(".contentWrapper").css("height",iframeHei-20-30-60+3+19+'px')
   $(".tabList").css("height",iframeHei+'px')
   $(".tabList").css("height",iframeHei+'px')
 }
 }
 function isNeedPush(list){
 function isNeedPush(list){