弹窗需求

This commit is contained in:
2024-02-27 17:40:30 +08:00
parent c6c0dfdd11
commit 20f3c9cc20
32 changed files with 752 additions and 4310 deletions

View File

@@ -57,6 +57,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.jcflexend {
justify-content: flex-end !important;
}
.jcenter {
justify-content: center !important;
}
.zd-row {
display: flex;
@@ -143,4 +146,10 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
}
.mgb40 {
margin-bottom: 40rpx
}
.popshow {
transform: translateY(0);
}
.pophide {
transform: translateY(120%);
}