From 63ac4271b74e0afc86a3575dbcf8e0c631a3a38b Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Thu, 18 Dec 2025 08:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Company=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84UI=E4=B8=BAFUI=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StockQuoteCard/components/theme.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Company/components/StockQuoteCard/components/theme.ts b/src/views/Company/components/StockQuoteCard/components/theme.ts index e9614204..b34e0983 100644 --- a/src/views/Company/components/StockQuoteCard/components/theme.ts +++ b/src/views/Company/components/StockQuoteCard/components/theme.ts @@ -52,16 +52,16 @@ export const DEEP_SPACE_THEME = { radiusMD: '12px', radiusSM: '8px', - // === 文字颜色 === - // 主文字(高亮金色) + // === 文字颜色(全部调亮以提高对比度)=== + // 主文字(亮金色) textPrimary: '#F4D03F', - // 次要文字(柔和金色) - textSecondary: 'rgba(212, 175, 55, 0.85)', - // 标签文字(低对比度) - textMuted: 'rgba(180, 160, 120, 0.7)', + // 次要文字(亮白色带暖调) + textSecondary: 'rgba(245, 240, 225, 0.95)', + // 标签文字(柔和白色) + textMuted: 'rgba(235, 230, 215, 0.85)', // 纯白文字 - textWhite: 'rgba(255, 255, 255, 0.95)', - textWhiteMuted: 'rgba(255, 255, 255, 0.6)', + textWhite: 'rgba(255, 255, 255, 0.98)', + textWhiteMuted: 'rgba(255, 255, 255, 0.8)', // === 涨跌颜色(红涨绿跌)=== upColor: '#FF4757',