音乐页面样式优化
This commit is contained in:
parent
cb29025f7e
commit
24bb21ceb3
|
@ -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
|
@ -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,
|
||||||
|
|
|
@ -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: '刚刚',
|
||||||
|
|
Loading…
Reference in New Issue