配队模拟器:修订间差异
来自卡厄思梦境WIKI
小无编辑摘要 |
小无编辑摘要 |
||
| 第109行: | 第109行: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
</div> | |||
</div> | |||
<!-- 卡牌选择弹窗 --> | |||
<div id="card-modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; overflow-y: auto;"> | |||
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 20px; border-radius: 10px; max-width: 90%; max-height: 80%; overflow: auto; min-width: 600px;"> | |||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;"> | |||
<h3 id="card-modal-title" style="margin: 0;">添加卡牌</h3> | |||
<span id="close-card-modal" style="font-size: 24px; cursor: pointer; padding: 5px;">×</span> | |||
</div> | |||
<!-- 卡牌类型选择标签 --> | |||
<div style="display: flex; gap: 10px; margin-bottom: 20px; border-bottom: 2px solid #e0e0e0;"> | |||
<div class="card-type-tab active" data-type="character" style="padding: 10px 20px; cursor: pointer; border-bottom: 3px solid #667eea; font-weight: bold;">战斗员卡牌</div> | |||
<div class="card-type-tab" data-type="neutral" style="padding: 10px 20px; cursor: pointer; border-bottom: 3px solid transparent;">中立卡牌</div> | |||
<div class="card-type-tab" data-type="monster" style="padding: 10px 20px; cursor: pointer; border-bottom: 3px solid transparent;">怪物卡牌</div> | |||
</div> | |||
<!-- 卡牌列表容器 --> | |||
<div id="card-selection-list" style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; min-height: 200px;"> | |||
<div style="color:#999;font-size:18px;">加载中...</div> | |||
</div> | </div> | ||
</div> | </div> | ||
