This commit is contained in:
@@ -4697,34 +4697,14 @@ html {
|
|||||||
padding: 12px 32px;
|
padding: 12px 32px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
color: rgba(226, 232, 240, 0.8);
|
||||||
/* 热销产品列表容器 - 兼容Swiper结构 */
|
background: rgba(15, 23, 42, 0.6);
|
||||||
/* Desktop: Grid Layout */
|
border: 1px solid rgba(148, 163, 184, 0.2);
|
||||||
.products-grid {
|
border-radius: 30px;
|
||||||
display: grid;
|
cursor: pointer;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
|
||||||
gap: 24px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Swiper Wrapper 兼容性修正 */
|
|
||||||
.swiper-wrapper.products-grid {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 产品卡片样式 */
|
|
||||||
.product-card {
|
|
||||||
background: #ffffff;
|
|
||||||
border-radius: 12px;
|
|
||||||
border: 1px solid #e2e8f0;
|
|
||||||
padding: 24px;
|
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: auto;
|
|
||||||
/* Allow auto height */
|
|
||||||
box-sizing: border-box;
|
|
||||||
/* Ensure padding is included */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 按钮光晕效果 */
|
/* 按钮光晕效果 */
|
||||||
|
|||||||
Reference in New Issue
Block a user