소스 검색

添加鼠标滑过样式

asd123a20 2 년 전
부모
커밋
a60fff0c1b
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/components/list/index.vue
  2. 3 0
      src/components/list/threeList.vue

+ 6 - 0
src/components/list/index.vue

@@ -192,6 +192,9 @@ export default {
         line-height: 35px;
         font-size: 14px;
       }
+      .isimg-title:hover{
+        color: #007ce2;
+      }
       .isimg-describe {
         width: 100%;
         overflow: hidden;
@@ -225,6 +228,9 @@ export default {
       line-height: 35px;
       font-size: 14px;
     }
+    .isList-title:hover{
+      color: #007ce2;
+    }
     .isList-date {
       color: #999;
       width: 20%;

+ 3 - 0
src/components/list/threeList.vue

@@ -150,6 +150,9 @@ export default {
       line-height: 35px;
       font-size: 14px;
     }
+    .isList-title:hover{
+      color: #007ce2;
+    }
     .isList-date {
       font-size: 1em;
       color: #999;