|
|
@@ -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%;
|
|
|
+ }
|