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',