微件:ExpCalculator:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第11行: | 第11行: | ||
/* 标题与输入布局 */ | /* 标题与输入布局 */ | ||
.calc-title { font-size: 1. | .calc-title { font-size: 1.25rem; font-weight: bold; margin-bottom: 20px; text-align: center; color: #cf3b51; } | ||
.input-group { margin-bottom: 18px; } | .input-group { margin-bottom: 18px; } | ||
.label-wrapper { display: flex; justify-content: space-between; align-items: flex-end; padding: 0 2px; } | .label-wrapper { display: flex; justify-content: space-between; align-items: flex-end; padding: 0 2px; } | ||
| 第176行: | 第176行: | ||
<div class="calc-container"> | <div class="calc-container"> | ||
<div class="calc-title"> | <div class="calc-title">舰R百科出征经验计算器</div> | ||
<!-- 等级输入 --> | <!-- 等级输入 --> | ||