按钮样式

This commit is contained in:
2024-01-16 18:21:00 +08:00
parent 7c89bfd7bd
commit 88a271fc54

View File

@@ -277,7 +277,7 @@ uni-button:after {
margin: 0 40rpx 10rpx 0; margin: 0 40rpx 10rpx 0;
border-radius: 30rpx; border-radius: 30rpx;
} }
.btn-disabled, .submit-button:disabled { .btn-disabled, .submit-button[disabled] {
background-color: #c9c9c9; background-color: #c9c9c9;
border: 1px solid #c9c9c9; border: 1px solid #c9c9c9;
color: #fff; color: #fff;