This commit is contained in:
@@ -4697,34 +4697,14 @@ html {
|
||||
padding: 12px 32px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
|
||||
/* 热销产品列表容器 - 兼容Swiper结构 */
|
||||
/* Desktop: Grid Layout */
|
||||
.products-grid {
|
||||
display: grid;
|
||||
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;
|
||||
color: rgba(226, 232, 240, 0.8);
|
||||
background: rgba(15, 23, 42, 0.6);
|
||||
border: 1px solid rgba(148, 163, 184, 0.2);
|
||||
border-radius: 30px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: auto;
|
||||
/* Allow auto height */
|
||||
box-sizing: border-box;
|
||||
/* Ensure padding is included */
|
||||
}
|
||||
|
||||
/* 按钮光晕效果 */
|
||||
|
||||
Reference in New Issue
Block a user