️ 调整部分 ui

This commit is contained in:
BTMuli
2023-11-18 00:28:12 +08:00
parent 6ca5de28ac
commit 1d09f4817b
6 changed files with 58 additions and 23 deletions

View File

@@ -28,7 +28,7 @@
<div class="version-icon-series">v{{ series.version }}</div>
<v-list-item>
<template #prepend>
<v-img width="40px" style="margin-right: 10px" :src="getIcon(series.id)" />
<v-img class="series-icon" :src="getIcon(series.id)" />
</template>
<v-list-item-title :title="series.name">
{{ series.name }}
@@ -558,6 +558,18 @@ async function getAchievements(
text-align: center;
}
.series-icon {
width: 40px;
height: 40px;
padding: 5px;
border-radius: 5px;
margin-right: 10px;
background:
linear-gradient(to bottom, rgb(255 255 255 / 15%) 0%, rgb(0 0 0 / 15%) 100%),
radial-gradient(at top center, rgb(255 255 255 / 40%) 0%, rgb(0 0 0 / 40%) 120%) #989898;
background-blend-mode: multiply, multiply;
}
.version-icon-single {
color: var(--tgc-pink-1);
font-family: var(--font-title);