节奏榜生成器:修订间差异
来自卡厄思梦境WIKI
无编辑摘要 |
无编辑摘要 |
||
| 第4行: | 第4行: | ||
<div style="margin-bottom: 10px;"> | <div style="margin-bottom: 10px;"> | ||
<div class="control-button" onclick="addNewTier()" style="display: inline-block; padding: 8px 15px; background: #4CAF50; color: white; border-radius: 3px; cursor: pointer; margin-right: 10px;">添加新行</div> | <div class="control-button" onclick="addNewTier()" style="display: inline-block; padding: 8px 15px; background: #4CAF50; color: white; border-radius: 3px; cursor: pointer; margin-right: 10px;">添加新行</div> | ||
<div class="control-button" onclick="resetTierList()" style="display: inline-block; padding: 8px 15px; background: #ff9800; color: white; border-radius: 3px; cursor: pointer; margin-right: 10px;">重置</div> | |||
<div class="control-button" onclick="exportToPNG()" style="display: inline-block; padding: 8px 15px; background: #2196F3; color: white; border-radius: 3px; cursor: pointer;">保存为PNG</div> | <div class="control-button" onclick="exportToPNG()" style="display: inline-block; padding: 8px 15px; background: #2196F3; color: white; border-radius: 3px; cursor: pointer;">保存为PNG</div> | ||
</div> | </div> | ||
| 第16行: | 第17行: | ||
|style="min-height: 120px; padding: 10px; background: #fff;" class="tier-content" data-tier="1"| | |style="min-height: 120px; padding: 10px; background: #fff;" class="tier-content" data-tier="1"| | ||
|- | |- | ||
!style="background-color: #ffeb3b; color: | !style="background-color: #ffeb3b; color: black; font-size: 20px; text-align: center; cursor: pointer; position: relative;" class="tier-header" data-tier="2"|<div class="tier-label" contenteditable="true">B</div><div class="color-picker-trigger" onclick="showColorPicker(this, 2)">🎨</div> | ||
|style="min-height: 120px; padding: 10px; background: #fff;" class="tier-content" data-tier="2"| | |style="min-height: 120px; padding: 10px; background: #fff;" class="tier-content" data-tier="2"| | ||
|- | |- | ||
!style="background-color: #8bc34a; color: white; font-size: 20px; text-align: center; cursor: pointer; position: relative;" class="tier-header" data-tier="3"|<div class="tier-label" contenteditable="true">C</div><div class="color-picker-trigger" onclick="showColorPicker(this, 3)">🎨</div> | !style="background-color: #8bc34a; color: white; font-size: 20px; text-align: center; cursor: pointer; position: relative;" class="tier-header" data-tier="3"|<div class="tier-label" contenteditable="true">C</div><div class="color-picker-trigger" onclick="showColorPicker(this, 3)">🎨</div> | ||
|style="min-height: 120px; padding: 10px; background: #fff;" class="tier-content" data-tier="3"| | |style="min-height: 120px; padding: 10px; background: #fff;" class="tier-content" data-tier="3"| | ||
|- | |||
!style="background-color: #2196F3; color: white; font-size: 20px; text-align: center; cursor: pointer; position: relative;" class="tier-header" data-tier="4"|<div class="tier-label" contenteditable="true">D</div><div class="color-picker-trigger" onclick="showColorPicker(this, 4)">🎨</div> | |||
|style="min-height: 120px; padding: 10px; background: #fff;" class="tier-content" data-tier="4"| | |||
|} | |} | ||
</div> | </div> | ||
2025年10月20日 (一) 22:20的版本
如果您发现WIKI上的错误,请加入:1033192730联系站点工作人员处理
S 🎨
|
|
|---|---|
A 🎨
|
|
B 🎨
|
|
C 🎨
|
|
D 🎨
|





















