微件:ExpCalculator:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“<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-…” |
无编辑摘要 |
||
| 第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> | ||