音乐页面样式优化
This commit is contained in:
parent
cb29025f7e
commit
24bb21ceb3
|
@ -470,6 +470,7 @@ var heo = {
|
|||
heo.addEventListenerChangeMusicBg();
|
||||
|
||||
// 暂停nav的音乐
|
||||
if(GLOBAL_CONFIG.navMusicEnable){
|
||||
if (
|
||||
document.querySelector("#nav-music meting-js").aplayer &&
|
||||
!document.querySelector("#nav-music meting-js").aplayer.audio.paused
|
||||
|
@ -477,6 +478,7 @@ var heo = {
|
|||
heo.musicToggle();
|
||||
}
|
||||
}
|
||||
}
|
||||
}, 100);
|
||||
}
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -172,6 +172,7 @@
|
|||
loadProgressBar: [[${theme.config.other.loadProgressBar}]],
|
||||
error404Enable: [[${theme.config.other.error_404Enable}]],
|
||||
allPlaylist: [[${theme.config.other.nav_music.all_playlist}]],
|
||||
navMusicEnable:[[${theme.config.other.nav_musicEnable}]],
|
||||
isMusic: [[${ htmlType == 'music'}]],
|
||||
date_suffix: {
|
||||
just: '刚刚',
|
||||
|
|
Loading…
Reference in New Issue