跳转到内容
打开/关闭菜单
  • 1698 条目
  • 2.2万 文件
  • 6743 用户
  • 12万 编辑
舰R百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

微件:ExpCalculator:修订间差异

舰R百科,玩家自由编辑的战舰少女R百科
Donnyjie留言 | 贡献
创建页面,内容为“<style> 基础重置与容器:​ .calc-container *, .calc-container *:before, .calc-container *:after { box-sizing: border-box; } .calc-container { max-width: 500px; margin: 20px auto; padding: 24px; background-color: #ffffff; border-radius: 16px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); font-family: sans-serif; border: 1px solid #f0f0f0; color: #2d3436; } 标题与输入布局:​ .calc-…”
 
Donnyjie留言 | 贡献
无编辑摘要
第1行: 第1行:
<style>
<includeonly><style>
     /* 基础重置与容器 */
     /* 基础重置与容器 */
     .calc-container *, .calc-container *:before, .calc-container *:after { box-sizing: border-box; }
     .calc-container *, .calc-container *:before, .calc-container *:after { box-sizing: border-box; }
第534行: 第534行:
         <div style="font-size: 12px; color: #a4b0be; margin-top: 8px;">单场获得:<span id="expDetail">0</span> 经验</div>
         <div style="font-size: 12px; color: #a4b0be; margin-top: 8px;">单场获得:<span id="expDetail">0</span> 经验</div>
     </div>
     </div>
</div>
</div></includeonly>