1
jhzh
2026-05-22 ef52095f5e9f0a9fe2da779bb1573947d77d75b6
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
/* 全局底色 #f6f5fa */
$mainBgColor: #f6f5fa;
$mainTextColor: #1a1a1a;
$mainbgWhiteColor: #f6f5fa;
 
$main_background: #f6f5fa;
$main2_background: #f6f5fa;
$text_color: #1a1a1a;
$text_color1: #666666;
$text_color2: #1a1a1a;
$text_color3: #666666;
$text_color4: #1a1a1a;
$text_color5: #999999;
$text_color6: #999999;
$tab_background: #f6f5fa;
$active_line: #1a1a1a;
$footer_background: #ffffff;
$btn_main: #1a1a1a;
$color_main: #1a1a1a;
$btn_background: #ffffff;
$input_background: #ffffff;
$cont_background: #f6f5fa;
$title_color: #666666;
$line_color: #e8e8e8;
$bg_dark: #f6f5fa;
$border_color: #e8e8e8;
$divi_line: #eeeeee;
$bg_step: #666666;
$bg_Bottom: #f6f5fa;
$chat_bg: #f6f5fa;
$upload_bg: #f6f5fa;
$grey_bg: #f6f5fa;
$input_background1: #fff;
$c2c_color: #1a1a1a;
$c2c_background: #f6f5fa;
$c2c_background1: #f6f5fa;
$c2c_tab_background: #f6f5fa;
$c2c_tip_background: #f6f5fa;
$selectSymbol_background: #f6f5fa;
$US_tab_background: #f6f5fa;
$US_tabActice_background: #eeeeee;
$lable_color: #666666;
$delivery_left_tab_background: #f6f5fa;
$delivery_tab_background: #f6f5fa;
$search_background: #f6f5fa;
$pledgeLoan_background: #1a1a1a;
$bg_yellow: #f6f5fa;
$log-c: #1a1a1a;
$icon-bg: #e8e8e8;
$inp-b: #f6f5fa;
// $text_color:$log-c;
.yellow-bg{
    background: $bg_yellow;
}
.mainBackground{
    // background: $main_background;
    background: $inp-b;
}
// .textColor{color:$text_color}
.textColor{color:$log-c}
// .textColor1{color:$text_color1}
// .textColor2{color:$text_color2}
// .textColor3{color:$text_color3}
.textColor1{color:$log-c}
.textColor2{color:$log-c}
.textColor3{color:$log-c}
.c2cColor{color:$c2c_color}
.labelColor{color:$text_color6}
.tabBackground{
    // background: $tab_background;
    background: $inp-b;
}
.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;
    background: $inp-b;
}
.inputBackground1{
    // background: $input_background1;
    background: $inp-b;
}
.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;
}
 
.rounded-ban {
    border-radius: 2.5rem;
}
 
 
  /* 颜色值 */
  $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: #f4374b;
  $green: #06c16a;
  $purple: #9A4DFD;
  $night: #131a2e;