This commit is contained in:
@@ -487,7 +487,7 @@
|
|||||||
margin-top: -80px;
|
margin-top: -80px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
padding: 30px 0;
|
padding: 20px 0;
|
||||||
/* 移除整体背景,让卡片独立显示 */
|
/* 移除整体背景,让卡片独立显示 */
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
@@ -506,7 +506,7 @@
|
|||||||
min-width: 260px;
|
min-width: 260px;
|
||||||
max-width: 320px;
|
max-width: 320px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 32px 28px;
|
padding: 24px 28px;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
|
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
|
|
||||||
/* 边框和圆角 */
|
/* 边框和圆角 */
|
||||||
border: 1px solid rgba(148, 163, 184, 0.2);
|
border: 1px solid rgba(148, 163, 184, 0.2);
|
||||||
border-radius: 16px;
|
border-radius: 0;
|
||||||
|
|
||||||
/* 阴影效果 */
|
/* 阴影效果 */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
============================================ */
|
============================================ */
|
||||||
|
|
||||||
.hot-products {
|
.hot-products {
|
||||||
margin-top: -120px;
|
margin-top: -100px;
|
||||||
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%),
|
||||||
|
|||||||
Reference in New Issue
Block a user