feat: card music
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user