y595705120 6 天之前
父節點
當前提交
016b72def3
共有 4 個文件被更改,包括 17 次插入0 次删除
  1. 二進制
      src/assets/aishu.png
  2. 1 0
      src/assets/css/course.css
  3. 二進制
      src/assets/zherui.png
  4. 16 0
      src/containers/center/market/index.css

二進制
src/assets/aishu.png


+ 1 - 0
src/assets/css/course.css

@@ -440,6 +440,7 @@
   .classlist li:hover .hover-block {
     height: 100%;
   }
+
   .classlist li .img {
     width: 283px;
     height: 159px;

二進制
src/assets/zherui.png


+ 16 - 0
src/containers/center/market/index.css

@@ -64,3 +64,19 @@
     color: #409EFF;
     font-weight: 500;
   }
+
+  .classlist li .hover-block {
+    height: 100% !important;
+    opacity: 0;
+    transition: opacity 0.3s ease;
+  }
+
+  .classlist li:hover .hover-block {
+    height: 100% !important;
+    opacity: 1;
+  }
+
+  .classlist li .hover-block .mask-bg {
+    width: 100%;
+    height: 100%;
+  }