ソースを参照

Merge branch 'test' of http://192.168.2.236:10080/zhouna/icssDService into test

zhangxc 6 年 前
コミット
1fee430603
1 ファイル変更5 行追加4 行削除
  1. 5 4
      src/css/index.less

+ 5 - 4
src/css/index.less

@@ -311,10 +311,10 @@
   right: 0px;
   cursor: pointer;
   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;
@@ -439,8 +439,9 @@
         .medicine {
           position: relative;
           .infoMsg {
-            right: -20px;
-            top: 0;
+            right: 50%;
+            top: -18px;
+            margin-right: -10px;
           }
         }
         .medicine:hover {