.text-left { text-align: left; } .type3btn { display: flex; justify-content: center; align-items: center; text-align: center; padding: 10rpx; margin-top: -20rpx; .checked { width: 40rpx; height: 40rpx; margin-right: 30rpx; } .text { color: #666; } } .alert-popup-btns { display: flex; margin-top: 76rpx; justify-content: center; .alert-popup-btn { width: 270rpx; height: 90rpx; line-height: 90rpx; font-size: 32rpx; text-align: center; border: 1rpx solid #000; border-radius: 45rpx; color: #fff; background-color: #000; } }