Преглед на файлове

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

zhangxc преди 6 години
родител
ревизия
e7b909206f
променени са 1 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 4 5
      src/css/index.less

+ 4 - 5
src/css/index.less

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