样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user