This commit is contained in:
2022-10-15 15:29:58 +08:00
parent 01e31a3c9c
commit 020537787f
12 changed files with 44 additions and 44 deletions

View File

@@ -65,16 +65,16 @@ uni-button:after {
}
/** 内容 */
.container {
.zd_container {
width: 100%;
height: 100%;
}
.content {
.zd_content {
width: 100%;
height: auto;
padding: 92rpx 15rpx 82rpx 14rpx;
}
.wrapper {
.zd_wrapper {
width: 100%;
height: auto;
background-color: #fff;
@@ -260,7 +260,7 @@ uni-button:after {
color: #606266;
padding: 0 10px;
}
.mask {
.zd_mask {
position: fixed;
top: 0;
left: 0;