MediaWiki:StatCalcTemplate:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的3个中间版本) | |||
第3行: | 第3行: | ||
.stat-wrapper { | .stat-wrapper { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(4, 1fr); | ||
gap: | gap: 10px; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
max-width: 800px; | |||
margin-left: 0; /* 靠左显示 */ | margin-left: 0; /* 靠左显示 */ | ||
transform: scale(0.9); /* 稍微缩小一点 */ | transform: scale(0.9); /* 稍微缩小一点 */ | ||
第22行: | 第23行: | ||
label { | label { | ||
display: flex | |||
justify-content: space-between; | |||
display: inline-block; | display: inline-block; | ||
margin: 5px 0; | margin: 5px 0; | ||
} | } | ||
input[type="number"], select { | input[type="number"], select { | ||
第46行: | 第51行: | ||
<fieldset> | <fieldset> | ||
<legend>基础配置</legend> | <legend>基础配置</legend> | ||
<label><span>等级:</span><input id="level" type="number" value="100" min="1" max="100"></label><br> | |||
<label><span>个体值:</span><input id="iv" type="number" value="31" min="0" max="31"></label><br> | |||
<label><span>性格:</span> | |||
<select id="nature"> | <select id="nature"> | ||
<option value="hardy">实干(无修正)</option> | <option value="hardy">实干(无修正)</option> |
2025年5月11日 (日) 08:52的最新版本
👥 当前在线人数:71