46 lines
811 B
Plaintext
46 lines
811 B
Plaintext
|
|
.cs-mask.data-v-129e3580 {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 999;
|
|
}
|
|
.cs-popup.data-v-129e3580 {
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
padding: 40rpx;
|
|
text-align: center;
|
|
width: 500rpx;
|
|
}
|
|
.cs-popup__title.data-v-129e3580 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
display: block;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.cs-popup__img.data-v-129e3580 {
|
|
width: 360rpx;
|
|
height: 360rpx;
|
|
}
|
|
.cs-popup__close.data-v-129e3580 {
|
|
margin-top: 24rpx;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
.cs-btn.data-v-129e3580 {
|
|
background: #e4393c;
|
|
color: #fff;
|
|
font-size: 26rpx;
|
|
border: none;
|
|
padding: 16rpx 32rpx;
|
|
border-radius: 44rpx;
|
|
line-height: 1.4;
|
|
}
|