/* 设计令牌(与《前端技术设计规范》对齐的子集) */ :root { --customer-board-color: #409eff; --padding-md: 16px; --padding-lg: 24px; --border-radius-md: 8px; --text-primary: #303133; --text-secondary: #606266; --text-placeholder: #909399; --border-color: #ebeef5; --bg-color: #f5f7fa; } html, body, #app { height: 100%; } body { margin: 0; font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif; color: var(--text-primary); background: var(--bg-color); }