feat: card music
This commit is contained in:
@@ -2290,12 +2290,17 @@ function drawRoundRect(ctx, x, y, w, h, r, color) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bgm-popup {
|
.bgm-popup {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 24rpx 24rpx 0 0;
|
border-radius: 24rpx 24rpx 0 0;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bgm-header {
|
.bgm-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user