音乐页面样式优化

This commit is contained in:
1152958806@qq.com 2023-07-05 14:15:23 +08:00
parent cb29025f7e
commit 24bb21ceb3
4 changed files with 13 additions and 6 deletions

View File

@ -470,11 +470,13 @@ var heo = {
heo.addEventListenerChangeMusicBg(); heo.addEventListenerChangeMusicBg();
// 暂停nav的音乐 // 暂停nav的音乐
if ( if(GLOBAL_CONFIG.navMusicEnable){
document.querySelector("#nav-music meting-js").aplayer && if (
!document.querySelector("#nav-music meting-js").aplayer.audio.paused document.querySelector("#nav-music meting-js").aplayer &&
) { !document.querySelector("#nav-music meting-js").aplayer.audio.paused
heo.musicToggle(); ) {
heo.musicToggle();
}
} }
} }
}, 100); }, 100);

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,11 @@ body:has(#anMusic-page) #page {
} }
} }
#page-header.not-top-img #nav .back-home-button,
#page-header.not-top-img #nav a {
color:#F7F7FA;
}
body:has(#anMusic-page) #footer, body:has(#anMusic-page) #footer,

View File

@ -172,6 +172,7 @@
loadProgressBar: [[${theme.config.other.loadProgressBar}]], loadProgressBar: [[${theme.config.other.loadProgressBar}]],
error404Enable: [[${theme.config.other.error_404Enable}]], error404Enable: [[${theme.config.other.error_404Enable}]],
allPlaylist: [[${theme.config.other.nav_music.all_playlist}]], allPlaylist: [[${theme.config.other.nav_music.all_playlist}]],
navMusicEnable:[[${theme.config.other.nav_musicEnable}]],
isMusic: [[${ htmlType == 'music'}]], isMusic: [[${ htmlType == 'music'}]],
date_suffix: { date_suffix: {
just: '刚刚', just: '刚刚',