卡厄思
梦
境
菜单
首页
回到首页
WIKI工具
全站样式
全站JS
修改导航栏
测试
沙盒
可视化管理器
战斗员管理器
卡牌管理器
伙伴管理器
装备管理器
词典管理器
图鉴
战斗员
伙伴
装备
怪物卡牌
中立卡牌
词典
小工具
配队模拟器
节奏榜生成器
搜索
链入页面
相关更改
特殊页面
页面信息
最近更改
登录
查看“︁配队模拟器”︁的源代码
←
配队模拟器
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<div id="team-simulator"> <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 id="character-slot" class="selection-slot" style="width: 260px; height: 460px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 48px; color: #ccc;">+</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 style="font-size: 24px; color: #ccc;">+</div> </div> </div> <!-- 中部区域 --> <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> <!-- 卡组区域 --> <div id="deck-area" class="selection-slot" style="min-height: 400px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; padding: 20px;"> <div style="font-size: 48px; color: #ccc;">+</div> </div> </div> <!-- 右侧区域 --> <div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> <!-- 武器 --> <div id="weapon-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 id="armor-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> <!-- 戒指 --> {{#微件:配队模拟器}}
该页面使用的模板:
模板:提示
(
查看源代码
)
模板:施工中
(
查看源代码
)
模板:配队/伙伴
(
查看源代码
)
模板:配队/战斗员
(
查看源代码
)
模板:面包屑
(
查看源代码
)
返回
配队模拟器
。