打发发大法
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 16:23:24 +08:00
parent 19f79cc850
commit c28387bd6f

View File

@@ -487,7 +487,7 @@
margin-top: -80px; margin-top: -80px;
position: relative; position: relative;
z-index: 10; z-index: 10;
padding: 30px 0 40px; padding: 30px 0;
/* 移除整体背景,让卡片独立显示 */ /* 移除整体背景,让卡片独立显示 */
background: transparent; background: transparent;
} }
@@ -577,7 +577,7 @@
============================================ */ ============================================ */
.hot-products { .hot-products {
margin-top: -40px; margin-top: -80px;
padding: 40px 0; padding: 40px 0;
background: background:
radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.05) 0%, transparent 60%), radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.05) 0%, transparent 60%),
@@ -586,6 +586,8 @@
border-top: none; border-top: none;
border-radius: 0 0 16px 16px; border-radius: 0 0 16px 16px;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
position: relative;
z-index: 1;
} }
.hot-products-title { .hot-products-title {