54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
.content.data-v-fa16f1de {
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
margin-bottom: 15vh;
|
|
overflow: hidden;
|
|
width: 625rpx;
|
|
}
|
|
.content .popup-title.data-v-fa16f1de {
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
margin: 50rpx 0 40rpx;
|
|
text-align: center;
|
|
}
|
|
.content .popup-content.data-v-fa16f1de {
|
|
align-items: center;
|
|
color: #8a8a8a;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 32rpx;
|
|
justify-content: center;
|
|
}
|
|
.content .popup-content .important.data-v-fa16f1de {
|
|
font-weight: 700;
|
|
}
|
|
.content .popup-content .type.data-v-fa16f1de {
|
|
color: #ff8453;
|
|
}
|
|
.content .popup-buttons.data-v-fa16f1de {
|
|
align-items: center;
|
|
border-top: 2rpx solid #f2f2f2;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
margin-top: 40rpx;
|
|
}
|
|
.content .popup-buttons .button.data-v-fa16f1de {
|
|
flex-grow: 1;
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
padding: 30rpx;
|
|
text-align: center;
|
|
}
|
|
.content .popup-buttons .button.data-v-fa16f1de:nth-child(1) {
|
|
border-right: 2rpx solid #f2f2f2;
|
|
color: #333;
|
|
}
|
|
.content .popup-buttons .button.data-v-fa16f1de:nth-child(2) {
|
|
color: #1f68e9;
|
|
}
|
|
.hover-class.data-v-fa16f1de {
|
|
background-color: #e5e5e5;
|
|
}
|