弹窗需求
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
Reference in New Issue
Block a user