Files
QXTstore/QXTfront/uni_modules/lime-style/readme.md

16 lines
244 B
Markdown
Raw Normal View History

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