浏览代码

治疗方案i显示样式修改

zhouna 6 年之前
父节点
当前提交
a0525a5595
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src/css/index.less

+ 5 - 4
src/css/index.less

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