未登录
中文(中国大陆)
创建账号
登录
SOKA CAFE
搜索
查看“微件:CodeLoadingUI/SCF”的源代码
来自SOKA CAFE
命名空间
微件
讨论
更多
更多
页面操作
阅读
查看源代码
历史
←
微件:CodeLoadingUI/SCF
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您没有权限编辑
微件
命名空间内的页面。
您可以查看和复制此页面的源代码。
<!-- CSS 样式 --> <style> /* 全屏覆盖层 */ #loadingOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: flex; justify-content: center; align-items: center; flex-direction: column; z-index: 1000; /* 确保加载界面在最上层 */ color: #fff; font-family: monospace; } /* 加载动画 */ .loader { border: 5px solid #f3f3f3; border-top: 5px solid #3498db; border-radius: 50%; width: 50px; height: 50px; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* 进度条 */ #progressBar { width: 200px; height: 10px; background: #444; margin-top: 20px; border-radius: 5px; overflow: hidden; } #progressBar div { height: 100%; width: 0; background: #3498db; transition: width 0.5s ease; } /* 模拟代码样式 */ #codeDisplay { margin-top: 20px; background: #222; padding: 10px; border-radius: 5px; width: 80%; max-width: 600px; overflow: auto; white-space: pre-wrap; } /* 背景图片样式 */ .Cbackground { position: fixed; background-size: cover !important; top: 0; width: 100%; height: 100%; z-index: -1; /* 背景图片在底层 */ background-position: center !important; display: none; /* 初始状态下隐藏背景图片 */ } #mw-content-container { background: rgba(255, 255, 255, 0.6); } #mw-content, .sidebar-chunk { background: rgba(255, 255, 255, 0.7) !important; backdrop-filter: blur(20px); } </style> <!-- HTML 结构 --> <div id="loadingOverlay"> <div class="loader"></div> <div id="progressBar"> <div></div> </div> <div id="codeDisplay"> Loading system... dir /s /b shukyo_city_festival File Not Found dir /s /b *shukyo_city_festival Finding… ┗ admin:File Not Found ┗ adult:File Not Found ┗ alternative:File Not Found ┗ credit:File Not Found ┗ declassified:File Not Found ┗ fragment:File Not Found ┗ system:File Not Found ┗ thous:【合作】宗教都市祭 ~ Shukyo City Festival >/thous:【合作】宗教都市祭 ~ Shukyo City Festival </div> </div> <!-- 背景图片容器 --> <div class="Cbackground" id="Cbackground" data-file="{{filepath:宗教都市祭封面1 V2.PNG}}"></div> <!-- JavaScript 逻辑 --> <script> // 确保DOM加载完成后再执行脚本 document.addEventListener('DOMContentLoaded', function () { var progress = 0; var progressBar = document.getElementById('progressBar').querySelector('div'); var interval = setInterval(function () { progress += 10; progressBar.style.width = progress + '%'; if (progress >= 100) { clearInterval(interval); document.getElementById('loadingOverlay').style.display = 'none'; // 隐藏加载界面 // 加载背景图片 var Cbackground = document.getElementById("Cbackground"); var file = Cbackground.getAttribute("data-file"); Cbackground.style.background = 'url(' + file + ')'; Cbackground.style.display = 'block'; // 显示背景图片 var wrapper = document.getElementById("mw-wrapper"); if (wrapper) { wrapper.appendChild(Cbackground); } } }, 300); }); </script>
返回
微件:CodeLoadingUI/SCF
。
导航
导航
首页
最近更改
随机页面
知识集锦
活动公告
讨论版块
档案区
人物图鉴
团体势力
地点区域
登场作品
历史事件
创作区
词典概念
作品推荐
世界设定
创作作者
创作团体
编辑帮助
查找页面
入站须知
测试页面
任务计划
官方教程
wiki工具
wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志