This commit is contained in:
赵毅 2025-11-03 15:55:35 +08:00
parent eeaf21d272
commit d74ce1a51d

View File

@ -120,6 +120,21 @@ page {
margin-right: 20rpx;
}
.btn_disabled {
width: 230rpx;
height: 70rpx;
line-height: 70rpx;
text-align: center;
font-weight: 500;
font-size: 36rpx;
color: #FFFFFF;
/* display: inline-block; */
/* padding: 10rpx 44rpx; */
background: #cccccc;
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin-right: 20rpx;
}
.startList {
display: flex;
align-items: center;