Skip to content

Commit

Permalink
适配新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
akFace committed Dec 27, 2024
1 parent 00c6fa6 commit c398bbc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 20 deletions.
1 change: 0 additions & 1 deletion fireworks/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
-webkit-mask-image: none !important;
}
.hide-music-detail {
top: 100px !important;
right: 100px !important;
}

Expand Down
24 changes: 15 additions & 9 deletions light-pink/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,25 @@
--headerTextColor: #333 !important;
}

.music-detail-container {
background: rgba(37, 18, 18, 0.05) !important;
backdrop-filter: blur(75px);
-webkit-backdrop-filter: blur(75px);
.music-detail-background {
mask-image: none !important;
-webkit-mask-image: none !important;
top: -64px!important;
bottom: -66px!important;
padding-top: 64px!important;
}

.hide-music-detail {
top: 100px !important;
/* 音乐详情页 */
.music-detail-container {
background-image: none !important;
background-color: transparent !important;
background-repeat: no-repeat !important;
background-size: cover !important;
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(50px);
top: -54px !important;
bottom: -64px !important;
padding-top: 64px !important;
overflow: hidden !important;
mask-image: none !important;
-webkit-mask-image: none !important;
}

.header-container,
Expand Down
24 changes: 15 additions & 9 deletions light-white/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,25 @@
--headerTextColor: #000000 !important;
}

.music-detail-container {
background: rgba(37, 18, 18, 0.05) !important;
backdrop-filter: blur(75px);
-webkit-backdrop-filter: blur(75px);
.music-detail-background {
mask-image: none !important;
-webkit-mask-image: none !important;
top: -64px!important;
bottom: -66px!important;
padding-top: 64px!important;
}

.hide-music-detail {
top: 100px !important;
/* 音乐详情页 */
.music-detail-container {
background-image: none !important;
background-color: transparent !important;
background-repeat: no-repeat !important;
background-size: cover !important;
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(50px);
top: -54px !important;
bottom: -64px !important;
padding-top: 64px !important;
overflow: hidden !important;
mask-image: none !important;
-webkit-mask-image: none !important;
}

.header-container,
Expand Down
1 change: 0 additions & 1 deletion love-dynamic/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
-webkit-mask-image: none !important;
}
.hide-music-detail {
top: 100px !important;
right: 100px !important;
}

Expand Down

0 comments on commit c398bbc

Please sign in to comment.