From e33f824cecf5b494bb1c5e7c4968250f776bbf15 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 5 Sep 2023 16:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E8=A7=92?= =?UTF-8?q?=E8=89=B2=20overlay=20=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=80=E4=BA=9B=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tuc-detail-constellation.vue | 15 +- .../tuc-detail-desc-constellation.vue | 5 +- .../userCharacter/tuc-detail-desc-relic.vue | 6 +- .../userCharacter/tuc-detail-desc-weapon.vue | 3 +- .../userCharacter/tuc-detail-desc.vue | 22 +-- .../userCharacter/tuc-detail-overlay.vue | 180 ++++++++++-------- .../userCharacter/tuc-detail-relic.vue | 4 +- src/pages/User/Characters.vue | 1 - 8 files changed, 132 insertions(+), 104 deletions(-) diff --git a/src/components/userCharacter/tuc-detail-constellation.vue b/src/components/userCharacter/tuc-detail-constellation.vue index c241405f..27b1800f 100644 --- a/src/components/userCharacter/tuc-detail-constellation.vue +++ b/src/components/userCharacter/tuc-detail-constellation.vue @@ -23,26 +23,27 @@ defineProps(); align-items: center; justify-content: center; border-radius: 50%; - cursor: pointer; } .tuc-dc-lock { position: absolute; display: flex; - width: 50px; - height: 50px; + width: 54px; + height: 54px; align-items: center; justify-content: center; + padding: 3px; border-radius: 50%; background-color: rgb(0 0 0 / 50%); } .tuc-dc-icon { - width: 50px; - height: 50px; - padding: 5px; + width: 54px; + height: 54px; + padding: 3px; + border: 1px solid rgb(0 0 0/20%); border-radius: 50%; - background: rgb(0 0 0/ 20%); + background: rgb(50 56 68/50%); } .tuc-dc-icon img { diff --git a/src/components/userCharacter/tuc-detail-desc-constellation.vue b/src/components/userCharacter/tuc-detail-desc-constellation.vue index 610b1ef6..baaad392 100644 --- a/src/components/userCharacter/tuc-detail-desc-constellation.vue +++ b/src/components/userCharacter/tuc-detail-desc-constellation.vue @@ -56,11 +56,12 @@ function parseDesc(desc: string): string { align-items: start; justify-content: space-around; margin-left: 5px; + color: var(--tgc-dark-1); } .tuc-ddc-top { height: 20px; - color: var(--common-color-blue-2); + color: var(--tgc-blue-1); } .tuc-ddc-bottom { @@ -72,6 +73,6 @@ function parseDesc(desc: string): string { } .tuc-ddc-bottom :nth-child(3) { - color: var(--common-color-yellow); + color: var(--tgc-yellow-1); } diff --git a/src/components/userCharacter/tuc-detail-desc-relic.vue b/src/components/userCharacter/tuc-detail-desc-relic.vue index 15d8cd73..e516df3e 100644 --- a/src/components/userCharacter/tuc-detail-desc-relic.vue +++ b/src/components/userCharacter/tuc-detail-desc-relic.vue @@ -4,7 +4,7 @@ 圣遗物