add 合托

This commit is contained in:
2025-12-02 16:06:02 +08:00
parent d701689973
commit 8046d06b45
7 changed files with 553 additions and 1 deletions

View File

@@ -57,6 +57,12 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
justify-content: center !important;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.zd-row {
width: 100%;
display: flex;
@@ -141,6 +147,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgb10 {
margin-bottom: 10rpx;
}
.mgt20 {
margin-top: 20rpx;
}
.pdl20 {
padding-left: 20rpx;
}