style: unify explore card media gradient

This commit is contained in:
2026-08-10 14:07:14 +08:00
parent 563795422b
commit 57537a601c

View File

@@ -58,33 +58,21 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
background: linear-gradient(180deg, rgba(43, 107, 122, 0) 42%, rgba(71, 179, 145, 0.72) 74%, #47b391 100%); background: linear-gradient(180deg, rgba(5, 24, 24, 0) 0%, rgba(5, 24, 24, 0.18) 46%, rgba(5, 24, 24, 0.34) 100%);
} }
.explore-card.is-culture { .explore-card.is-culture {
background: #b98563; background: #b98563;
} }
.explore-card.is-culture .explore-card-gradient {
background: linear-gradient(180deg, rgba(87, 57, 37, 0.08) 36%, rgba(150, 93, 55, 0.62) 72%, #b98563 100%);
}
.explore-card.is-adventure { .explore-card.is-adventure {
background: #5b895f; background: #5b895f;
} }
.explore-card.is-adventure .explore-card-gradient {
background: linear-gradient(180deg, rgba(30, 58, 47, 0) 36%, rgba(47, 97, 54, 0.74) 74%, #5b895f 100%);
}
.explore-card.is-nightlife { .explore-card.is-nightlife {
background: #438694; background: #438694;
} }
.explore-card.is-nightlife .explore-card-gradient {
background: linear-gradient(180deg, rgba(12, 47, 78, 0.04) 34%, rgba(28, 92, 111, 0.72) 74%, #438694 100%);
}
.explore-card-content { .explore-card-content {
position: absolute; position: absolute;
left: 0; left: 0;