|
|
| (未显示同一用户的15个中间版本) |
| 第1行: |
第1行: |
| <div class="tierlist-container"> | | <div style="width:800px"> |
| <!-- Controls -->
| | <spineplayer |
| <div class="tierlist-controls"> | | json="/spine/1064/1064.json" |
| <h3>层级设置</h3>
| | atlas="/spine/1064/1064.atlas" |
| <div id="tier-controls">
| | animation="idle" |
| <div class="control-group" data-tier="S">
| | skin="default" |
| <label>S级:</label>
| | width="800px" |
| <input type="text" class="tier-label" value="S" placeholder="标签">
| | height="600px" |
| <input type="color" class="tier-color" value="#ff0000">
| | bg="#2e2e2e" |
| </div>
| | controls="true"> |
| <div class="control-group" data-tier="A">
| | </spineplayer> |
| <label>A级:</label>
| |
| <input type="text" class="tier-label" value="A" placeholder="标签">
| |
| <input type="color" class="tier-color" value="#f1963b">
| |
| </div>
| |
| <div class="control-group" data-tier="B">
| |
| <label>B级:</label>
| |
| <input type="text" class="tier-label" value="B" placeholder="标签">
| |
| <input type="color" class="tier-color" value="#ffef03">
| |
| </div>
| |
| <div class="control-group" data-tier="C">
| |
| <label>C级:</label>
| |
| <input type="text" class="tier-label" value="C" placeholder="标签">
| |
| <input type="color" class="tier-color" value="#c2d402">
| |
| </div>
| |
| </div>
| |
|
| |
| <div style="margin-top: 20px;">
| |
| <div class="btn btn-success" id="add-tier">添加新层级</div>
| |
| <div class="btn" id="apply-settings">应用设置</div>
| |
| </div> | | </div> |
| {{#微件:节奏榜生成器}}
| |