Ver Fonte

style:医疗领域筛选条件鼠标悬浮样式

yangfeng há 3 anos atrás
pai
commit
37610904e8

+ 8 - 0
src/components/push-list/MedicalList.vue

@@ -325,6 +325,14 @@ export default {
         line-height: 22px;
         color: #686868;
       }
+      &:hover{
+        .el-icon-jy-renling{
+          background-image: url('~@/assets/images/icon/renling-01.png');
+        }
+        span{
+          color: #2CB7CA;
+        }
+      }
     }
 
     .link-text {

+ 1 - 1
src/components/selector/BusinessScopeSelectorContent.vue

@@ -11,7 +11,7 @@
       <div
         v-for="(item, index) in bScopeList"
         :key="index"
-        class="j-button-item bgc"
+        class="j-button-item bgc hover"
         :class="{
           active: item.selected,
           all: item.name === '全部'

+ 1 - 1
src/components/selector/MedicalSelectorContent.vue

@@ -41,7 +41,7 @@
            v-for="(item, index) in getInfoTypeList"
            :key="index">
         <button
-          class="j-button-item"
+          class="j-button-item hover"
           :class="{
             active: item.selected,
             bgc: item.zindex === 1,