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

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

跳转到导航 跳转到搜索
删除1字节 、​ 2020年10月6日 (二) 01:14
无编辑摘要
标签移动版网页编辑 移动版编辑
//</includeonly>JavaScript脚本:<pre lang="js">
window.addEventListener('load', function () {
var eleStatic = document.querySelectorquerySelectorAll('.start-screen a');.forEach(function(ele) {
eleStatic.querySelectorAll('a').forEach(function(ele) {
ele.href = 'javascript:void(0)';
});
var eleStatic = document.querySelector('.start-screen');
document.querySelector('#mw-content-text > .mw-parser-output').appendChild(eleStatic);
var eleFixed = eleStatic.cloneNode(true);
eleFixed.classList.add('sticky-bottom');
eleStatic.parentNode.insertBefore(eleFixed, eleStatic);
eleFixed.style.width = eleStatic.getBoundingClientRect().width + 'px';
eleStatic.style.visibility = 'hidden';
16,874

个编辑

导航菜单