From 5d09ba72fde2ce1965dd062320ba0d891661b15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?UI=20=E8=AE=BE=E8=AE=A1?= Date: Thu, 21 May 2026 17:10:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(team):=20banner=20=E6=95=B0=E5=80=BC?= =?UTF-8?q?=E6=98=BE=E5=BC=8F=20white=20=C2=B7=20=E8=A2=AB=20restraint.css?= =?UTF-8?q?=20=E5=85=A8=E5=B1=80=20.stat=20.v=20=E9=BB=91=E5=AD=97?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 电商AI平台/team.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/电商AI平台/team.html b/电商AI平台/team.html index 67ee4c1..c89bba9 100644 --- a/电商AI平台/team.html +++ b/电商AI平台/team.html @@ -49,6 +49,8 @@ .banner-stats .stat { min-width: 0; } .banner-stats .stat .lbl { font-family: var(--font-mono); font-size: 10.5px; color: rgba(255,255,255,.55); letter-spacing: .06em; text-transform: uppercase; } .banner-stats .stat .v { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.012em; margin-top: 6px; } + /* color 必须显式写,否则会被 restraint.css 全局 .stat .v 的 color: var(--accent-black) 覆盖成黑字 */ + .banner-stats .stat .v { color: var(--accent-white); } .banner-stats .stat .v.warn { color: #FFB870; } .banner-stats .stat .sub { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; font-family: var(--font-mono); letter-spacing: .02em; }