You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
610 B
Plaintext
38 lines
610 B
Plaintext
.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: 480rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
border: 1rpx solid #000;
|
|
border-radius: 40rpx;
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
}
|