Browse Source

治疗方案i显示样式修改

zhouna 6 years ago
parent
commit
a0525a5595
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/css/index.less

+ 5 - 4
src/css/index.less

@@ -309,10 +309,10 @@
   top: 2px;
   right: 0px;
   display: none;
-  background: url('../images/msg1.png') center center no-repeat;
+  background: url('../images/tmp1.png') center center no-repeat;
 }
 .infoMsg:hover {
-  background: url('../images/msg2.png') center center no-repeat;
+  background: url('../images/tmp2.png') center center no-repeat;
 }
 .infoMsgParent {
   position: relative;
@@ -437,8 +437,9 @@
         .medicine {
           position: relative;
           .infoMsg {
-            right: -20px;
-            top: 0;
+            right: 50%;
+            top: -18px;
+            margin-right: -10px;
           }
         }
         .medicine:hover {