调整产品列表
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-04-14 17:35:27 +08:00
parent 80d3aa8160
commit a18ff844a4
2 changed files with 40 additions and 48 deletions

View File

@@ -323,37 +323,29 @@ a {
/* 左侧6个分类区块 */
.header-dropdown-category {
/* display: flex;
flex-wrap: wrap;
flex-direction: column;
flex: 1; */
display: flex;
flex: 1;
margin-right: 24px;
}
.header-category-box {
display: flex;
justify-content: space-between;
margin-top:1.7em;
}
.header-category-box:nth-child(1) {
margin-top: 0;
flex-direction: column;
flex:1;
max-width: 362px;
margin-right:1.5em;
gap: 1.7em 0;
}
/* 单个分类区块 */
.header-category-block {
flex: 1;
box-sizing: border-box;
max-width: 362px;
width: 22.625em;
}
/* .header-category-block:nth-child(5) {
margin-bottom: 0;
}
.header-category-block:nth-child(6) {
margin-bottom: 0;
} */
.header-category-title {
font-size: 1em;
@@ -401,7 +393,7 @@ a {
justify-content: space-between;
flex: 1;
min-width: 0;
gap: 1.5em 0;
}
@@ -437,11 +429,11 @@ a {
.header-product-card:nth-child(3) {
margin-right: 1.5em;
margin-top: 0;
margin-top: 1.5em;
}
.header-product-card:nth-child(4) {
margin-top: 0;
margin-top: 1.5em;
}
/*.header-product-img {*/