This commit is contained in:
2024-01-17 10:29:50 +08:00
parent a4e4a3eec2
commit 7c8b156c2b
6 changed files with 53 additions and 35 deletions

View File

@@ -1,10 +1,9 @@
page {
background-color: #f6f6f6 !important;
background-color: #f6f6f6!important;
min-height: 100% !important;
height: 100% !important;
}
uni-page-body {
background-color: #f6f6f6 !important;
min-height: 100% !important;
height: 100% !important;
}
@@ -109,7 +108,7 @@ uni-button:after {
.zd_content {
width: 100%;
height: auto;
padding: 92rpx 14rpx 82rpx 14rpx;
padding: calc(var(--status-bar-height) + 92rpx) 14rpx 82rpx 14rpx;
}
.zd_wrapper {
width: 100%;
@@ -279,7 +278,7 @@ uni-button:after {
margin: 0 40rpx 10rpx 0;
border-radius: 30rpx;
}
.btn-disabled, .submit-button:disabled {
.btn-disabled, .submit-button[disabled] {
background-color: #c9c9c9;
border: 1px solid #c9c9c9;
color: #fff;