优化组件/更新
This commit is contained in:
16
uni_modules/lime-style/readme.md
Normal file
16
uni_modules/lime-style/readme.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# lime-style
|
||||
|
||||
## 更换色系
|
||||
在uni.scss中增加
|
||||
```css
|
||||
// 品牌色-主色
|
||||
$primary-color: #3283ff;
|
||||
// 错误色
|
||||
$error-color: #FF4D4F;
|
||||
// 警告色
|
||||
$warning-color: #ffb400;
|
||||
// 成功色
|
||||
$success-color: #34c471;
|
||||
|
||||
$blue: #3283ff;
|
||||
```
|
||||
Reference in New Issue
Block a user