mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
⚡️ 调整部分 ui
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user