소스 검색

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