From 153b27b8cb2ecf21fd24f88d2c1e57856e9eb005 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 7 Sep 2023 14:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E7=BE=8E=E5=8C=96=E6=8A=BD?= =?UTF-8?q?=E5=A5=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/index.css | 1 + src/views/t-anno-json.vue | 5 +++ src/views/t-lottery.vue | 67 ++++++++++++++++++--------------------- src/views/t-post-json.vue | 5 +++ 4 files changed, 41 insertions(+), 37 deletions(-) diff --git a/src/assets/index.css b/src/assets/index.css index 740b8b69..a41797a9 100644 --- a/src/assets/index.css +++ b/src/assets/index.css @@ -33,6 +33,7 @@ --tgc-blue-2: #00aeec; /* Bilibili btn bg */ --tgc-blue-3: #4b5466; /* Genshin icon bg */ --tgc-pink-1: #fb7299; /* Bilibili btn bg */ + --tgc-red-1: #e06c63; /* Mys bbs color */ --tgc-yellow-1: #ffcd0c; /* Genshin btn bg */ --tgc-yellow-2: #f4d8a8; /* Genshin confirm text */ diff --git a/src/views/t-anno-json.vue b/src/views/t-anno-json.vue index f8c05d6d..218b9580 100644 --- a/src/views/t-anno-json.vue +++ b/src/views/t-anno-json.vue @@ -70,4 +70,9 @@ onMounted(async () => { .jv-container { background: var(--content-bg-2) !important; } + +.jv-key, +.jv-array { + color: var(--box-text-4) !important; +} diff --git a/src/views/t-lottery.vue b/src/views/t-lottery.vue index 6792fcea..ecc35615 100644 --- a/src/views/t-lottery.vue +++ b/src/views/t-lottery.vue @@ -16,7 +16,7 @@ {{ lotteryCard.creator.nickname }} {{ lotteryCard.creator.introduce }} @@ -30,18 +30,18 @@ - -
-
中奖详情
-
-
{{ reward.name }} {{ reward.win }}/{{ reward.goal }}
-
-
-
- avatar -
-
- {{ user.nickname }} +
+
中奖详情
+
+
{{ reward.name }} {{ reward.win }}/{{ reward.goal }}
+
+
+
+ avatar +
+
+ {{ user.nickname }} +
@@ -157,28 +157,25 @@ onUpdated(() => { diff --git a/src/views/t-post-json.vue b/src/views/t-post-json.vue index 995052d3..089ebb33 100644 --- a/src/views/t-post-json.vue +++ b/src/views/t-post-json.vue @@ -68,4 +68,9 @@ onMounted(async () => { .jv-container { background: var(--box-bg-2) !important; } + +.jv-key, +.jv-array { + color: var(--box-text-4) !important; +}