add close button for music player

This commit is contained in:
RockYang
2024-07-22 07:12:21 +08:00
parent cb0dacd5e0
commit 59824bffc5
3 changed files with 25 additions and 6 deletions

View File

@@ -72,6 +72,7 @@
.right-box {
width 100%
color rgb(250 247 245)
overflow hidden
.list-box {
padding 0 0 0 20px
@@ -230,7 +231,7 @@
width 100%
position: fixed;
bottom: 0;
left: 0;
left: 50px;
padding 20px 0
}
}