SyuanYu 2 年之前
父节点
当前提交
e4a858c483
共有 3 个文件被更改,包括 6 次插入4 次删除
  1. 3 2
      hhh_index/css/style.css
  2. 0 0
      hhh_index/css/style.css.map
  3. 3 2
      hhh_index/css/style.scss

+ 3 - 2
hhh_index/css/style.css

@@ -2696,7 +2696,6 @@ iframe {
 .index-content .top-card a:hover,
 .index-content .center-card a:hover {
   color: #fff;
-  text-shadow: 1px 2px 4px rgb(188, 84, 6);
   background-color: transparent !important;
 }
 .index-content .top-card a:hover span,
@@ -2705,6 +2704,9 @@ iframe {
   height: 500%;
 }
 
+.top-card a:hover {
+  text-shadow: 1px 2px 4px rgb(188, 84, 6);
+}
 .top-card a span {
   background-color: var(--sub-color);
 }
@@ -2726,7 +2728,6 @@ iframe {
 }
 .top-card .bag-btn section img {
   width: 15px;
-  text-shadow: 1px 2px 4px rgb(188, 84, 6);
   top: -10px;
   left: -2px;
   position: absolute;

文件差异内容过多而无法显示
+ 0 - 0
hhh_index/css/style.css.map


+ 3 - 2
hhh_index/css/style.scss

@@ -3363,7 +3363,6 @@ iframe {
 
       &:hover {
         color: #fff;
-        text-shadow: 1px 2px 4px rgb(188 84 6);
         background-color: transparent !important;
 
         span {
@@ -3378,6 +3377,9 @@ iframe {
 
 .top-card {
   a {
+    &:hover {
+      text-shadow: 1px 2px 4px rgb(188 84 6);
+    }
     span {
       // background-color: #f5d2b7;
       background-color: var(--sub-color);
@@ -3407,7 +3409,6 @@ iframe {
 
       img {
         width: 15px;
-        text-shadow: 1px 2px 4px rgb(188, 84, 6);
         top: -10px;
         left: -2px;
         position: absolute;

部分文件因为文件数量过多而无法显示