From 20b46b9fd2d023debf4bcbc71f53cc96f59d186e Mon Sep 17 00:00:00 2001 From: hehh Date: Tue, 25 Nov 2025 21:52:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(css):=20=E8=B0=83=E6=95=B4=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E7=8A=B6=E6=80=81=E4=B8=8B.stat-key=E7=9A=84=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 针对[data-lang="en"]选择器下的.stat-key元素 - 将字体大小从0.6rem改为6px - 使用!important确保样式优先级 --- css/about.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/about.css b/css/about.css index 8f07e11..232525d 100644 --- a/css/about.css +++ b/css/about.css @@ -1907,8 +1907,8 @@ body { margin-bottom: 3px; } - .stat-key { - font-size: 0.6rem; + [data-lang="en"] .stat-key { + font-size: 6px !important; } }