From 145ad7b8ffb78a57381c4c0d25af8f21766693a8 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 17 Apr 2026 17:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=97=AE=E9=A2=98=E6=A0=87=E9=A2=98=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E5=93=8D=E5=BA=94=E5=BC=8F=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index 31b72b6..0da7d57 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -86,6 +86,19 @@ if ($pr_flag) { color: #3d4d66; } + .problem-title.ui.header { + font-size: 2.4rem; + line-height: 1.35; + font-weight: 700; + margin-bottom: 0; + } + + @media (max-width: 767px) { + .problem-title.ui.header { + font-size: 1.9rem; + } + } + @@ -93,7 +106,7 @@ if ($pr_flag) {
-

+