From c27d3af5db02818a8199d161979efdfc81a3395f Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 15 Oct 2023 17:04:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E7=A8=8D=E5=BE=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=BA=86=E4=B8=80=E4=B8=8B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/anno-parser.css | 15 +++++++++------ src/views/t-anno-json.vue | 8 +++++--- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/assets/css/anno-parser.css b/src/assets/css/anno-parser.css index 21b5b3c5..7787b7b3 100644 --- a/src/assets/css/anno-parser.css +++ b/src/assets/css/anno-parser.css @@ -1,8 +1,7 @@ /* * @file assets css post-parser.css * @description 游戏公告解析 css - * @author BTMuli { .anno-json { padding: 20px; border-radius: 20px; - font-family: Consolas, serif; + font-family: var(--font-text); } .anno-title { - margin: 20px 0; + width: 100%; + margin: 10px 0; color: #546d8b; - font-family: Genshin-Light, serif; + font-family: var(--font-title); font-size: 20px; font-weight: 600; + text-align: right; } .jv-container {