2022-07-26 10:07:31 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-ch">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>abyss</title>
|
|
|
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
|
|
<style>
|
|
|
|
|
#container {
|
2022-10-01 06:55:53 +00:00
|
|
|
|
width: 865px;
|
|
|
|
|
height: 504px;
|
2022-07-26 10:07:31 +00:00
|
|
|
|
background: url("./background/lookback-bg.png");
|
2022-10-01 06:55:53 +00:00
|
|
|
|
background-size: cover;
|
2022-07-26 10:07:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.character-icon {
|
|
|
|
|
width: 128px;
|
|
|
|
|
height: 128px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.character-side-icon {
|
2022-10-07 05:02:49 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 1px;
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div:has(> img.character-side-icon) {
|
|
|
|
|
position: relative;
|
2022-07-26 10:07:31 +00:00
|
|
|
|
height: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-07 05:02:49 +00:00
|
|
|
|
div:has(> img.character-side-icon) > div {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
}
|
|
|
|
|
|
2022-07-26 10:07:31 +00:00
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="mx-auto flex flex-col h-full bg-no-repeat bg-cover" id="container">
|
|
|
|
|
<div class="title text-2xl my-4 text-yellow-500 mx-auto">深境螺旋</div>
|
|
|
|
|
<div class="base-info flex flex-row px-20 py-1 my-1 text-white bg-white bg-opacity-10">
|
|
|
|
|
<div class="uid text-center mx-auto">UID 1414514</div>
|
|
|
|
|
<div class="text-center mx-auto">最深抵达 12-3</div>
|
|
|
|
|
<div class="text-center mx-auto">战斗次数 12</div>
|
|
|
|
|
<div class="text-center mx-auto">获得星级 36</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="base-info flex flex-col px-20 py-1 text-black my-1">
|
|
|
|
|
<div class="text-center mr-auto text-yellow-500">出战次数</div>
|
|
|
|
|
<div class="mx-auto flex my-2">
|
2022-09-08 01:08:37 +00:00
|
|
|
|
<div class="bg-white rounded-lg mx-2 overflow-hidden">
|
|
|
|
|
<div class="character-icon rounded-br-3xl bg-cover"
|
2022-07-26 10:07:31 +00:00
|
|
|
|
style="background: url('./background/roleStarBg4.png');background-size: cover;">
|
|
|
|
|
<img src="./../../img/example/256x256.png" alt=""></div>
|
|
|
|
|
<div class="text-center">12次</div>
|
|
|
|
|
</div>
|
2022-09-08 01:08:37 +00:00
|
|
|
|
<div class="bg-white rounded-lg mx-2 overflow-hidden">
|
|
|
|
|
<div class="character-icon rounded-br-3xl bg-cover"
|
2022-07-26 10:07:31 +00:00
|
|
|
|
style="background: url('./background/roleStarBg4.png');background-size: cover;">
|
|
|
|
|
<img src="./../../img/example/256x256.png" alt=""></div>
|
|
|
|
|
<div class="text-center">12次</div>
|
|
|
|
|
</div>
|
2022-09-08 01:08:37 +00:00
|
|
|
|
<div class="bg-white rounded-lg mx-2 overflow-hidden">
|
|
|
|
|
<div class="character-icon rounded-br-3xl bg-cover"
|
2022-07-26 10:07:31 +00:00
|
|
|
|
style="background: url('./background/roleStarBg5.png');background-size: cover;">
|
|
|
|
|
<img src="./../../img/example/256x256.png" alt=""></div>
|
|
|
|
|
<div class="text-center">12次</div>
|
|
|
|
|
</div>
|
2022-09-08 01:08:37 +00:00
|
|
|
|
<div class="bg-white rounded-lg mx-2 overflow-hidden">
|
|
|
|
|
<div class="character-icon rounded-br-3xl bg-cover"
|
2022-07-26 10:07:31 +00:00
|
|
|
|
style="background: url('./background/roleStarBg5.png');background-size: cover;">
|
|
|
|
|
<img src="./../../img/example/256x256.png" alt=""></div>
|
|
|
|
|
<div class="text-center">12次</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex flex-col my-1">
|
|
|
|
|
<div class="flex flex-col px-20 py-1 text-black my-1">
|
2022-09-08 01:08:37 +00:00
|
|
|
|
<div class="text-center mr-auto text-yellow-500">战斗数据榜</div>
|
2022-07-26 10:07:31 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="base-info flex flex-row px-20 py-1 my-1 text-white bg-black bg-opacity-10 ">
|
|
|
|
|
<div class="text-center flex flex-row flex-1 mr-6">
|
|
|
|
|
<div class="my-auto">最多击破数:21</div>
|
2022-10-07 05:02:49 +00:00
|
|
|
|
<img class="character-side-icon" src="./../../img/example/256x256.png" alt="">
|
2022-07-26 10:07:31 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="text-center flex flex-row flex-1 mr-6">
|
|
|
|
|
<div class="my-auto">最强一击:21</div>
|
|
|
|
|
<img class="character-side-icon ml-auto" src="./../../img/example/256x256.png" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="base-info flex flex-row px-20 py-1 my-1 text-white">
|
|
|
|
|
<div class="text-center flex flex-row flex-1 mr-6">
|
|
|
|
|
<div class="my-auto">承受最多伤害:21</div>
|
|
|
|
|
<img class="character-side-icon ml-auto" src="./../../img/example/256x256.png" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="text-center flex flex-row flex-1 mr-6">
|
|
|
|
|
<div class="my-auto">元素爆发数:21</div>
|
|
|
|
|
<img class="character-side-icon ml-auto" src="./../../img/example/256x256.png" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="base-info flex flex-row px-20 py-1 my-1 text-white bg-black bg-opacity-10 ">
|
|
|
|
|
<div class="text-center flex flex-row flex-1 mr-6">
|
|
|
|
|
<div class="my-auto">元素战技释放次数:21</div>
|
|
|
|
|
<img class="character-side-icon ml-auto" src="./../../img/example/256x256.png" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="text-center flex flex-row flex-1 mr-6"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="my-2"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|