mrr.sj.front/unpackage/dist/dev/mp-weixin/components/tips-popup/tips-popup2.wxss

90 lines
1.7 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.tips-popup.data-v-4ab1ae7e {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
}
.mask.data-v-4ab1ae7e {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.popup-content.data-v-4ab1ae7e {
background-image: url(/static/images/icons/tip_bg.png);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 570rpx;
border-radius: 36rpx;
overflow: hidden;
box-sizing: border-box;
padding: 60rpx 47rpx;
}
.popup-header.data-v-4ab1ae7e {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.popup-title.data-v-4ab1ae7e {
font-weight: 500;
font-size: 34rpx;
color: #333333;
line-height: 48rpx;
text-align: left;
font-style: normal;
}
.close-btn.data-v-4ab1ae7e {
position: absolute;
right: 24rpx;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 16rpx;
}
.close-icon.data-v-4ab1ae7e {
width: 32rpx;
height: 32rpx;
}
.popup-body.data-v-4ab1ae7e {
padding: 36rpx 0rpx 50rpx 0;
}
.rule-item.data-v-4ab1ae7e {
margin-bottom: 24rpx;
}
.rule-item.data-v-4ab1ae7e:last-child {
margin-bottom: 0;
}
.rule-text.data-v-4ab1ae7e {
font-size: 30rpx;
color: #666666;
line-height: 1.6;
}
.btn_box.data-v-4ab1ae7e {
display: flex;
align-items: center;
justify-content: center;
gap: 72rpx;
}
.btn_box .btn.data-v-4ab1ae7e {
width: 200rpx;
border-radius: 72rpx;
border: 2rpx solid #979797;
display: flex;
align-items: center;
justify-content: center;
font-size: 26rpx;
color: #333333;
}