Browse Source

添加鼠标滑过样式

asd123a20 2 years ago
parent
commit
a60fff0c1b
2 changed files with 9 additions and 0 deletions
  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;