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.

64 lines
975 B
Plaintext

.alert-box {
width: 650rpx;
// height: 800rpx;
padding: 40rpx;
padding-bottom: 80rpx;
box-sizing: border-box;
.alert-popup-title {
font-size: 36rpx;
font-weight: 700;
text-align: center;
color: #000;
}
}
.alert-popup-content-box {
margin-top: 60rpx;
}
.alert-popup-content {
font-size: 28rpx;
margin-bottom: 20rpx;
max-height: 600rpx;
overflow-y: auto;
}
.alert-popup-content.is-alert {
color: #41a9fc;
text-decoration: underline;
}
.alert-popup-content.is-last {
margin-bottom: 0;
}
.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;
}
.pupup-close {
position: absolute;
right: 30rpx;
top: 30rpx;
color: #000;
font-size: 36rpx;
}
.text-left {
text-align: left;
}