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

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

跳转到导航 跳转到搜索
添加45字节 、​ 2020年10月6日 (二) 01:54
无编辑摘要
标签移动版网页编辑 移动版编辑
parent = document.querySelector('#mw-content-text > .mw-parser-output');
if(mw.config.get('skin') == 'minerva') { parent.appendChild(eleStatic); }
eleFixed.style.width = eleStatic.getBoundingClientRect().width + 'px';
eleStatic.style.visibility = 'hidden';
window.addEventListener('scroll', function() {
if(eleStatic.getBoundingClientRect().top < eleFixed.getBoundingClientRect().top) {
eleFixed.style.visibility = 'hidden';
eleStatic.style.visibility = 'visible';
}
else {
.start-screen table {
display: inline-table;
}
.static-bottom {
eleStatic.style. visibility: = 'hidden';
}
.sticky-bottom {
position: fixed;
bottom: 3px;
}
.skin-vector .sticky-bottom {
width: calc(100% - 14rem);
}
.skin-vector .sticky-bottom {
width: 100%;
left: 0;
}
/* </pre><includeonly> */
16,874

个编辑

导航菜单