Browse Source

修改样式

zs 1 year ago
parent
commit
d95e307afc

+ 2 - 0
src/views/achievement/index.vue

@@ -587,6 +587,7 @@ const sizeChange = (limits) => {
 
         .other_1:hover {
           color: #2374ff;
+          cursor: pointer;
         }
       }
 
@@ -594,6 +595,7 @@ const sizeChange = (limits) => {
         line-height: 30px;
         color: #666;
         font-size: 14px;
+        cursor: pointer;
       }
     }
   }

+ 5 - 1
src/views/brain/index.vue

@@ -223,7 +223,6 @@ const sizeChange = (limits) => {
             display: block;
             line-height: 24px;
             margin-bottom: 20px;
-            cursor: pointer;
           }
           .right_2 {
             margin-bottom: 20px;
@@ -236,6 +235,7 @@ const sizeChange = (limits) => {
             font-weight: 400;
             color: #999;
             line-height: 24px;
+            cursor: pointer;
           }
           .right_3 {
             font-size: 12px;
@@ -245,9 +245,11 @@ const sizeChange = (limits) => {
             font-weight: 400;
             color: #999;
             line-height: 12px;
+            cursor: pointer;
           }
           .right_1:hover {
             color: #2374ff;
+            cursor: pointer;
           }
         }
       }
@@ -295,6 +297,7 @@ const sizeChange = (limits) => {
           color: #111;
           line-height: 24px;
           display: block;
+          cursor: pointer;
         }
         .time {
           margin-top: 8px;
@@ -305,6 +308,7 @@ const sizeChange = (limits) => {
           font-weight: 500;
           color: #999;
           line-height: 17px;
+          cursor: pointer;
         }
       }
     }

+ 2 - 0
src/views/demand/index.vue

@@ -517,6 +517,7 @@ const sizeChange = (limits) => {
 
         .other_1:hover {
           color: #2374ff;
+          cursor: pointer;
         }
       }
 
@@ -524,6 +525,7 @@ const sizeChange = (limits) => {
         line-height: 30px;
         color: #666;
         font-size: 14px;
+        cursor: pointer;
       }
     }
   }

+ 10 - 0
src/views/home/index.vue

@@ -767,6 +767,7 @@ const onSearch = (data) => {
         .list:hover {
           border-radius: 8px;
           background-color: #2280ff;
+          cursor: pointer;
           .title {
             color: #ffffff;
           }
@@ -804,6 +805,7 @@ const onSearch = (data) => {
           }
           .name:hover {
             color: #2374ff;
+            cursor: pointer;
           }
           .brief {
             font-size: 14px;
@@ -814,6 +816,7 @@ const onSearch = (data) => {
             color: #333;
             line-height: 24px;
             margin-bottom: 12px;
+            cursor: pointer;
           }
           .info {
             display: flex;
@@ -826,6 +829,7 @@ const onSearch = (data) => {
             color: #666;
             line-height: 12px;
             margin-bottom: 15px;
+            cursor: pointer;
           }
           .key {
             font-size: 12px;
@@ -840,6 +844,7 @@ const onSearch = (data) => {
             border: 1px solid #dbdbdb;
             box-sizing: border-box;
             padding: 0 6px;
+            cursor: pointer;
           }
         }
         .list:nth-child(1n) {
@@ -865,6 +870,9 @@ const onSearch = (data) => {
         .title {
           text-align: center;
         }
+        .title:hover {
+          cursor: pointer;
+        }
       }
 
       .table_2 {
@@ -1026,6 +1034,7 @@ const onSearch = (data) => {
         .list:hover {
           background: #f0f7ff;
           box-shadow: 0 0 16px rgba(205, 205, 205, 0.6);
+          cursor: pointer;
         }
       }
     }
@@ -1083,6 +1092,7 @@ const onSearch = (data) => {
             }
           }
           .list:hover {
+            cursor: pointer;
             color: #2e70f1;
             box-shadow: 0 0 10px 0 rgba(0, 69, 183, 0.3);
           }

+ 1 - 0
src/views/news/index.vue

@@ -324,6 +324,7 @@ const removeHtmlStyle = (html) => {
           .list:hover {
             background: #f0f7ff;
             box-shadow: 0 0 16px rgba(205, 205, 205, 0.6);
+            cursor: pointer;
           }
         }
       }