配队模拟器:修订间差异
来自卡厄思梦境WIKI
小无编辑摘要 |
无编辑摘要 |
||
| 第2行: | 第2行: | ||
<div id="team-simulator"> | <div id="team-simulator"> | ||
<!-- 添加保存按钮 --> | |||
<!-- | <div style="padding: 20px; text-align: center;"> | ||
<div style=" | <button id="save-team-btn" style="padding: 12px 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1);"> | ||
< | 保存队伍为图片 | ||
</button> | |||
</ | |||
</div> | </div> | ||
<!-- 中部区域 --> | |||
<div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | <div id="team-content" style="background: white; padding: 20px;"> | ||
<!-- 角色1 --> | |||
<div class="character-unit" data-unit-index="1" style="margin-bottom: 30px; padding: 20px; border: 2px solid #e0e0e0; border-radius: 10px;"> | |||
<h3 style="margin: 0 0 15px 0; color: #333;">角色 1</h3> | |||
<div style="display: flex; gap: 20px;"> | |||
<!-- 左侧区域 --> | |||
<div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> | |||
<!-- 战斗员选择 --> | |||
<div class="character-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; position: relative;"> | |||
<div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> | |||
</div> | |||
<!-- 伙伴选择 --> | |||
<div class="partner-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 class="placeholder" style="font-size: 24px; color: #ccc;">+</div> | |||
</div> | |||
</div> | |||
<!-- 中部区域 --> | |||
<div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | |||
<!-- 卡组区域 --> | |||
<div class="deck-area" 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> | |||
</div> | |||
<!-- 右侧区域 --> | |||
<div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | |||
<!-- 武器 --> | |||
<div class="weapon-slot equipment-slot" data-equipment-type="weapon" 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> | |||
<!-- 装甲 --> | |||
<div class="armor-slot equipment-slot" data-equipment-type="armor" 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> | |||
<!-- 戒指 --> | |||
<div class="ring-slot equipment-slot" data-equipment-type="ring" 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> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
</div> | |||
< | <!-- 角色2 --> | ||
<div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | <div class="character-unit" data-unit-index="2" style="margin-bottom: 30px; padding: 20px; border: 2px solid #e0e0e0; border-radius: 10px;"> | ||
<h3 style="margin: 0 0 15px 0; color: #333;">角色 2</h3> | |||
<div style="display: flex; gap: 20px;"> | |||
<div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> | |||
<div class="character-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; position: relative;"> | |||
<div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> | |||
</div> | |||
<div class="partner-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 class="placeholder" style="font-size: 24px; color: #ccc;">+</div> | |||
</div> | |||
</div> | |||
<div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | |||
<div class="deck-area" 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> | |||
</div> | |||
<div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | |||
<div class="weapon-slot equipment-slot" data-equipment-type="weapon" 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> | |||
<div class="armor-slot equipment-slot" data-equipment-type="armor" 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> | |||
<div class="ring-slot equipment-slot" data-equipment-type="ring" 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> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
<!-- | |||
<div | <!-- 角色3 --> | ||
<div class="character-unit" data-unit-index="3" style="margin-bottom: 30px; padding: 20px; border: 2px solid #e0e0e0; border-radius: 10px;"> | |||
<h3 style="margin: 0 0 15px 0; color: #333;">角色 3</h3> | |||
<div style="display: flex; gap: 20px;"> | |||
<div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> | |||
<div class="character-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; position: relative;"> | |||
<div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> | |||
</div> | |||
<div class="partner-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 class="placeholder" style="font-size: 24px; color: #ccc;">+</div> | |||
</div> | |||
</div> | |||
<div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> | |||
<div class="deck-area" 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> | |||
</div> | |||
<div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> | |||
<div class="weapon-slot equipment-slot" data-equipment-type="weapon" 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> | |||
<div class="armor-slot equipment-slot" data-equipment-type="armor" 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> | |||
<div class="ring-slot equipment-slot" data-equipment-type="ring" 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> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
| 第88行: | 第163行: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- 装备选择弹窗 --> | <!-- 装备选择弹窗 --> | ||
| 第103行: | 第176行: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
</div> | </div> | ||
2025年10月19日 (日) 17:41的版本
<button id="save-team-btn" style="padding: 12px 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
保存队伍为图片
</button>
角色 1
+
+
+
+
+
+
角色 2
+
+
+
+
+
+
角色 3
+
+
+
+
+
+
