mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-16 04:03:17 +08:00
💄 统一顶部样式
This commit is contained in:
@@ -489,7 +489,6 @@ async function refreshAvatars(
|
||||
.ua-btn {
|
||||
background: var(--tgc-btn-1);
|
||||
color: var(--btn-text);
|
||||
font-family: var(--font-title);
|
||||
|
||||
img {
|
||||
width: 24px;
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
<v-app-bar>
|
||||
<template #prepend>
|
||||
<div class="ucp-top-prepend">
|
||||
<img alt="icon" src="/source/UI/userChallenge.webp" />
|
||||
<span>幽境危战</span>
|
||||
<div class="ucp-top-title">
|
||||
<img alt="icon" src="/source/UI/userChallenge.webp" />
|
||||
<span>幽境危战</span>
|
||||
</div>
|
||||
<v-select
|
||||
v-model="uidCur"
|
||||
:hide-details="true"
|
||||
@@ -417,20 +419,22 @@ async function tryReadChallenge(): Promise<void> {
|
||||
justify-content: center;
|
||||
margin-left: 12px;
|
||||
column-gap: 8px;
|
||||
}
|
||||
|
||||
.ucp-top-title {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--common-text-title);
|
||||
column-gap: 8px;
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
|
||||
img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
span {
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
span :first-child {
|
||||
color: var(--common-text-title);
|
||||
}
|
||||
}
|
||||
|
||||
.ucp-btn {
|
||||
|
||||
Reference in New Issue
Block a user