소스 검색

药品信息

Luolei 6 년 전
부모
커밋
e77625d460
2개의 변경된 파일16개의 추가작업 그리고 15개의 파일을 삭제
  1. 15 14
      src/css/index.less
  2. 1 1
      src/js/indexDom.js

+ 15 - 14
src/css/index.less

@@ -53,25 +53,26 @@
       .medicine {
         border-bottom: 1px solid @grayColor;
         position: relative;
-        cursor: pointer;
-        a {
-          display: none;
-          width: 28px;
-          height: 28px;
-          position: absolute;
-          top: -20px;
-          left: 50%;
-          margin-left: -14px;
-          background: url("../images/tmp1.png") center center no-repeat;
-        }
-        a:hover {
-          background: url("../images/tmp2.png") center center no-repeat;
-        }
+        // a {
+        //   display: none;
+        //   width: 28px;
+        //   height: 28px;
+        //   position: absolute;
+        //   top: -20px;
+        //   left: 50%;
+        //   margin-left: -14px;
+        //   background: url("../images/tmp1.png") center center no-repeat;
+        // }
+        // a:hover {
+        //   background: url("../images/tmp2.png") center center no-repeat;
+        // }
       }
       .medicine:hover {
         color: @colorBlue;
         a {
           display: inline-block;
+          right: -20px;
+          background-color: #fff;
         }
       }
       .medicineDis {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
src/js/indexDom.js