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.

58 lines
942 B
Plaintext

.confirm-box {
width: 650rpx;
// height: 800rpx;
padding: 40rpx;
padding-bottom: 80rpx;
box-sizing: border-box;
.confirm-popup-title {
font-size: 36rpx;
font-weight: 700;
text-align: center;
color: #000;
}
}
.confirm-popup-content-box {
margin-top: 60rpx;
}
.confirm-popup-content {
font-size: 28rpx;
margin-bottom: 20rpx;
}
.confirm-popup-content.is-confirm {
color: #41a9fc;
text-decoration: underline;
}
.confirm-popup-content.is-last {
margin-bottom: 0;
}
.confirm-popup-btns {
display: flex;
margin-top: 76rpx;
justify-content: space-around;
}
.confirm-popup-btn {
width: 240rpx;
height: 80rpx;
line-height: 80rpx;
font-size: 30rpx;
text-align: center;
border: 1rpx solid #000;
border-radius: 40rpx;
}
.confirm-popup-btn:first-child {
margin-left: 22rpx;
background-color: transparent;
}
.confirm-popup-btn:last-child {
color: #fff;
background-color: #000;
}