Kaynağa Gözat

药品信息

Luolei 6 yıl önce
ebeveyn
işleme
e77625d460
2 değiştirilmiş dosya ile 16 ekleme ve 15 silme
  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 {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
src/js/indexDom.js