Files
cashier_app/uni_modules/lime-style/readme.md
2025-12-03 10:13:55 +08:00

16 lines
244 B
Markdown

# lime-style
## 更换色系
在uni.scss中增加
```css
// 品牌色-主色
$primary-color: #3283ff;
// 错误色
$error-color: #FF4D4F;
// 警告色
$warning-color: #ffb400;
// 成功色
$success-color: #34c471;
$blue: #3283ff;
```