大撒大撒D
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-25 23:33:02 +08:00
parent 22aa44fca7
commit 525e2ad926

View File

@@ -4999,24 +4999,30 @@ html {
} }
/* Feature Cards (Banner-S) */ /* Feature Cards (Banner-S) */
.banner .banner-s { /* 注意banner-list 的桌面样式已在第 831 行定义 (flex布局4列)
margin-top: 0; 移动端样式在第 945 行定义 (grid布局2列)
padding-top: 0; 这里的重复样式已被移除以避免冲突 */
padding-bottom: 40px;
}
.banner .banner-s .banner-list { /* 以下样式已注释因为会覆盖桌面端的flex布局
display: grid; .banner .banner-s {
grid-template-columns: 1fr; margin-top: 0;
gap: 15px; padding-top: 0;
padding: 0 15px; padding-bottom: 40px;
} }
.banner-s .banner-list .banner-item { .banner .banner-s .banner-list {
max-width: 100%; display: grid;
min-width: 0; grid-template-columns: 1fr;
flex: auto; gap: 15px;
} padding: 0 15px;
}
.banner-s .banner-list .banner-item {
max-width: 100%;
min-width: 0;
flex: auto;
}
*/
/* Hot Products - Card View */ /* Hot Products - Card View */
.products-table thead { .products-table thead {