配队模拟器:修订间差异
来自卡厄思梦境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: 150px;"> | <div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> | ||
| 第8行: | 第7行: | ||
<div style="font-size: 48px; color: #ccc;">+</div> | <div style="font-size: 48px; color: #ccc;">+</div> | ||
</div> | </div> | ||
<!-- 伙伴选择 --> | <!-- 伙伴选择 --> | ||
<div id="partner-slot" class="selection-slot" style="width: 150px; height: 77px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | <div id="partner-slot" class="selection-slot" style="width: 150px; height: 77px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | ||
| 第14行: | 第12行: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- 中部区域 --> | <!-- 中部区域 --> | ||
<div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | ||
| 第22行: | 第19行: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- 右侧区域 --> | <!-- 右侧区域 --> | ||
<div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | <div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | ||
| 第29行: | 第25行: | ||
<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: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | <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: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> | <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;"> | ||
| 第40行: | 第34行: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
2025年10月18日 (六) 20:46的版本
+
+
+
+
+
+