配队模拟器:修订间差异
来自卡厄思梦境WIKI
小无编辑摘要 标签:手工回退 |
无编辑摘要 |
||
| 第6行: | 第6行: | ||
<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; position: relative | <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; position: relative;"> | ||
<div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> | <div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> | ||
</div> | </div> | ||
<!-- 伙伴选择 --> | <!-- 伙伴选择 --> | ||
<div id="partner-slot" class="selection-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 id="partner-slot" class="selection-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 style="font-size: 24px; color: #ccc;">+</div> | <div class="placeholder" style="font-size: 24px; color: #ccc;">+</div> | ||
</div> | </div> | ||
</div> | </div> | ||
| 第55行: | 第55行: | ||
|mainlabel=- | |mainlabel=- | ||
|link=none | |link=none | ||
|template=配队/ | |template=配队/战斗员选择 | ||
|headers=hide | |||
|format=template | |||
|limit=1000 | |||
}} | |||
</div> | |||
</div> | |||
</div> | |||
<!-- 伙伴选择弹窗 --> | |||
<div id="partner-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 style="margin: 0;">选择伙伴</h3> | |||
<span id="close-partner-modal" style="font-size: 24px; cursor: pointer; padding: 5px;">×</span> | |||
</div> | |||
<div id="partner-list" style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;"> | |||
{{#ask:[[分类:伙伴]] | |||
|?名称 | |||
|?稀有度 | |||
|?职业 | |||
|?id | |||
|sort=实装日期,稀有度,id | |||
|order=desc,desc,desc | |||
|mainlabel=- | |||
|link=none | |||
|template=配队/伙伴选择 | |||
|headers=hide | |headers=hide | ||
|format=template | |format=template | ||
2025年10月18日 (六) 21:48的版本
+
+
+
+
+
+