调整列表
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 3s

This commit is contained in:
2026-04-11 10:11:25 +08:00
parent 347ebddb97
commit 2c4eb38495
3 changed files with 450 additions and 25 deletions

View File

@@ -323,30 +323,34 @@ a {
/* 左侧6个分类区块 */
.header-dropdown-category {
display: flex;
/* display: flex;
flex-wrap: wrap;
flex-direction: column;
flex: 1;
flex: 1; */
flex: 1;
}
.header-category-box {
display: flex;
justify-content: space-between;
margin-top:2em;
}
.header-category-box:nth-child(1) {
margin-top: 0;
}
/* 单个分类区块 */
.header-category-block {
flex: 1;
box-sizing: border-box;
}
.header-category-block:nth-child(5) {
/* .header-category-block:nth-child(5) {
margin-bottom: 0;
}
.header-category-block:nth-child(6) {
margin-bottom: 0;
}
} */
.header-category-title {
font-size: 1em;