This commit is contained in:
蔡玲
2024-09-27 14:53:06 +08:00
parent 709c2b97ba
commit 7da8cdc618
13 changed files with 1035 additions and 4839 deletions

View File

@@ -125,19 +125,6 @@ div, p {
user-select:none;
}
.flexcenter {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.flexbetween {
display: flex;
align-items: center;
justify-content: space-between;
}
.pointer {
cursor: pointer;
}
@@ -156,4 +143,34 @@ div, p {
.flexwrap {
flex-wrap: wrap
}
.flexcol {
flex-direction: column;
}
.flexstart {
align-items: flex-start !important;
}
.flexend {
align-items: flex-end !important;
}
.jcflexstart {
justify-content: flex-start !important;
}
.jcflexend {
justify-content: flex-end !important;
}
.jccenter {
justify-content: center !important;
}
.flexwrap {
flex-wrap: wrap
}
.allwidth {
width: 100%
}
.zd-row {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}