产品列表图片倒序调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
@@ -383,18 +383,18 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 右侧产品展示区:自适应剩余宽度,无溢出 */
|
/* 右侧产品展示区:自适应剩余宽度,无溢出 */
|
||||||
.header-dropdown-products {
|
/* .header-dropdown-products {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
max-width: 46.75em;
|
max-width: 46.75em;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
.header-dropdown-products {
|
.header-dropdown-products {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: flex-end;
|
justify-content: space-between;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
gap: 1.5em 0;
|
gap: 1.5em 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user