|
@@ -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;
|