mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 20:10:36 +00:00
a046b22f3a
Co-authored-by: Li Chuangbo <im@chuangbo.li> Co-authored-by: xtaodada <xtao@xtaolink.cn> Co-authored-by: luoshuijs <luoshuijs@outlook.com>
13 lines
551 B
HTML
13 lines
551 B
HTML
<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 {{ 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">{{ artifact_total_score }}</div>
|
|
<div class="text-base text-neutral-400">圣遗物评分</div>
|
|
</div>
|
|
</div>
|