样式优化

This commit is contained in:
2024-01-16 18:20:39 +08:00
parent 9a5949240b
commit 3266aa2fbc
7 changed files with 85 additions and 106 deletions

View File

@@ -107,7 +107,7 @@ uni-button:after {
.zd_content {
width: 100%;
height: auto;
padding: 92rpx 15rpx 82rpx 14rpx;
padding: calc(var(--status-bar-height) + 92rpx) 24rpx 122rpx 24rpx;
}
.zd_wrapper {
width: 100%;
@@ -273,22 +273,22 @@ uni-button:after {
width: 100%;
z-index: 200;
background-color: #fff;
padding-top: 10rpx;
padding-top: 20rpx;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.submit-button {
font-size: 30rpx;
line-height: 62rpx;
font-size: 32rpx;
line-height: 82rpx;
color: #ff6a00;
text-align: center;
letter-spacing: 1rpx;
padding: 0 22rpx;
padding: 0 42rpx;
background-color: #fff;
border: 1px solid #ff6a00;
margin: 0 40rpx 10rpx 0;
border-radius: 30rpx;
margin: 0 40rpx 20rpx 0;
border-radius: 12rpx;
}
.btn-disabled, .submit-button:disabled {
.btn-disabled, .submit-button[disabled] {
background-color: #c9c9c9;
border: 1px solid #c9c9c9;
color: #fff;