1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
| $themes: (
| light:(
| main_background: #f6f5fa, // 主背景
| text_color: #1a1a1a, // 主文字:黑色
| text_color1: #666666, // 次要文字:灰色
| text_color2: #999999, // 辅助文字:浅灰
| text_color3: #1a1a1a, // 标题/强调
| tab_background: #f6f5fa, // tab 背景
| tab_background1: #f6f5fa,
| tab_background2: #f6f5fa,
| active_line: #1a1a1a, // 选中线:深色
| footer_background: #ffffff,
| btn_main: #1a1a1a, // 主按钮:深色
| color_main: #1a1a1a,
| btn_background: #ffffff, // 次要按钮/输入区:白底凸显
| btn_background1: #ffffff,
| btn_background2: #1a1a1a,
| btn_text: #ffffff,
| input_background: #ffffff,
| cont_background: #f6f5fa,
| title_color: #666666,
| line_color: #eeeeee,
| bg_dark: #f6f5fa,
| border_color: #e8e8e8, // 通用边框
| border_color1: #eeeeee,
| divi_line: #eeeeee,
| bg_step: #666666,
| bg_Bottom: #f6f5fa,
| chat_bg: #f6f5fa,
| upload_bg: #f6f5fa,
| grey_bg: #f6f5fa,
| input_background1: #ffffff,
| c2c_color: #666666,
| c2c_background: #f6f5fa,
| c2c_background1: #f6f5fa,
| c2c_tab_background: #f6f5fa,
| c2c_tip_background: #f6f5fa,
| light-greybg: #f6f5fa,
| dark-greybg: #1a1a1a,
| home_bg: #f6f5fa,
| cont_round: #f6f5fa,
| cont_nav: #f6f5fa,
| tab_color: #1a1a1a,
| input_border: #e8e8e8,
| ),
| dark:(
| main_background: #121212, //主题色
| text_color: #fff, //文字颜色
| text_color1: #868D9A, //文字浅色
| text_color2: #B7BDD1, // 资金页面所用对应
| text_color3: #CFD5EC, //
| tab_background: #27293B, //tab切换背景颜色
| tab_background1: #000, //tab切换背景颜色
| tab_background2: #242424, //tab切换背景颜色
| active_line: #f7b328, //tab选中样式颜色
| footer_background: #1a1a1a, // 底部颜色
| btn_main: #f7b328, //主题色按钮
| color_main: #f7b328, //主题色文字
| btn_background: #474B62, //按钮颜色
| btn_background1: #112542, //按钮颜色
| btn_background2: #b9f641, //按钮颜色
| btn_text: #333, //按钮文字颜色
| input_background: #242424, //input背景颜色
| cont_background: #242424, //title背景色
| title_color: #B8BDC5,
| line_color: #393E49,
| bg_dark: #474B62,
| border_color: #868D9A, //通用边框颜色
| border_color1: #212C4E,
| divi_line: #999, //分割线
| bg_step: #868D9A,
| bg_Bottom: #313346,
| chat_bg: #474B62,
| upload_bg: #474B62,
| grey_bg: #27293B,
| input_background1: #121212, //质押借币input
| c2c_color: #868C9A,
| c2c_background: #121212,
| c2c_background1: #242424,
| c2c_tab_background: #242424,
| c2c_tip_background: #121212,
| light-greybg:#242424,
| dark-greybg:#000,
| home_bg: #131313,
| cont_round: #000,
| cont_nav: #2b2d34,
| tab_color:#b9f641, //tab文字颜色
| input_border:#868C9A, //输入框边框颜色
| ))
|
|