From 9b337aa04b5a41b377bea86ed3cd75e6264bddbf Mon Sep 17 00:00:00 2001 From: toom1996 Date: Tue, 15 Jul 2025 18:35:53 +0800 Subject: [PATCH] update --- src/pages/news/[...slug].astro | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/news/[...slug].astro b/src/pages/news/[...slug].astro index 0532ac6..1c9a2ac 100644 --- a/src/pages/news/[...slug].astro +++ b/src/pages/news/[...slug].astro @@ -86,14 +86,13 @@ if (!data || code !== 0) { } article h1, .h1, h2, .h2, h3, .h3, p { - font-family: 'Microsoft Yahei",Helvetica,Arial,sans-serif'; /* 常见的、现代的无衬线字体,增加可读性 */ - text-indent: unset !important; - margin-top: 0.5rem; - margin-bottom: unset; - } - br { - display: none; + font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif; + /* text-indent: unset !important; */ + margin: 15px; + /* margin-top: 0.5rem; */ + /* margin-bottom: unset; */ } +