2024-06-17 23:04:18 +08:00
|
|
|
<!doctype html>
|
2024-06-14 10:44:18 +08:00
|
|
|
<html>
|
2024-06-17 23:04:18 +08:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
|
|
|
<link rel="shortcut icon" href="#" />
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
type="text/css"
|
|
|
|
href="{{_res_path}}html/deckList/deckList.css"
|
|
|
|
/>
|
|
|
|
<link rel="preload" href="{{_res_path}}font/tttgbnumber.ttf" as="font" />
|
|
|
|
<link rel="preload" href="{{_res_path}}img/other/bg5.png" as="image" />
|
|
|
|
<link rel="preload" href="{{_res_path}}img/other/bg4.png" as="image" />
|
|
|
|
<link rel="preload" href="{{_res_path}}img/other/bg105.png" as="image" />
|
|
|
|
<link rel="preload" href="{{_res_path}}img/abyss/bg.png" as="image" />
|
|
|
|
{{@headStyle}}
|
|
|
|
</head>
|
2024-06-14 10:44:18 +08:00
|
|
|
|
2024-06-17 23:04:18 +08:00
|
|
|
<body>
|
|
|
|
<div class="container" id="container">
|
|
|
|
<div class="head_box">
|
|
|
|
<div class="role-name">{{nickname}} lv:{{level}}</div>
|
|
|
|
<div class="id_text">UID: {{uid}}</div>
|
|
|
|
<img class="genshin_logo" src="{{_res_path}}img/other/原神.png" />
|
2024-06-14 10:44:18 +08:00
|
|
|
</div>
|
2024-06-17 23:04:18 +08:00
|
|
|
<div style="height: 12px"></div>
|
2024-06-14 10:44:18 +08:00
|
|
|
|
2024-06-17 23:04:18 +08:00
|
|
|
{{each Data vals}}
|
|
|
|
<div class="basicInfo">
|
|
|
|
<div class="tab_lable">
|
|
|
|
七圣卡组{{vals.id}} 使用#七圣查询卡组{{vals.id}}查看详情
|
|
|
|
</div>
|
|
|
|
<div style="height: 10px"></div>
|
|
|
|
<div class="avatar_covers">
|
|
|
|
{{each vals.avatar_cards val}}
|
|
|
|
<div class="card-wrapper">
|
|
|
|
<div class="overlay">
|
|
|
|
<img src="{{_res_path}}img/deck/边框.png" alt="" />
|
2024-06-14 10:44:18 +08:00
|
|
|
</div>
|
2024-06-17 23:04:18 +08:00
|
|
|
<div class="overlay">
|
|
|
|
<div class="rq-container">
|
|
|
|
<img src="{{_res_path}}img/deck/容器.png" alt="" />
|
|
|
|
</div>
|
|
|
|
<div class="hp-container">
|
|
|
|
<img src="{{_res_path}}img/deck/{{val.hp}}.png" alt="" />
|
|
|
|
</div>
|
2024-06-14 10:44:18 +08:00
|
|
|
</div>
|
2024-06-17 23:04:18 +08:00
|
|
|
<img src="{{val.image}}" alt="" />
|
2024-06-14 10:44:18 +08:00
|
|
|
</div>
|
2024-06-17 23:04:18 +08:00
|
|
|
{{/each}}
|
2024-06-14 10:44:18 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-06-17 23:04:18 +08:00
|
|
|
{{/each}}
|
|
|
|
<div class="logo">Created By {{yzName}}</div>
|
2024-06-14 10:44:18 +08:00
|
|
|
</div>
|
2024-06-17 23:04:18 +08:00
|
|
|
</body>
|
2024-06-14 10:44:18 +08:00
|
|
|
</html>
|