配队模拟器:修订间差异
来自卡厄思梦境WIKI
无编辑摘要 |
小无编辑摘要 |
||
| 第4行: | 第4行: | ||
<div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> | <div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> | ||
<!-- 战斗员选择 --> | <!-- 战斗员选择 --> | ||
<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 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;" onclick="showCharacterList()"> | ||
<div style="font-size: 48px; color: #ccc;">+</div> | <div id="character-placeholder" style="font-size: 48px; color: #ccc;">+</div> | ||
<div id="character-selected" style="display: none;"></div> | |||
</div> | </div> | ||
<!-- 伙伴选择 --> | <!-- 伙伴选择 --> | ||
| 第34行: | 第35行: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
<!-- 角色列表弹窗 --> | |||
<div id="character-list-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: auto;"> | |||
<div style="position: relative; margin: 50px auto; max-width: 90%; background: white; padding: 20px; border-radius: 8px;"> | |||
<div style="text-align: right; margin-bottom: 10px;"> | |||
<span onclick="closeCharacterList()" style="cursor: pointer; font-size: 24px; font-weight: bold;">×</span> | |||
</div> | |||
<div id="character-list-content" style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;"> | |||
<!-- 这里插入角色列表 --> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
{{#微件:配队模拟器}} | |||
2025年10月18日 (六) 21:02的版本
+
+
+
+
+
+