wxy 4 years ago
parent
commit
a96b7e5179
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/views/market/index.vue

+ 6 - 4
src/views/market/index.vue

@@ -17,7 +17,7 @@
                 </el-col>
               </el-col>
               <el-col :span="24" class="leftDown">
-                <el-row :gutter="5">
+                <el-row :gutter="7">
                   <el-col
                     :span="8"
                     class="achieveList"
@@ -783,7 +783,8 @@ export default {
       }
       .achieveList::before {
         content: '';
-        background: linear-gradient(to left top, #e6e6fa, #b0c4de);
+        // background: linear-gradient(to left top, #e6e6fa, #b0c4de);
+        background: #ccc;
         height: 100%;
         width: 100%;
         opacity: 0;
@@ -794,10 +795,11 @@ export default {
         transition: all 0.4s linear;
       }
       .achieveList:hover::before {
-        opacity: 1;
+        opacity: 0.4;
       }
       .achieveList:hover {
-        box-shadow: 3px 12px 15px rgba(0, 0, 0, 0.3);
+        // box-shadow: 3px 12px 15px rgba(0, 0, 0, 0.4);
+        box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.5);
       }
       .achieveList:hover .achieveImage .el-image {
         transform: scale(1.2);