feat: card music

This commit is contained in:
zzc
2026-02-12 08:46:55 +08:00
parent 1aef7f1c7c
commit 03fa790ca2

View File

@@ -2290,12 +2290,17 @@ function drawRoundRect(ctx, x, y, w, h, r, color) {
}
.bgm-popup {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
border-radius: 24rpx 24rpx 0 0;
padding-bottom: env(safe-area-inset-bottom);
max-height: 60vh;
display: flex;
flex-direction: column;
z-index: 1000;
}
.bgm-header {