Pārlūkot izejas kodu

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

zhangxc 6 gadi atpakaļ
vecāks
revīzija
e7b909206f
1 mainītis faili ar 4 papildinājumiem un 5 dzēšanām
  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 {