PamGram/resources/starrail/player_card/score.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
569 B
HTML
Raw Normal View History

2023-05-11 15:09:39 +00:00
<div class="flex-1 flex justify-evenly bg-black bg-opacity-20 rounded-lg">
<div class="flex flex-col items-center justify-center space-y-2">
<div class="text-5xl italic text-shadow {{ artifact_total_score_class }}">
{{ artifact_total_score_label }}
</div>
<div class="text-base text-neutral-400">遗器评级</div>
</div>
<div class="flex flex-col items-center justify-center space-y-2">
<div class="text-5xl italic text-shadow">{{ artifact_total_score }}</div>
<div class="text-base text-neutral-400">遗器评分</div>
</div>
</div>