This commit is contained in:
chenyuwu
2026-08-15 17:13:39 +08:00
parent a10fc51c02
commit 72b18009ff
9 changed files with 63 additions and 82 deletions
-11
View File
@@ -34,17 +34,6 @@ page {
border-radius: 36rpx;
}
.overlay-blur-top {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 72rpx;
border-radius: 36rpx 36rpx 0 0;
background: linear-gradient(to bottom, rgba(245, 245, 245, 0.6), rgba(245, 245, 245, 0) 100%);
pointer-events: none;
}
/* ========== 弹窗 ========== */
.popup-mask {
position: fixed;