feat: 首页卡片的渐变色调整

This commit is contained in:
2026-08-10 14:22:05 +08:00
parent 57537a601c
commit 67ee9e2535

View File

@@ -58,7 +58,7 @@
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(180deg, rgba(5, 24, 24, 0) 0%, rgba(5, 24, 24, 0.18) 46%, rgba(5, 24, 24, 0.34) 100%);
background: linear-gradient(180deg, rgba(5, 24, 24, 0) 0%, rgba(5, 24, 24, 0.18) 66%, rgba(5, 24, 24, 0.64) 100%);
}
.explore-card.is-culture {