配队模拟器:修订间差异
来自卡厄思梦境WIKI
小无编辑摘要 |
小无编辑摘要 |
||
| 第1行: | 第1行: | ||
<div id="team-simulator"> | <div id="team-simulator"> | ||
<div style="display: flex; gap: 20px; padding: 20px | <div style="display: flex; gap: 20px; padding: 20px;"> | ||
<!-- 左侧区域 --> | <!-- 左侧区域 --> | ||
<div style="display: flex; flex-direction: column; gap: 20px; width: | <div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> | ||
<!-- 战斗员选择 --> | <!-- 战斗员选择 --> | ||
<div id="character-slot" class="selection-slot" style="width: | <div id="character-slot" class="selection-slot" style="width: 150px; height: 265px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | ||
<div style="font-size: 48px; color: #ccc;">+</div> | <div style="font-size: 48px; color: #ccc;">+</div> | ||
</div> | </div> | ||
| 第18行: | 第18行: | ||
<div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | ||
<!-- 卡组区域 --> | <!-- 卡组区域 --> | ||
<div id="deck-area" class="selection-slot" style="min-height: | <div id="deck-area" class="selection-slot" style="min-height: 360px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; padding: 20px;"> | ||
<div style="font-size: 48px; color: #ccc;">+</div> | <div style="font-size: 48px; color: #ccc;">+</div> | ||
</div> | </div> | ||
| 第26行: | 第26行: | ||
<div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | <div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | ||
<!-- 武器 --> | <!-- 武器 --> | ||
<div id="weapon-slot" class="selection-slot" style="width: | <div id="weapon-slot" class="selection-slot" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | ||
<div style="font-size: 24px; color: #ccc;">+</div> | <div style="font-size: 24px; color: #ccc;">+</div> | ||
</div> | </div> | ||
<!-- 装甲 --> | <!-- 装甲 --> | ||
<div id="armor-slot" class="selection-slot" style="width: | <div id="armor-slot" class="selection-slot" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | ||
<div style="font-size: 24px; color: #ccc;">+</div> | <div style="font-size: 24px; color: #ccc;">+</div> | ||
</div> | </div> | ||
<!-- 戒指 --> | <!-- 戒指 --> | ||
<div id="ring-slot" class="selection-slot" style="width: | <div id="ring-slot" class="selection-slot" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | ||
<div style="font-size: 24px; color: #ccc;">+</div> | <div style="font-size: 24px; color: #ccc;">+</div> | ||
</div> | </div> | ||
2025年10月18日 (六) 20:45的版本
+
+
+
+
+
+