huangye-parking/miniapp/unpackage/dist/dev/mp-weixin/components/RichContentPopup.wxss
2026-03-03 23:31:28 +08:00

83 lines
1.6 KiB
Plaintext

/* 隐藏滚动条 */
.data-v-adb1157b .popup-body ::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
.popup-mask.data-v-adb1157b {
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-adb1157b {
background: linear-gradient(180deg, #E8F0FE 0%, #FFFFFF 40%);
border-radius: 24rpx;
width: 640rpx;
max-height: 75vh;
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
}
.popup-bg-icon.data-v-adb1157b {
position: absolute;
width: 320rpx;
height: 320rpx;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.popup-header.data-v-adb1157b {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 36rpx 40rpx;
z-index: 1;
}
.popup-title.data-v-adb1157b {
font-size: 34rpx;
font-weight: bold;
color: #333;
}
.popup-close.data-v-adb1157b {
position: absolute;
right: 24rpx;
top: 50%;
transform: translateY(-50%);
width: 56rpx;
height: 56rpx;
display: flex;
align-items: center;
justify-content: center;
}
.popup-close.data-v-adb1157b:active { opacity: 0.6;
}
.close-icon.data-v-adb1157b {
font-size: 44rpx;
color: #999;
line-height: 1;
}
.popup-body.data-v-adb1157b {
flex: 1;
width: 90%;
margin: 0 auto 0;
max-height: 55vh;
padding-bottom: 20rpx;
font-size: 28rpx;
color: #555;
line-height: 2;
text-align: center;
z-index: 1;
display: flex;
justify-content: center;
}