配队模拟器:修订间差异
来自卡厄思梦境WIKI
小无编辑摘要 |
小无编辑摘要 |
||
| 第89行: | 第89行: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
<!-- 装备选择弹窗 --> | |||
<div id="equipment-modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000;"> | |||
<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;"> | |||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;"> | |||
<h3 id="equipment-modal-title" style="margin: 0;">选择装备</h3> | |||
<span id="close-equipment-modal" style="font-size: 24px; cursor: pointer; padding: 5px;">×</span> | |||
</div> | |||
<div id="equipment-list" style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;"> | |||
<!-- 装备列表将动态加载 --> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
2025年10月19日 (日) 16:37的版本
+
+
+
+
+
+
