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
| $themes: (
| light:(
| main_background: #ffffff, //主题色
| text_color: #333, //文字颜色
| text_color1: #868C9A, //文字浅色
| text_color2: #B7BDD1, // 资金页面所用对应
| text_color3: #000000, //
| tab_background: #F5F5F5, //tab切换背景颜色
| tab_background1: #ffffff, //tab切换背景颜色
| tab_background2: #ffffff, //tab切换背景颜色
| active_line: #f7b328, //tab选中样式颜色
| footer_background: #ffffff, // 底部颜色
| btn_main: #f7b328, //主题色按钮
| color_main: #f7b328, //主题色文字
| btn_background: #ffffff, //按钮颜色
| btn_background1: #ffffff, //按钮颜色
| btn_background2: #111, //按钮颜色
| btn_text: #fff, //按钮文字颜色
| input_background: #f5f5f5, //input背景颜色
| cont_background: #ffffff, //title背景色
| title_color: #B8BDC5,
| line_color: #ffffff,
| bg_dark: #ffffff,
| border_color: #e5e5e5, // 通用边框颜色
| border_color1: #ffffff,
| divi_line: #f5f5f5, //分割线
| bg_step: #868D9A,
| bg_Bottom: #ffffff,
| chat_bg: #e5e5e5,
| upload_bg: #ffffff,
| grey_bg: #f7f7f7,
| input_background1: #f5f5f5, //质押借币input
| c2c_color: #868C9A,
| c2c_background: #ffffff,
| c2c_background1: #ffffff,
| c2c_tab_background: #ffffff,
| c2c_tip_background: #ffffff,
| light-greybg:#ffffff,
| dark-greybg:#000,
| home_bg: #ffffff,
| cont_round: #ffffff,
| cont_nav: #ffffff,
| tab_color:#333, //tab文字颜色
| input_border:#e5e5e5, //输入框边框颜色
| ),
| 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, //输入框边框颜色
| ))
|
|