Browse Source

样式优化

zhouna 4 years ago
parent
commit
afae2d34f8
3 changed files with 12 additions and 6 deletions
  1. 3 2
      src/css/followUpV.less
  2. 5 4
      src/css/searchStaticList.less
  3. 4 0
      src/css/staticInfoOut.less

+ 3 - 2
src/css/followUpV.less

@@ -62,12 +62,13 @@
 .pacsBox{
     margin-top: 10px;
 }
-.infoBox:hover{
+
+/*.infoBox:hover{
     background: #EEEEEE;
     .title h2 {
         background: #EEEEEE;
     }
-}
+}*/
 .itemBoxTitle{
     position: absolute;
     left: 0;

+ 5 - 4
src/css/searchStaticList.less

@@ -124,9 +124,9 @@
 }
 .staticResult {
     .resultItem {
-        padding: 20px 38px;
-        background-color: #F4FBFF;
-        margin-bottom: 20px;
+      padding: 14px 38px;
+      background-color: #EDFAFF;
+      margin-bottom: 14px;
         cursor: pointer;
         div {
             line-height: 20px;
@@ -143,7 +143,8 @@
         background-color: @staticMainColor;
     }
     .code{
-        color: @staticMainColor;
+      font-size: 14px;
+      color: #999;
         margin-left: 10px;
     }
     .drug{

+ 4 - 0
src/css/staticInfoOut.less

@@ -82,6 +82,10 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
     }
   }
 
+.infoBox {
+  border-bottom: 1px #E6E6E6 solid;
+  margin-bottom: 10px;
+}
   .title {
     position: relative;
     line-height: 24px;