更新Company页面的UI为FUI风格

This commit is contained in:
2025-12-18 08:34:16 +08:00
parent 87ddc79252
commit 63ac4271b7

View File

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