51 lines
966 B
Plaintext
51 lines
966 B
Plaintext
|
|
.popup-mask.data-v-56a8985a {
|
|
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;
|
|
}
|
|
.popup-content.data-v-56a8985a {
|
|
background: #fff;
|
|
border-radius: 24rpx;
|
|
padding: 40rpx;
|
|
width: 560rpx;
|
|
text-align: center;
|
|
}
|
|
.popup-title.data-v-56a8985a {
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.qrcode-area.data-v-56a8985a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.qrcode-canvas.data-v-56a8985a {
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
}
|
|
.coupon-code.data-v-56a8985a {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
margin-top: 16rpx;
|
|
letter-spacing: 4rpx;
|
|
}
|
|
.popup-tip.data-v-56a8985a {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.btn-close.data-v-56a8985a {
|
|
background: #f5f5f5;
|
|
color: #666;
|
|
border-radius: 8rpx;
|
|
font-size: 28rpx;
|
|
}
|