This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user