lxf
2025-07-02 634f06983feb804d33f78c852d3455746bb9c11c
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
$mainBgColor: #131a2e;
$mainTextColor: #fff;
$mainbgWhiteColor: #fff;
 
$main_background:#fff; //主题色
$main2_background:#1F233D; //主题浅色背景
$text_color:#333;  //文字颜色
$text_color1:#868D9A;  //文字浅色
$text_color2:#333;  // 白色文字
$text_color3:#CFD5EC;  // 
$text_color4:#333;  //浅色标题背景文字颜色
$text_color5:#878A96;  // 
$text_color6:#B7BDD1;  // 文字更浅色
$tab_background:#fff; //tab切换背景颜色
$active_line:#1194F7;  //tab选中样式颜色
$footer_background:#252738;  // 底部颜色
$btn_main: #1194F7;   //主题色按钮
$color_main:#fff;   //主题色文字
$btn_background:#474B62;  //按钮颜色
$input_background:#f5f5f5; //input背景颜色
$cont_background:#27293B;  //title背景色
$title_color:#B8BDC5;
$line_color: #393E49;
$bg_dark: #474B62;
$border_color: #212C4E;
$divi_line: #151726; //分割线
$bg_step: #868D9A;
$bg_Bottom:#313346;
$chat_bg: #474B62;
$upload_bg:#474B62;
$grey_bg: #474B62;
$input_background1: #f5f5f5; //质押借币input
$c2c_color: #fff;
$c2c_background: #131a2e;
$c2c_background1: #27293B;
$c2c_tab_background:#27293B;
$c2c_tip_background: #131a2e;
$selectSymbol_background: #fff; //自选与选择币种背景颜色
$US_tab_background: #1D2439;
$US_tabActice_background: #3640f0;
$lable_color: #B6BDD4;
$cont_background: #f6f6f6;
$delivery_left_tab_background: #1B2134;
$delivery_tab_background: #2A324D;
$search_background: #1B233B;
$pledgeLoan_background:#00E3FF;
 
.mainBackground{
    background: $main_background;
}
.textColor{color:$text_color}
.textColor1{color:$text_color1}
.textColor2{color:$text_color2}
.textColor3{color:$text_color3}
.c2cColor{color:$c2c_color}
.tabBackground{
    background: $tab_background;
}
.activeLine{
    background: $active_line;
}
.bgFooter{
    background: $footer_background;
}
.btnMain{
    background: $btn_main;
}
.colorMain{
    color: $color_main;
}
.borderMain {
    border: 1px solid $color_main;
}
.borderColor {
    border: 1px solid $border_color;
}
.btnBackground{
    background: $btn_background;
}
.inputBackground{
    background: $input_background;
}
.inputBackground1{
    background: $input_background1;
}
.contBackground{
    background:$cont_background;
}
.titleColor{
    color: $title_color;
}
.border-b-color{
    border-bottom: 1px solid $line_color;
}
.border-t-color {
    border-top: 1px solid $line_color;
}
.bgDark {
    background: $bg_dark;
}
.diviLine{
    background: $divi_line;
}
.bgStep{
    background: $bg_step;
}
.bgBottom{
    background: $bg_Bottom;
}
.chatBg{
    background: $chat_bg;
}
.uploadBg {
    background: $upload_bg;
}
.greyBg {
    background: $grey_bg;
}
.c2cBackground {
    background: $c2c_background;
}
.c2cBackground1 {
    background: $c2c_background1;
}
.c2cTabBackground {
    background: $c2c_tab_background;
}
.c2cTipBackground{
    background: $c2c_tip_background;
}
.main2_background{
    background: $main2_background;
}
.delivery_tab_background{
    background: $delivery_tab_background;
}
.delivery_left_tab_background{
    background: $delivery_left_tab_background;
}
.pledgeLoan_background{
    background: $pledgeLoan_background;
}
 
 
  /* 颜色值 */
  $white: #ffffff;
  $black: #000000;
  $dark-black: #22262F;
  // $grey:#868C9A;
  $grey: #E5E7ED;
  $dark-grey: #868C9A;
  $light-grey: #C8CAD2;
  $border-grey: #E5E7ED;
  $blue: #1194F7;
  $light-blue: #1199FA;
  $red: #F43368;
  $green: #06CDA5;
  $purple: #9A4DFD;
  $night: #131a2e;