LLWiki正在建设中,欢迎加入我们

“Widget:游戏主界面”的版本间差异

跳转到导航 跳转到搜索
添加38字节 、​ 2020年10月6日 (二) 02:07
无编辑摘要
标签移动版网页编辑 移动版编辑
parent = document.querySelector('#mw-content-text > .mw-parser-output');
if(mw.config.get('skin') == 'minerva') { parent.appendChild(eleStatic); }
window.addEventListener('scroll',var choose = function() {
if(eleStatic.getBoundingClientRect().top < eleFixed.getBoundingClientRect().top) {
eleFixed.style.visibility = 'hidden';
eleStatic.style.visibility = 'hidden';
}
});
choose();
window.addEventListener('scroll', choose);
});
//</pre>
16,874

个编辑

导航菜单