配队模拟器:修订间差异
来自卡厄思梦境WIKI
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<div id="team-simulator"> | <div id="team-simulator"> | ||
<div style="display: flex; gap: 20px; padding: 20px; background: #f5f5f5; border-radius: 8px;"> | <div style="display: flex; gap: 20px; padding: 20px; background: #f5f5f5; border-radius: 8px;"> | ||
<!-- 左侧区域 --> | <!-- 左侧区域 --> | ||
<div style="display: flex; flex-direction: column; gap: 20px; width: 260px;"> | <div style="display: flex; flex-direction: column; gap: 20px; width: 260px;"> | ||
| 第13行: | 第14行: | ||
</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;"> | ||
| 第20行: | 第22行: | ||
</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;"> | ||
| 第33行: | 第36行: | ||
<!-- 戒指 --> | <!-- 戒指 --> | ||
<div id="ring-slot" class="selection-slot" style="width: 124px; height: 124px; 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 id="selection-modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 10000; overflow-y: auto;"> | |||
<div style="position: relative; background: white; margin: 20px auto; padding: 20px; border-radius: 8px; max-width: 90%; max-height: 90vh; overflow-y: auto;"> | |||
<button onclick="closeSelectionModal()" style="position: absolute; top: 10px; right: 10px; background: #ff4444; color: white; border: none; border-radius: 50%; width: 30px; height: 30px; cursor: pointer;">×</button> | |||
<div id="modal-content"></div> | |||
</div> | |||
</div> | |||
{{#微件:配队模拟器}} | {{#微件:配队模拟器}} | ||
2025年10月18日 (六) 20:14的版本
+
+
+
+
+
+