feat(theme): 实现主题切换系统并优化经销商相关页面
- 新增主题切换系统,支持智能主题和手动选择 - 更新经销商首页、团队、订单、提现等页面样式 - 添加主题相关的Hook和样式工具函数 - 优化部分组件样式以适配新主题
This commit is contained in:
8
src/dealer/index.scss
Normal file
8
src/dealer/index.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/* 添加这段样式后,Primary Button 会变成绿色 */
|
||||
:root {
|
||||
--nutui-color-primary: green;
|
||||
--nutui-color-primary-stop1: green;
|
||||
--nutui-color-primary-stop2: green;
|
||||
// 间隔线/容错线,用于结构或信息分割
|
||||
--nutui-black-2: rgba(255, 0, 0, 0.08);
|
||||
}
|
||||
Reference in New Issue
Block a user