From 57537a601c6dfb678ee3b8fe9e41ae59526de746 Mon Sep 17 00:00:00 2001 From: zoujing Date: Mon, 10 Aug 2026 14:07:14 +0800 Subject: [PATCH] style: unify explore card media gradient --- .../components/ExploreCards/styles/index.scss | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/pages/Discovery/components/ExploreCards/styles/index.scss b/src/pages/Discovery/components/ExploreCards/styles/index.scss index 44864fb..806a7c7 100644 --- a/src/pages/Discovery/components/ExploreCards/styles/index.scss +++ b/src/pages/Discovery/components/ExploreCards/styles/index.scss @@ -58,33 +58,21 @@ right: 0; bottom: 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 { 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 { 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 { 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 { position: absolute; left: 0;