vdesign-ui 0.1.19 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/actionbar/actionbar-cell/index.vue +34 -0
- package/dist/components/actionbar/index.js +8 -0
- package/dist/components/actionbar/index.vue +39 -0
- package/dist/components/actionbar/style.less +48 -0
- package/dist/components/actions-cell/actions/index.js +7 -0
- package/dist/components/actions-cell/actions/index.vue +76 -0
- package/dist/components/actions-cell/actions/style.less +112 -0
- package/dist/components/actions-cell/index.js +7 -0
- package/dist/components/actions-cell/index.vue +94 -0
- package/dist/components/actions-cell/style.less +39 -0
- package/dist/components/activityviews/index.js +8 -0
- package/dist/components/activityviews/index.vue +140 -0
- package/dist/components/activityviews/style.less +138 -0
- package/dist/components/badge/index.js +8 -0
- package/dist/components/badge/index.vue +49 -0
- package/dist/components/badge/style.less +66 -0
- package/dist/components/button/index.js +8 -0
- package/dist/components/button/index.vue +89 -0
- package/dist/components/button/style.less +563 -0
- package/dist/components/calendar/end.png +0 -0
- package/dist/components/calendar/index-element.vue +84 -0
- package/dist/components/calendar/index.js +8 -0
- package/dist/components/calendar/index.vue +52 -0
- package/dist/components/calendar/start.png +0 -0
- package/dist/components/calendar/style.less +167 -0
- package/dist/components/checkbox/assist.js +34 -0
- package/dist/components/checkbox/checkbox-group/index.js +8 -0
- package/dist/components/checkbox/checkbox-group/index.vue +69 -0
- package/dist/components/checkbox/index.js +8 -0
- package/dist/components/checkbox/index.vue +184 -0
- package/dist/components/checkbox/style.less +291 -0
- package/dist/components/common/state/index.vue +80 -0
- package/dist/components/data-list/index.js +10 -0
- package/dist/components/data-list/index.vue +19 -0
- package/dist/components/data-list/style.less +624 -0
- package/dist/components/datetime-picker/index.js +8 -0
- package/dist/components/datetime-picker/index.vue +37 -0
- package/dist/components/datetime-picker/style.less +24 -0
- package/dist/components/dialog/index.js +8 -0
- package/dist/components/dialog/index.vue +162 -0
- package/dist/components/dialog/overlay-manager.js +18 -0
- package/dist/components/dialog/style.less +132 -0
- package/dist/components/divider/index.js +8 -0
- package/dist/components/divider/index.vue +54 -0
- package/dist/components/divider/style.less +92 -0
- package/dist/components/dropdown/index.js +8 -0
- package/dist/components/dropdown/index.vue +210 -0
- package/dist/components/dropdown/style.less +418 -0
- package/dist/components/empty/404-dark.png +0 -0
- package/dist/components/empty/404.png +0 -0
- package/dist/components/empty/index.js +8 -0
- package/dist/components/empty/index.vue +95 -0
- package/dist/components/empty/network-dark.png +0 -0
- package/dist/components/empty/network.png +0 -0
- package/dist/components/empty/nodata-dark.png +0 -0
- package/dist/components/empty/nodata.png +0 -0
- package/dist/components/empty/style.less +60 -0
- package/dist/components/footer/index.js +7 -0
- package/dist/components/footer/index.vue +29 -0
- package/dist/components/footer/style.less +22 -0
- package/dist/components/footnav/footnav-item/index.js +7 -0
- package/dist/components/footnav/footnav-item/index.vue +75 -0
- package/dist/components/footnav/footnav-item/style.less +39 -0
- package/dist/components/footnav/index.js +7 -0
- package/dist/components/footnav/index.vue +97 -0
- package/dist/components/footnav/style.less +23 -0
- package/dist/components/form/index.js +7 -0
- package/dist/components/form/index.vue +12 -0
- package/dist/components/headnav/index.js +7 -0
- package/dist/components/headnav/index.vue +163 -0
- package/dist/components/headnav/style.less +245 -0
- package/dist/components/icon/font/iconfont.css +1050 -0
- package/dist/components/icon/font/iconfont.js +2 -0
- package/dist/components/icon/index.js +9 -0
- package/dist/components/icon/index.vue +46 -0
- package/dist/components/icon/style.less +44 -0
- package/dist/components/input/calcTextareaHeight.js +266 -0
- package/dist/components/input/index.js +8 -0
- package/dist/components/input/index.vue +343 -0
- package/dist/components/input/password/index.js +8 -0
- package/dist/components/input/password/index.vue +60 -0
- package/dist/components/input/search/index.js +8 -0
- package/dist/components/input/search/index.vue +66 -0
- package/dist/components/input/stepper/index.js +8 -0
- package/dist/components/input/stepper/index.vue +136 -0
- package/dist/components/input/style.less +497 -0
- package/dist/components/list/index.js +8 -0
- package/dist/components/list/index.vue +159 -0
- package/dist/components/list/style.less +292 -0
- package/dist/components/loading/index.js +7 -0
- package/dist/components/loading/index.vue +53 -0
- package/dist/components/loading/loading.png +0 -0
- package/dist/components/loading/refresh.png +0 -0
- package/dist/components/loading/style.less +48 -0
- package/dist/components/mixins/clickoutside.js +81 -0
- package/dist/components/mixins/dom.js +41 -0
- package/dist/components/mixins/languageMixin.js +38 -0
- package/dist/components/mixins/outlineConfigPlugin.js +40 -0
- package/dist/components/mixins/router-link.js +23 -0
- package/dist/components/mixins/themeMixin.js +29 -0
- package/dist/components/noticebar/index.js +8 -0
- package/dist/components/noticebar/index.vue +247 -0
- package/dist/components/noticebar/style.less +332 -0
- package/dist/components/overlay/index.js +8 -0
- package/dist/components/overlay/index.vue +161 -0
- package/dist/components/overlay/style.less +23 -0
- package/dist/components/pagebreak/index.js +7 -0
- package/dist/components/pagebreak/index.vue +60 -0
- package/dist/components/pagebreak/style.less +43 -0
- package/dist/components/popover/index.js +8 -0
- package/dist/components/popover/index.vue +99 -0
- package/dist/components/popover/style.less +346 -0
- package/dist/components/popover/vue-popover.vue +314 -0
- package/dist/components/radio/assist.js +34 -0
- package/dist/components/radio/index.js +8 -0
- package/dist/components/radio/index.vue +159 -0
- package/dist/components/radio/radio-group/index.vue +70 -0
- package/dist/components/radio/style.less +297 -0
- package/dist/components/result/completed-dark.png +0 -0
- package/dist/components/result/completed.png +0 -0
- package/dist/components/result/error-dark.png +0 -0
- package/dist/components/result/error.png +0 -0
- package/dist/components/result/index.js +8 -0
- package/dist/components/result/index.vue +75 -0
- package/dist/components/result/style.less +42 -0
- package/dist/components/result/wait-dark.png +0 -0
- package/dist/components/result/wait.png +0 -0
- package/dist/components/selector/index.js +8 -0
- package/dist/components/selector/index.vue +124 -0
- package/dist/components/selector/style.less +474 -0
- package/dist/components/skeleton/index.js +7 -0
- package/dist/components/skeleton/index.vue +142 -0
- package/dist/components/skeleton/style.less +192 -0
- package/dist/components/slider/draggable.js +49 -0
- package/dist/components/slider/index.js +7 -0
- package/dist/components/slider/index.vue +173 -0
- package/dist/components/slider/style.less +96 -0
- package/dist/components/slider/utils.js +60 -0
- package/dist/components/step/index.js +7 -0
- package/dist/components/step/index.vue +48 -0
- package/dist/components/step/style.less +59 -0
- package/dist/components/step-item/index.js +7 -0
- package/dist/components/step-item/index.vue +117 -0
- package/dist/components/step-item/style.less +361 -0
- package/dist/components/style/index.vue +42 -0
- package/dist/components/switch/index.js +8 -0
- package/dist/components/switch/index.vue +72 -0
- package/dist/components/switch/style.less +56 -0
- package/dist/components/tabs/index.js +8 -0
- package/dist/components/tabs/index.vue +145 -0
- package/dist/components/tabs/style.less +385 -0
- package/dist/components/tabs/tab/index.vue +56 -0
- package/dist/components/tag/index.js +7 -0
- package/dist/components/tag/index.vue +50 -0
- package/dist/components/tag/style.less +211 -0
- package/dist/components/title/index.js +8 -0
- package/dist/components/title/index.vue +92 -0
- package/dist/components/title/style.less +188 -0
- package/dist/components/toast/index.js +80 -0
- package/dist/components/toast/index.vue +44 -0
- package/dist/components/toast/style.less +55 -0
- package/dist/components/transition/index.js +8 -0
- package/dist/components/transition/index.vue +13 -0
- package/dist/components/transition/style.less +208 -0
- package/dist/components/upload/index.js +7 -0
- package/dist/components/upload/index.vue +224 -0
- package/dist/components/upload/style.less +156 -0
- package/dist/demo.html +10 -0
- package/dist/locale/ar.js +98 -0
- package/dist/locale/en.js +98 -0
- package/dist/locale/zh.js +98 -0
- package/dist/token.css +2982 -0
- package/dist/vdesign-ui.common.js +27204 -0
- package/dist/vdesign-ui.css +1 -0
- package/dist/vdesign-ui.umd.js +27214 -0
- package/dist/vdesign-ui.umd.min.js +32 -0
- package/package.json +1 -1
- package/dist/css/chunk-1952c402.04c2303e.css +0 -1
- package/dist/css/chunk-6a5c6104.38021b56.css +0 -1
- package/dist/css/chunk-vendors.4ecfba63.css +0 -1
- package/dist/css/sites.395ce21f.css +0 -1
- package/dist/img/bg_mobile.5909f667.png +0 -0
- package/dist/img/icon.a67073c3.svg +0 -7
- package/dist/img/iphoneX.38c8778e.png +0 -0
- package/dist/img/logo-white.fad4f907.png +0 -0
- package/dist/img/logo.1eda11d6.png +0 -0
- package/dist/img/qrcode2.0a9d9044.png +0 -0
- package/dist/index.html +0 -1
- package/dist/js/chunk-1952c402.c58ecfb5.js +0 -1
- package/dist/js/chunk-2d2183be.2a64419d.js +0 -1
- package/dist/js/chunk-6a5c6104.c8fa5635.js +0 -1
- package/dist/js/chunk-vendors.490b7673.js +0 -37
- package/dist/js/sites.5a217467.js +0 -1
package/dist/token.css
ADDED
|
@@ -0,0 +1,2982 @@
|
|
|
1
|
+
|
|
2
|
+
html[theme="dark"]{
|
|
3
|
+
--height-actionbar-content:46;
|
|
4
|
+
--spacing-actionbar-padding_y:20;
|
|
5
|
+
--color-actionbar-bg:#19191E;
|
|
6
|
+
}
|
|
7
|
+
html{
|
|
8
|
+
--height-actionbar-content:46;
|
|
9
|
+
--spacing-actionbar-padding_y:20;
|
|
10
|
+
--color-actionbar-bg:#ffffff;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
html[theme="dark"]{
|
|
14
|
+
--width-actions-form_small:72;
|
|
15
|
+
--width-actions-form_large:94;
|
|
16
|
+
--width-actions-card:40;
|
|
17
|
+
--spacing-actions-form-padding_y:15;
|
|
18
|
+
--spacing-actions-card_item-margin_y:14;
|
|
19
|
+
--icon-actions-card:24;
|
|
20
|
+
--icon-actions-size:28;
|
|
21
|
+
--color-actions-text:#ffffff;
|
|
22
|
+
--color-actions-text-disable:rgba(255,255,255,.2);
|
|
23
|
+
--color-actions-bg-green:#1bc47d;
|
|
24
|
+
--color-actions-bg-warning:#eb5c31;
|
|
25
|
+
--color-actions-bg-blue:#5998e9;
|
|
26
|
+
--color-actions-bg-gray:#696970;
|
|
27
|
+
--color-actions-bg-green-disable:#113226;
|
|
28
|
+
--color-actions-bg-warning-disable:#3C1A14;
|
|
29
|
+
--color-actions-bg-blue-disable:#09506f;
|
|
30
|
+
--color-actions-bg-gray-disable:#2C2C2E;
|
|
31
|
+
}
|
|
32
|
+
html{
|
|
33
|
+
--width-actions-form_small:72;
|
|
34
|
+
--width-actions-form_large:94;
|
|
35
|
+
--width-actions-card:40;
|
|
36
|
+
--spacing-actions-form-padding_y:15;
|
|
37
|
+
--spacing-actions-card_item-margin_y:14;
|
|
38
|
+
--icon-actions-card:24;
|
|
39
|
+
--icon-actions-size:28;
|
|
40
|
+
--color-actions-text:#ffffff;
|
|
41
|
+
--color-actions-bg-green:#1bc47d;
|
|
42
|
+
--color-actions-bg-warning:#eb5c31;
|
|
43
|
+
--color-actions-bg-blue:#5998e9;
|
|
44
|
+
--color-actions-bg-gray:#7f7f7f;
|
|
45
|
+
--color-actions-bg-green-disable:#d2f3ea;
|
|
46
|
+
--color-actions-bg-warning-disable:#ffdedd;
|
|
47
|
+
--color-actions-bg-blue-disable:#d9f3fe;
|
|
48
|
+
--color-actions-bg-gray-disable:#e6e6e6;
|
|
49
|
+
--color-actions-text-disable:#ffffff;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
html[theme="dark"]{
|
|
53
|
+
--height-activityviews-title_describe:74;
|
|
54
|
+
--height-activityviews-actionsheet:56;
|
|
55
|
+
--height-activityviews-actionsheet_divider:8;
|
|
56
|
+
--height-activityviews-bar:3;
|
|
57
|
+
--radius-activityviews-title:14;
|
|
58
|
+
--radius-activityviews-bar:1.5;
|
|
59
|
+
--spacing-activityviews-padding_left:20;
|
|
60
|
+
--spacing-activityviews-padding_right:20;
|
|
61
|
+
--spacing-activityviews-head-padding_top:16;
|
|
62
|
+
--spacing-activityviews-head-padding_bottom:16;
|
|
63
|
+
--spacing-activityviews-describe-margin_top:4;
|
|
64
|
+
--spacing-activityviews-title-margin_right:8;
|
|
65
|
+
--spacing-activityviews-actionsheet_title-padding_y:16;
|
|
66
|
+
--spacing-activityviews-cancel-margin_top:8;
|
|
67
|
+
--spacing-activityviews-bar-margin_top:8;
|
|
68
|
+
--spacing-activityviews-bar-margin_bottom:5;
|
|
69
|
+
--icon-activityviews-close:24;
|
|
70
|
+
--width-activityviews-bar:35;
|
|
71
|
+
--color-activityviews-mask-bg:rgba(0,0,0,.6);
|
|
72
|
+
--color-activityviews-bg:#19191E;
|
|
73
|
+
--color-activityviews-title:#F2F5FF;
|
|
74
|
+
--color-activityviews-text_describe:rgba(235,235,245,.65);
|
|
75
|
+
--color-activityviews-actionsheet_divider:rgba(0,0,0,.15);
|
|
76
|
+
--color-activityviews-actionsheet_title:rgba(235,235,245,.65);
|
|
77
|
+
--color-activityviews-bar:rgba(84,84,88,.85);
|
|
78
|
+
}
|
|
79
|
+
html{
|
|
80
|
+
--height-activityviews-title_describe:74;
|
|
81
|
+
--height-activityviews-actionsheet:56;
|
|
82
|
+
--height-activityviews-actionsheet_divider:8;
|
|
83
|
+
--height-activityviews-bar:3;
|
|
84
|
+
--radius-activityviews-title:14;
|
|
85
|
+
--radius-activityviews-bar:1.5;
|
|
86
|
+
--spacing-activityviews-padding_left:20;
|
|
87
|
+
--spacing-activityviews-padding_right:20;
|
|
88
|
+
--spacing-activityviews-head-padding_top:16;
|
|
89
|
+
--spacing-activityviews-head-padding_bottom:16;
|
|
90
|
+
--spacing-activityviews-describe-margin_top:4;
|
|
91
|
+
--spacing-activityviews-title-margin_right:8;
|
|
92
|
+
--spacing-activityviews-actionsheet_title-padding_y:16;
|
|
93
|
+
--spacing-activityviews-cancel-margin_top:8;
|
|
94
|
+
--spacing-activityviews-bar-margin_top:8;
|
|
95
|
+
--spacing-activityviews-bar-margin_bottom:5;
|
|
96
|
+
--icon-activityviews-close:24;
|
|
97
|
+
--width-activityviews-bar:35;
|
|
98
|
+
--color-activityviews-mask-bg:rgba(0,0,0,.5);
|
|
99
|
+
--color-activityviews-bg:#ffffff;
|
|
100
|
+
--color-activityviews-title:rgba(0,0,0,.85);
|
|
101
|
+
--color-activityviews-text_describe:rgba(0,0,0,.5);
|
|
102
|
+
--color-activityviews-actionsheet_divider:rgba(153,153,153,.15);
|
|
103
|
+
--color-activityviews-actionsheet_title:rgba(0,0,0,.5);
|
|
104
|
+
--color-activityviews-bar:rgba(0,0,0,.15);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
html[theme="dark"]{
|
|
108
|
+
--height-badge-count:16;
|
|
109
|
+
--height-badge-dot:8;
|
|
110
|
+
--width-badge-count_small:16;
|
|
111
|
+
--width-badge-dot:8;
|
|
112
|
+
--radius-badge-count:8;
|
|
113
|
+
--spacing-badge-count-padding_y:5;
|
|
114
|
+
--spacing-badge-count-padding_x:1;
|
|
115
|
+
--color-badge-bg:#eb5c31;
|
|
116
|
+
--color-badge-text:#ffffff;
|
|
117
|
+
}
|
|
118
|
+
html{
|
|
119
|
+
--height-badge-count:16;
|
|
120
|
+
--height-badge-dot:8;
|
|
121
|
+
--width-badge-count_small:16;
|
|
122
|
+
--width-badge-dot:8;
|
|
123
|
+
--radius-badge-count:8;
|
|
124
|
+
--spacing-badge-count-padding_y:5;
|
|
125
|
+
--spacing-badge-count-padding_x:1;
|
|
126
|
+
--color-badge-bg:#eb5c31;
|
|
127
|
+
--color-badge-text:#ffffff;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
html[theme="dark"]{
|
|
131
|
+
--height-button-l:48;
|
|
132
|
+
--height-button-m:36;
|
|
133
|
+
--height-button-s:28;
|
|
134
|
+
--height-button-buy_sell:48;
|
|
135
|
+
--radius-button-l:10;
|
|
136
|
+
--radius-button-m:6;
|
|
137
|
+
--radius-button-s:14;
|
|
138
|
+
--radius-button-buy_sell-1:6;
|
|
139
|
+
--radius-button-buy_sell-2:4;
|
|
140
|
+
--spacing-button-l-padding_left:24;
|
|
141
|
+
--spacing-button-l-padding_right:24;
|
|
142
|
+
--spacing-button-m-padding_left:16;
|
|
143
|
+
--spacing-button-m-padding_right:16;
|
|
144
|
+
--spacing-button-s-padding_left:12;
|
|
145
|
+
--spacing-button-s-padding_right:12;
|
|
146
|
+
--spacing-button-l_icon-margin_y:6;
|
|
147
|
+
--spacing-button-m_icon-margin_y:4;
|
|
148
|
+
--spacing-button-s_icon-margin_y:4;
|
|
149
|
+
--spacing-button-double-margin_y:32;
|
|
150
|
+
--spacing-button-double-margin_x:16;
|
|
151
|
+
--spacing-button-double-margin_mid:13;
|
|
152
|
+
--spacing-button-icon_l_text-margin_top:6;
|
|
153
|
+
--spacing-button-icon_m_text-margin_top:4;
|
|
154
|
+
--spacing-button-icon_s_text-margin_top:2;
|
|
155
|
+
--spacing-button-main-margin_y:80;
|
|
156
|
+
--icon-button-l:20;
|
|
157
|
+
--icon-button-m:16;
|
|
158
|
+
--icon-button-s:12;
|
|
159
|
+
--width-button-border:1;
|
|
160
|
+
--color-button-primary-bg-default:#1bc47d;
|
|
161
|
+
--color-button-primary-text-default:#ffffff;
|
|
162
|
+
--color-button-primary-bg-press:#09825a;
|
|
163
|
+
--color-button-primary-text-press:#ffffff;
|
|
164
|
+
--color-button-primary-bg-disable:rgba(27,196,125,.25);
|
|
165
|
+
--color-button-primary-text-disable:rgba(235,235,245,.3);
|
|
166
|
+
--color-button-secondary-bg-default:rgba(118,118,128,.24);
|
|
167
|
+
--color-button-secondary-text-default:#1bc47d;
|
|
168
|
+
--color-button-secondary-bg-press:rgba(118,118,128,.5);
|
|
169
|
+
--color-button-secondary-text-press:#1bc47d;
|
|
170
|
+
--color-button-secondary-bg-disable:rgba(118,118,128,.24);
|
|
171
|
+
--color-button-secondary-text-disable:rgba(27,196,125,.25);
|
|
172
|
+
--color-button-warning-bg-default:rgba(118,118,128,.24);
|
|
173
|
+
--color-button-warning-text-default:#eb5c31;
|
|
174
|
+
--color-button-warning-bg-press:rgba(118,118,128,.5);
|
|
175
|
+
--color-button-warning-text-press:#eb5c31;
|
|
176
|
+
--color-button-warning-bg-disable:rgba(118,118,128,.24);
|
|
177
|
+
--color-button-warning-text-disable:rgba(235,92,49,.25);
|
|
178
|
+
--color-button-warning_grey-bg-default:rgba(118,118,128,.24);
|
|
179
|
+
--color-button-warning_grey-text-default:#eb5c31;
|
|
180
|
+
--color-button-warning_grey-bg-press:rgba(118,118,128,.5);
|
|
181
|
+
--color-button-warning_grey-text-press:#eb5c31;
|
|
182
|
+
--color-button-warning_grey-bg-disable:rgba(118,118,128,.24);
|
|
183
|
+
--color-button-warning_grey-text-disable:rgba(235,92,49,.25);
|
|
184
|
+
--color-button-tertiary-bg-default:rgba(118,118,128,.24);
|
|
185
|
+
--color-button-tertiary-text-default:#F2F5FF;
|
|
186
|
+
--color-button-tertiary-bg-press:rgba(118,118,128,.5);
|
|
187
|
+
--color-button-tertiary-text-press:#F2F5FF;
|
|
188
|
+
--color-button-tertiary-bg-disable:rgba(118,118,128,.24);
|
|
189
|
+
--color-button-tertiary-text-disable:rgba(235,235,245,.3);
|
|
190
|
+
--color-button-tertiary_grey-bg-default:rgba(118,118,128,.24);
|
|
191
|
+
--color-button-tertiary_grey-text-default:#F2F5FF;
|
|
192
|
+
--color-button-tertiary_grey-bg-press:rgba(118,118,128,.5);
|
|
193
|
+
--color-button-tertiary_grey-text-press:#F2F5FF;
|
|
194
|
+
--color-button-tertiary_grey-bg-disable:rgba(118,118,128,.24);
|
|
195
|
+
--color-button-tertiary_grey-text-disable:rgba(235,235,245,.3);
|
|
196
|
+
--color-button-border-default:rgba(235,235,245,.3);
|
|
197
|
+
--color-button-border-text-default:#F2F5FF;
|
|
198
|
+
--color-button-border-press:#F2F5FF;
|
|
199
|
+
--color-button-border-text-press:#F2F5FF;
|
|
200
|
+
--color-button-border-disable:rgba(235,235,245,.3);
|
|
201
|
+
--color-button-border-text-disable:rgba(235,235,245,.3);
|
|
202
|
+
--color-button-border_primary-default:#1bc47d;
|
|
203
|
+
--color-button-border_primary-text-default:#1bc47d;
|
|
204
|
+
--color-button-border_primary-press:#09825a;
|
|
205
|
+
--color-button-border_primary-text-press:#09825a;
|
|
206
|
+
--color-button-border_primary-text-disable:rgba(27,196,125,.25);
|
|
207
|
+
--color-button-border_primary-disable:rgba(27,196,125,.25);
|
|
208
|
+
--color-button-border_warning-default:#eb5c31;
|
|
209
|
+
--color-button-border_warning-text-default:#eb5c31;
|
|
210
|
+
--color-button-border_warning-press:#db2c0d;
|
|
211
|
+
--color-button-border_warning-text-press:#db2c0d;
|
|
212
|
+
--color-button-border_warning-disable:rgba(235,92,49,.25);
|
|
213
|
+
--color-button-border_warning-text-disable:rgba(235,92,49,.25);
|
|
214
|
+
--color-button-border_reverse-default:rgba(255,255,255,.85);
|
|
215
|
+
--color-button-border_reverse-text-default:#ffffff;
|
|
216
|
+
--color-button-border_reverse-press:#ffffff;
|
|
217
|
+
--color-button-border_reverse-text-press:rgba(255,255,255,.85);
|
|
218
|
+
--color-button-border_reverse-disable:rgba(255,255,255,.3);
|
|
219
|
+
--color-button-border_reverse-text-disable:rgba(255,255,255,.3);
|
|
220
|
+
--color-button-primary_borderless_text-default:#1bc47d;
|
|
221
|
+
--color-button-primary_borderless_text-press:#09825a;
|
|
222
|
+
--color-button-primary_borderless_text-disable:rgba(27,196,125,.25);
|
|
223
|
+
--color-button-warning_borderless_text-default:#eb5c31;
|
|
224
|
+
--color-button-warning_borderless_text-press:#db2c0d;
|
|
225
|
+
--color-button-warning_borderless_text-disable:rgba(235,92,49,.25);
|
|
226
|
+
--color-button-link_text-default:#5998e9;
|
|
227
|
+
--color-button-link_text-press:#076b9d;
|
|
228
|
+
--color-button-link_text-disable:rgba(89,152,233,.25);
|
|
229
|
+
--color-button-tertiary_borderless_text-default:#F2F5FF;
|
|
230
|
+
--color-button-tertiary_borderless_text-press:rgba(235,235,245,.65);
|
|
231
|
+
--color-button-tertiary_borderless_text-disable:rgba(235,235,245,.3);
|
|
232
|
+
--color-button-buy-bg-default:#1bc47d;
|
|
233
|
+
--color-button-buy-text-default:#ffffff;
|
|
234
|
+
--color-button-buy-bg-press:#0da36b;
|
|
235
|
+
--color-button-buy-text-press:#ffffff;
|
|
236
|
+
--color-button-buy-bg-disable:rgba(27,196,125,.3);
|
|
237
|
+
--color-button-buy-text-disable:#ffffff;
|
|
238
|
+
--color-button-sell-bg-default:#f24822;
|
|
239
|
+
--color-button-sell-text-default:#ffffff;
|
|
240
|
+
--color-button-sell-bg-press:#db2c0d;
|
|
241
|
+
--color-button-sell-text-press:#ffffff;
|
|
242
|
+
--color-button-sell-bg-disable:rgba(242,72,34,.3);
|
|
243
|
+
--color-button-sell-text-disable:#ffffff;
|
|
244
|
+
--color-button-bg-default:rgba(118,118,128,.24);
|
|
245
|
+
--color-button-icon-default:#F2F5FF;
|
|
246
|
+
--color-button-bg-press:rgba(118,118,128,.5);
|
|
247
|
+
--color-button-icon-press:#F2F5FF;
|
|
248
|
+
--color-button-bg-disable:rgba(118,118,128,.24);
|
|
249
|
+
--color-button-icon-disable:rgba(235,235,245,.3);
|
|
250
|
+
}
|
|
251
|
+
html{
|
|
252
|
+
--height-button-l:48;
|
|
253
|
+
--height-button-m:36;
|
|
254
|
+
--height-button-s:28;
|
|
255
|
+
--height-button-buy_sell:48;
|
|
256
|
+
--radius-button-l:10;
|
|
257
|
+
--radius-button-m:6;
|
|
258
|
+
--radius-button-s:14;
|
|
259
|
+
--radius-button-buy_sell-1:6;
|
|
260
|
+
--radius-button-buy_sell-2:4;
|
|
261
|
+
--spacing-button-l-padding_left:24;
|
|
262
|
+
--spacing-button-l-padding_right:24;
|
|
263
|
+
--spacing-button-m-padding_left:16;
|
|
264
|
+
--spacing-button-m-padding_right:16;
|
|
265
|
+
--spacing-button-s-padding_left:12;
|
|
266
|
+
--spacing-button-s-padding_right:12;
|
|
267
|
+
--spacing-button-l_icon-margin_y:6;
|
|
268
|
+
--spacing-button-m_icon-margin_y:4;
|
|
269
|
+
--spacing-button-s_icon-margin_y:4;
|
|
270
|
+
--spacing-button-double-margin_y:32;
|
|
271
|
+
--spacing-button-double-margin_x:16;
|
|
272
|
+
--spacing-button-double-margin_mid:13;
|
|
273
|
+
--spacing-button-icon_l_text-margin_top:6;
|
|
274
|
+
--spacing-button-icon_m_text-margin_top:4;
|
|
275
|
+
--spacing-button-icon_s_text-margin_top:2;
|
|
276
|
+
--spacing-button-main-margin_y:80;
|
|
277
|
+
--icon-button-l:20;
|
|
278
|
+
--icon-button-m:16;
|
|
279
|
+
--icon-button-s:12;
|
|
280
|
+
--width-button-border:1;
|
|
281
|
+
--color-button-primary-bg-default:#1bc47d;
|
|
282
|
+
--color-button-primary-text-default:#ffffff;
|
|
283
|
+
--color-button-primary-bg-press:#0da36b;
|
|
284
|
+
--color-button-primary-text-press:#ffffff;
|
|
285
|
+
--color-button-primary-bg-disable:rgba(27,196,125,.3);
|
|
286
|
+
--color-button-primary-text-disable:#ffffff;
|
|
287
|
+
--color-button-secondary-bg-default:#ffffff;
|
|
288
|
+
--color-button-secondary-text-default:#1bc47d;
|
|
289
|
+
--color-button-secondary-bg-press:#f7f8f9;
|
|
290
|
+
--color-button-secondary-text-press:#1bc47d;
|
|
291
|
+
--color-button-secondary-bg-disable:#ffffff;
|
|
292
|
+
--color-button-secondary-text-disable:rgba(27,196,125,.3);
|
|
293
|
+
--color-button-warning-bg-default:#ffffff;
|
|
294
|
+
--color-button-warning-text-default:#eb5c31;
|
|
295
|
+
--color-button-warning-bg-press:#f7f8f9;
|
|
296
|
+
--color-button-warning-text-press:#eb5c31;
|
|
297
|
+
--color-button-warning-bg-disable:#ffffff;
|
|
298
|
+
--color-button-warning-text-disable:rgba(235,92,49,.3);
|
|
299
|
+
--color-button-warning_grey-bg-default:#f7f8f9;
|
|
300
|
+
--color-button-warning_grey-text-default:#eb5c31;
|
|
301
|
+
--color-button-warning_grey-bg-press:#f7f8f9;
|
|
302
|
+
--color-button-warning_grey-text-press:#eb5c31;
|
|
303
|
+
--color-button-warning_grey-bg-disable:#f7f8f9;
|
|
304
|
+
--color-button-warning_grey-text-disable:rgba(235,92,49,.3);
|
|
305
|
+
--color-button-tertiary-bg-default:#ffffff;
|
|
306
|
+
--color-button-tertiary-text-default:rgba(0,0,0,.85);
|
|
307
|
+
--color-button-tertiary-bg-press:#f7f8f9;
|
|
308
|
+
--color-button-tertiary-text-press:rgba(0,0,0,.85);
|
|
309
|
+
--color-button-tertiary-bg-disable:#ffffff;
|
|
310
|
+
--color-button-tertiary-text-disable:rgba(0,0,0,.3);
|
|
311
|
+
--color-button-tertiary_grey-bg-default:#f7f8f9;
|
|
312
|
+
--color-button-tertiary_grey-text-default:rgba(0,0,0,.85);
|
|
313
|
+
--color-button-tertiary_grey-bg-press:#f7f8f9;
|
|
314
|
+
--color-button-tertiary_grey-text-press:rgba(0,0,0,.85);
|
|
315
|
+
--color-button-tertiary_grey-bg-disable:#f7f8f9;
|
|
316
|
+
--color-button-tertiary_grey-text-disable:rgba(0,0,0,.3);
|
|
317
|
+
--color-button-border-default:rgba(0,0,0,.3);
|
|
318
|
+
--color-button-border-text-default:rgba(0,0,0,.85);
|
|
319
|
+
--color-button-border-press:rgba(0,0,0,.85);
|
|
320
|
+
--color-button-border-text-press:rgba(0,0,0,.85);
|
|
321
|
+
--color-button-border-disable:rgba(0,0,0,.3);
|
|
322
|
+
--color-button-border-text-disable:rgba(0,0,0,.3);
|
|
323
|
+
--color-button-border_primary-default:#1bc47d;
|
|
324
|
+
--color-button-border_primary-text-default:#1bc47d;
|
|
325
|
+
--color-button-border_primary-press:#09825a;
|
|
326
|
+
--color-button-border_primary-text-press:#09825a;
|
|
327
|
+
--color-button-border_primary-disable:rgba(27,196,125,.3);
|
|
328
|
+
--color-button-border_primary-text-disable:rgba(27,196,125,.3);
|
|
329
|
+
--color-button-border_warning-default:#eb5c31;
|
|
330
|
+
--color-button-border_warning-text-default:#eb5c31;
|
|
331
|
+
--color-button-border_warning-press:#db2c0d;
|
|
332
|
+
--color-button-border_warning-text-press:#db2c0d;
|
|
333
|
+
--color-button-border_warning-disable:rgba(235,92,49,.3);
|
|
334
|
+
--color-button-border_warning-text-disable:rgba(235,92,49,.3);
|
|
335
|
+
--color-button-border_reverse-default:rgba(255,255,255,.85);
|
|
336
|
+
--color-button-border_reverse-text-default:#ffffff;
|
|
337
|
+
--color-button-border_reverse-press:#ffffff;
|
|
338
|
+
--color-button-border_reverse-text-press:rgba(255,255,255,.85);
|
|
339
|
+
--color-button-border_reverse-disable:rgba(255,255,255,.3);
|
|
340
|
+
--color-button-border_reverse-text-disable:rgba(255,255,255,.3);
|
|
341
|
+
--color-button-primary_borderless_text-default:#1bc47d;
|
|
342
|
+
--color-button-primary_borderless_text-press:#09825a;
|
|
343
|
+
--color-button-primary_borderless_text-disable:rgba(27,196,125,.3);
|
|
344
|
+
--color-button-warning_borderless_text-default:#eb5c31;
|
|
345
|
+
--color-button-warning_borderless_text-press:#db2c0d;
|
|
346
|
+
--color-button-warning_borderless_text-disable:rgba(235,92,49,.3);
|
|
347
|
+
--color-button-link_text-default:#5998e9;
|
|
348
|
+
--color-button-link_text-press:#076b9d;
|
|
349
|
+
--color-button-link_text-disable:rgba(89,152,233,.3);
|
|
350
|
+
--color-button-tertiary_borderless_text-default:rgba(0,0,0,.85);
|
|
351
|
+
--color-button-tertiary_borderless_text-press:rgba(0,0,0,.5);
|
|
352
|
+
--color-button-tertiary_borderless_text-disable:rgba(0,0,0,.3);
|
|
353
|
+
--color-button-buy-bg-default:#1bc47d;
|
|
354
|
+
--color-button-buy-text-default:#ffffff;
|
|
355
|
+
--color-button-buy-bg-press:#0da36b;
|
|
356
|
+
--color-button-buy-text-press:#ffffff;
|
|
357
|
+
--color-button-buy-bg-disable:rgba(27,196,125,.3);
|
|
358
|
+
--color-button-buy-text-disable:#ffffff;
|
|
359
|
+
--color-button-sell-bg-default:#f24822;
|
|
360
|
+
--color-button-sell-text-default:#ffffff;
|
|
361
|
+
--color-button-sell-bg-press:#db2c0d;
|
|
362
|
+
--color-button-sell-text-press:#ffffff;
|
|
363
|
+
--color-button-sell-bg-disable:rgba(242,72,34,.3);
|
|
364
|
+
--color-button-sell-text-disable:#ffffff;
|
|
365
|
+
--color-button-bg-default:#f7f8f9;
|
|
366
|
+
--color-button-icon-default:rgba(0,0,0,.5);
|
|
367
|
+
--color-button-bg-press:#f7f8f9;
|
|
368
|
+
--color-button-icon-press:rgba(0,0,0,.5);
|
|
369
|
+
--color-button-bg-disable:#f7f8f9;
|
|
370
|
+
--color-button-icon-disable:rgba(0,0,0,.3);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
html[theme="dark"]{
|
|
374
|
+
--height-check_radio-radio_button_s:32;
|
|
375
|
+
--height-check_radio-radio_button_m:40;
|
|
376
|
+
--height-check_radio-radio_button_l:44;
|
|
377
|
+
--height-check_radio-check_button_s:40;
|
|
378
|
+
--height-check_radio-check_button_m:52;
|
|
379
|
+
--height-check_radio-check_button_l:60;
|
|
380
|
+
--icon-check_radio-sizing:16;
|
|
381
|
+
--icon-check_radio-check_l:24;
|
|
382
|
+
--icon-check_radio-check_s:16;
|
|
383
|
+
--width-check_radio-radio_button_border-default:0.5;
|
|
384
|
+
--width-check_radio-radio_button_border-active:1;
|
|
385
|
+
--radius-check_radio-s:6;
|
|
386
|
+
--radius-check_radio-m:6;
|
|
387
|
+
--radius-check_radio-radio_l:10;
|
|
388
|
+
--radius-check_radio-check_l:6;
|
|
389
|
+
--spacing-check_radio-icon-margin_right:8;
|
|
390
|
+
--spacing-check_radio-text-margin_top:4;
|
|
391
|
+
--spacing-check_radio-group-margin_x:20;
|
|
392
|
+
--spacing-check_radio-check_icon-margin_bottom:4;
|
|
393
|
+
--spacing-check_radio-check_describe-margin_top:2;
|
|
394
|
+
--spacing-check_radio-check_icon-margin_right:4;
|
|
395
|
+
--spacing-check_radio-button-margin_xy:12;
|
|
396
|
+
--spacing-check_radio-item-margin_x:10;
|
|
397
|
+
--color-check_radio-default:rgba(84,84,88,.85);
|
|
398
|
+
--color-check_radio-active:#1bc47d;
|
|
399
|
+
--color-check_radio-disable:rgba(84,84,88,.3);
|
|
400
|
+
--color-check_radio-active-disable:rgba(27,196,125,.25);
|
|
401
|
+
--color-check_radio-text-default:#F2F5FF;
|
|
402
|
+
--color-check_radio-text-disable:rgba(235,235,245,.3);
|
|
403
|
+
--color-check_radio-text_describe-default:rgba(235,235,245,.65);
|
|
404
|
+
--color-check_radio-text_describe-disable:rgba(235,235,245,.3);
|
|
405
|
+
--color-check_radio-radio_button_text-default:#F2F5FF;
|
|
406
|
+
--color-check_radio-radio_button_text-active:#1bc47d;
|
|
407
|
+
--color-check_radio-radio_button_text-disable:rgba(235,235,245,.3);
|
|
408
|
+
--color-check_radio-radio_button_bg-active:rgba(27,196,125,.05);
|
|
409
|
+
--color-check_radio-radio_border-default:rgba(84,84,88,.85);
|
|
410
|
+
--color-check_radio-radio_border-active:#1bc47d;
|
|
411
|
+
--color-check_radio-radio_border-disable:rgba(84,84,88,.85);
|
|
412
|
+
--color-check_radio-check_bg-default:rgba(118,118,128,.15);
|
|
413
|
+
--color-check_radio-check_bg-active:rgba(27,196,125,.10);
|
|
414
|
+
--color-check_radio-check_bg-disable:rgba(118,118,128,.15);
|
|
415
|
+
--color-check_radio-check_button_text_describe-default:rgba(235,235,245,.65);
|
|
416
|
+
--color-check_radio-check_button_text_describe-active:#1bc47d;
|
|
417
|
+
--color-check_radio-check_button_text_describe-disable:rgba(235,235,245,.3);
|
|
418
|
+
--color-check_radio-check_button_icon-default:rgba(235,235,245,.65);
|
|
419
|
+
--color-check_radio-check_button_icon-active:#1bc47d;
|
|
420
|
+
--color-check_radio-check_button_icon-disable:rgba(235,235,245,.3);
|
|
421
|
+
--color-check_radio-radio_button_wrong-text-active:#eb5c31;
|
|
422
|
+
--color-check_radio-radio_button_wrong-bg-active:rgba(235,92,49,.05);
|
|
423
|
+
--color-check_radio-radio_wrong_border-active:#eb5c31;
|
|
424
|
+
}
|
|
425
|
+
html{
|
|
426
|
+
--height-check_radio-radio_button_s:32;
|
|
427
|
+
--height-check_radio-radio_button_m:40;
|
|
428
|
+
--height-check_radio-radio_button_l:44;
|
|
429
|
+
--height-check_radio-check_button_s:40;
|
|
430
|
+
--height-check_radio-check_button_m:52;
|
|
431
|
+
--height-check_radio-check_button_l:60;
|
|
432
|
+
--icon-check_radio-sizing:16;
|
|
433
|
+
--icon-check_radio-check_l:24;
|
|
434
|
+
--icon-check_radio-check_s:16;
|
|
435
|
+
--width-check_radio-radio_button_border-default:0.5;
|
|
436
|
+
--width-check_radio-radio_button_border-active:1;
|
|
437
|
+
--radius-check_radio-s:6;
|
|
438
|
+
--radius-check_radio-m:6;
|
|
439
|
+
--radius-check_radio-radio_l:10;
|
|
440
|
+
--radius-check_radio-check_l:6;
|
|
441
|
+
--spacing-check_radio-icon-margin_right:8;
|
|
442
|
+
--spacing-check_radio-text-margin_top:4;
|
|
443
|
+
--spacing-check_radio-group-margin_x:20;
|
|
444
|
+
--spacing-check_radio-check_icon-margin_bottom:4;
|
|
445
|
+
--spacing-check_radio-check_describe-margin_top:2;
|
|
446
|
+
--spacing-check_radio-check_icon-margin_right:4;
|
|
447
|
+
--spacing-check_radio-button-margin_xy:12;
|
|
448
|
+
--spacing-check_radio-item-margin_x:10;
|
|
449
|
+
--color-check_radio-default:rgba(0,0,0,.15);
|
|
450
|
+
--color-check_radio-disable:rgba(0,0,0,.05);
|
|
451
|
+
--color-check_radio-active:#1bc47d;
|
|
452
|
+
--color-check_radio-active-disable:rgba(27,196,125,.3);
|
|
453
|
+
--color-check_radio-text-default:rgba(0,0,0,.85);
|
|
454
|
+
--color-check_radio-text-disable:rgba(0,0,0,.3);
|
|
455
|
+
--color-check_radio-text_describe-default:rgba(0,0,0,.5);
|
|
456
|
+
--color-check_radio-text_describe-disable:rgba(0,0,0,.3);
|
|
457
|
+
--color-check_radio-radio_button_text-default:rgba(0,0,0,.85);
|
|
458
|
+
--color-check_radio-radio_button_text-active:#1bc47d;
|
|
459
|
+
--color-check_radio-radio_button_text-disable:rgba(0,0,0,.3);
|
|
460
|
+
--color-check_radio-radio_button_bg-active:rgba(27,196,125,.05);
|
|
461
|
+
--color-check_radio-radio_border-default:rgba(0,0,0,.15);
|
|
462
|
+
--color-check_radio-radio_border-active:#1bc47d;
|
|
463
|
+
--color-check_radio-radio_border-disable:rgba(0,0,0,.15);
|
|
464
|
+
--color-check_radio-check_bg-default:#f7f8f9;
|
|
465
|
+
--color-check_radio-check_bg-active:rgba(27,196,125,.10);
|
|
466
|
+
--color-check_radio-check_bg-disable:#f7f8f9;
|
|
467
|
+
--color-check_radio-check_button_text_describe-default:rgba(0,0,0,.5);
|
|
468
|
+
--color-check_radio-check_button_text_describe-active:#1bc47d;
|
|
469
|
+
--color-check_radio-check_button_text_describe-disable:rgba(0,0,0,.3);
|
|
470
|
+
--color-check_radio-check_button_icon-default:rgba(0,0,0,.5);
|
|
471
|
+
--color-check_radio-check_button_icon-active:#1bc47d;
|
|
472
|
+
--color-check_radio-check_button_icon-disable:rgba(0,0,0,.3);
|
|
473
|
+
--color-check_radio-radio_button_wrong-text-active:#eb5c31;
|
|
474
|
+
--color-check_radio-radio_button_wrong-bg-active:rgba(235,92,49,.05);
|
|
475
|
+
--color-check_radio-radio_wrong_border-active:#eb5c31;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
html[theme="dark"]{
|
|
479
|
+
--height-datalist-list:60;
|
|
480
|
+
--height-datalist-head:24;
|
|
481
|
+
--height-datalist-search_m:76;
|
|
482
|
+
--height-datalist-search_s:56;
|
|
483
|
+
--icon-datalist-sort:16;
|
|
484
|
+
--icon-datalist-ranking:24;
|
|
485
|
+
--icon-datalist-add_watchlist:24;
|
|
486
|
+
--icon-datalist-label_icon:12;
|
|
487
|
+
--spacing-datalist-list-margin_top:2;
|
|
488
|
+
--spacing-datalist-market_tag-margin_top:4;
|
|
489
|
+
--spacing-datalist-head_item-margin_y_m:4;
|
|
490
|
+
--spacing-datalist-head_item-margin_y_s:0;
|
|
491
|
+
--spacing-datalist-list_item-margin_y:8;
|
|
492
|
+
--spacing-datalist-list_icon-margin_right:6;
|
|
493
|
+
--spacing-datalist-search-margin_right:12;
|
|
494
|
+
--spacing-datalist-search-margin_top:4;
|
|
495
|
+
--spacing-datalist-search_icon-margin_left:20;
|
|
496
|
+
--spacing-datalist-search_stock-margin_right:8;
|
|
497
|
+
--spacing-datalist-search_code-margin_right:4;
|
|
498
|
+
--spacing-datalist-head-padding_right:16;
|
|
499
|
+
--spacing-datalist-padding_y:20;
|
|
500
|
+
--width-datalist-list_s:76;
|
|
501
|
+
--width-datalist-list_m:96;
|
|
502
|
+
--width-datalist-list_l:111;
|
|
503
|
+
--width-datalist-list_xl:176;
|
|
504
|
+
--width-datalist-head_s:80;
|
|
505
|
+
--width-datalist-head_m:100;
|
|
506
|
+
--width-datalist-head_l:115;
|
|
507
|
+
--width-datalist-head_xl:180;
|
|
508
|
+
--width-datalist-list-code:86;
|
|
509
|
+
--color-datalist-list-text_primary:#F2F5FF;
|
|
510
|
+
--color-datalist-list-text_secondary:rgba(235,235,245,.65);
|
|
511
|
+
--color-datalist-head-text-default:rgba(235,235,245,.65);
|
|
512
|
+
--color-datalist-head-text-active:#1bc47d;
|
|
513
|
+
--color-datalist-market_us:#00B5CE;
|
|
514
|
+
--color-datalist-market_hk:#ff863c;
|
|
515
|
+
--color-datalist-icon_watchlist:#1bc47d;
|
|
516
|
+
--color-datalist-icon_delay:#61b8ea;
|
|
517
|
+
--color-datalist-icon_sort:rgba(235,235,245,.3);
|
|
518
|
+
--color-datalist-option_chain-bg-1:rgba(0,165,187,.03);
|
|
519
|
+
--color-datalist-option_chain-bg-2:rgba(0,165,187,.08);
|
|
520
|
+
--color-datalist-option_chain-bg-3:rgba(118,118,128,.24);
|
|
521
|
+
--color-datalist-option_chain-bg-4:#2C2C2E;
|
|
522
|
+
}
|
|
523
|
+
html{
|
|
524
|
+
--height-datalist-list:60;
|
|
525
|
+
--height-datalist-head:24;
|
|
526
|
+
--height-datalist-search_m:76;
|
|
527
|
+
--height-datalist-search_s:56;
|
|
528
|
+
--icon-datalist-sort:16;
|
|
529
|
+
--icon-datalist-ranking:24;
|
|
530
|
+
--icon-datalist-add_watchlist:24;
|
|
531
|
+
--icon-datalist-label_icon:12;
|
|
532
|
+
--spacing-datalist-list-margin_top:2;
|
|
533
|
+
--spacing-datalist-market_tag-margin_top:4;
|
|
534
|
+
--spacing-datalist-head_item-margin_y_m:4;
|
|
535
|
+
--spacing-datalist-head_item-margin_y_s:0;
|
|
536
|
+
--spacing-datalist-list_item-margin_y:8;
|
|
537
|
+
--spacing-datalist-list_icon-margin_right:6;
|
|
538
|
+
--spacing-datalist-search-margin_right:12;
|
|
539
|
+
--spacing-datalist-search-margin_top:4;
|
|
540
|
+
--spacing-datalist-search_icon-margin_left:20;
|
|
541
|
+
--spacing-datalist-search_stock-margin_right:8;
|
|
542
|
+
--spacing-datalist-search_code-margin_right:4;
|
|
543
|
+
--spacing-datalist-head-padding_right:16;
|
|
544
|
+
--spacing-datalist-padding_y:20;
|
|
545
|
+
--width-datalist-list_s:76;
|
|
546
|
+
--width-datalist-list_m:96;
|
|
547
|
+
--width-datalist-list_l:111;
|
|
548
|
+
--width-datalist-list_xl:176;
|
|
549
|
+
--width-datalist-head_s:80;
|
|
550
|
+
--width-datalist-head_m:100;
|
|
551
|
+
--width-datalist-head_l:115;
|
|
552
|
+
--width-datalist-head_xl:180;
|
|
553
|
+
--width-datalist-list-code:86;
|
|
554
|
+
--color-datalist-list-text_primary:rgba(0,0,0,.85);
|
|
555
|
+
--color-datalist-list-text_secondary:rgba(0,0,0,.5);
|
|
556
|
+
--color-datalist-head-text-default:rgba(0,0,0,.5);
|
|
557
|
+
--color-datalist-head-text-active:#1bc47d;
|
|
558
|
+
--color-datalist-market_us:#00A5BB;
|
|
559
|
+
--color-datalist-market_hk:#ff863c;
|
|
560
|
+
--color-datalist-icon_watchlist:#1bc47d;
|
|
561
|
+
--color-datalist-icon_delay:#61b8ea;
|
|
562
|
+
--color-datalist-icon_sort:rgba(0,0,0,.3);
|
|
563
|
+
--color-datalist-option_chain-bg-1:rgba(0,165,187,.03);
|
|
564
|
+
--color-datalist-option_chain-bg-2:rgba(0,165,187,.08);
|
|
565
|
+
--color-datalist-option_chain-bg-3:#ebedf0;
|
|
566
|
+
--color-datalist-option_chain-bg-4:#ffffff;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
html[theme="dark"]{
|
|
570
|
+
--height-datepicker-range_picker_bg:36;
|
|
571
|
+
--height-datepicker-range_picker_divider:2;
|
|
572
|
+
--height-datepicker-title-month_year:58;
|
|
573
|
+
--height-datepicker-week:30;
|
|
574
|
+
--height-datepicker-date:39;
|
|
575
|
+
--height-datepicker-today_dot:5;
|
|
576
|
+
--height-datepicker-roll_bg:40;
|
|
577
|
+
--width-datepicker-range_picker_divider:16;
|
|
578
|
+
--radius-datepicker-range_picker_bg:8;
|
|
579
|
+
--radius-datepicker-roll_bg:12;
|
|
580
|
+
--spacing-datepicker-padding_y:20;
|
|
581
|
+
--spacing-datepicker-range_picker-margin_top:10;
|
|
582
|
+
--spacing-datepicker-range_picker-margin_bottom:0;
|
|
583
|
+
--spacing-datepicker-icon_next-margin_y:36;
|
|
584
|
+
--spacing-datepicker-date-margin_top:10;
|
|
585
|
+
--spacing-datepicker-date-margin_bottom:13;
|
|
586
|
+
--spacing-datepicker-date-margin_y:8;
|
|
587
|
+
--spacing-datepicker-roll_month-margin_mid:32;
|
|
588
|
+
--spacing-datepicker-roll_day-margin_mid:16;
|
|
589
|
+
--spacing-datepicker-radio-padding_x:9;
|
|
590
|
+
--icon-datepicker-next:16;
|
|
591
|
+
--color-datepicker-range_picker-bg:rgba(118,118,128,.14);
|
|
592
|
+
--color-datepicker-range_picker-text-default:rgba(235,235,245,.3);
|
|
593
|
+
--color-datepicker-range_picker-text-active:#F2F5FF;
|
|
594
|
+
--color-datepicker-range_picker_divider:rgba(84,84,88,.85);
|
|
595
|
+
--color-datepicker-title-month_year:#F2F5FF;
|
|
596
|
+
--color-datepicker-icon_next-default:#F2F5FF;
|
|
597
|
+
--color-datepicker-icon_next-disable:rgba(235,235,245,.3);
|
|
598
|
+
--color-datepicker-text-week:rgba(235,235,245,.65);
|
|
599
|
+
--color-datepicker-date-bg-default:rgba(118,118,128,.0);
|
|
600
|
+
--color-datepicker-date-text-default:#F2F5FF;
|
|
601
|
+
--color-datepicker-date-bg-active:#1bc47d;
|
|
602
|
+
--color-datepicker-date-text-active:#ffffff;
|
|
603
|
+
--color-datepicker-date-bg-disable:rgba(118,118,128,.0);
|
|
604
|
+
--color-datepicker-date-text-disable:rgba(235,235,245,.3);
|
|
605
|
+
--color-datepicker-today_dot:rgba(235,235,245,.25);
|
|
606
|
+
--color-datepicker-date_mask-bg-active:rgba(27,196,125,.1);
|
|
607
|
+
}
|
|
608
|
+
html{
|
|
609
|
+
--height-datepicker-range_picker_bg:36;
|
|
610
|
+
--height-datepicker-range_picker_divider:2;
|
|
611
|
+
--height-datepicker-title-month_year:58;
|
|
612
|
+
--height-datepicker-week:30;
|
|
613
|
+
--height-datepicker-date:39;
|
|
614
|
+
--height-datepicker-today_dot:5;
|
|
615
|
+
--height-datepicker-roll_bg:40;
|
|
616
|
+
--width-datepicker-range_picker_divider:16;
|
|
617
|
+
--radius-datepicker-range_picker_bg:8;
|
|
618
|
+
--radius-datepicker-roll_bg:12;
|
|
619
|
+
--spacing-datepicker-padding_y:20;
|
|
620
|
+
--spacing-datepicker-range_picker-margin_top:10;
|
|
621
|
+
--spacing-datepicker-range_picker-margin_bottom:0;
|
|
622
|
+
--spacing-datepicker-icon_next-margin_y:36;
|
|
623
|
+
--spacing-datepicker-date-margin_top:10;
|
|
624
|
+
--spacing-datepicker-date-margin_bottom:13;
|
|
625
|
+
--spacing-datepicker-date-margin_y:8;
|
|
626
|
+
--spacing-datepicker-roll_month-margin_mid:32;
|
|
627
|
+
--spacing-datepicker-roll_day-margin_mid:16;
|
|
628
|
+
--spacing-datepicker-radio-padding_x:9;
|
|
629
|
+
--icon-datepicker-next:16;
|
|
630
|
+
--color-datepicker-range_picker-bg:#f7f8f9;
|
|
631
|
+
--color-datepicker-range_picker-text-default:rgba(0,0,0,.3);
|
|
632
|
+
--color-datepicker-range_picker-text-active:rgba(0,0,0,.85);
|
|
633
|
+
--color-datepicker-range_picker_divider:rgba(0,0,0,.15);
|
|
634
|
+
--color-datepicker-title-month_year:rgba(0,0,0,.85);
|
|
635
|
+
--color-datepicker-icon_next-default:rgba(0,0,0,.85);
|
|
636
|
+
--color-datepicker-icon_next-disable:rgba(0,0,0,.3);
|
|
637
|
+
--color-datepicker-text-week:rgba(0,0,0,.5);
|
|
638
|
+
--color-datepicker-date-bg-default:#ffffff;
|
|
639
|
+
--color-datepicker-date-text-default:rgba(0,0,0,.85);
|
|
640
|
+
--color-datepicker-date-bg-active:#1bc47d;
|
|
641
|
+
--color-datepicker-date-text-active:#ffffff;
|
|
642
|
+
--color-datepicker-date-bg-disable:#ffffff;
|
|
643
|
+
--color-datepicker-date-text-disable:rgba(0,0,0,.3);
|
|
644
|
+
--color-datepicker-today_dot:rgba(0,0,0,.15);
|
|
645
|
+
--color-datepicker-date_mask-bg-active:rgba(27,196,125,.1);
|
|
646
|
+
}
|
|
647
|
+
:root {
|
|
648
|
+
--outline-visible: none; /* 默认不显示描边 */
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.vd-btn,.vd-divider,.vd-actionbar,.vd-actions,.vd-activityviews,.vd-badge,.vd-calendar,.vd-checkbox,.vd-radio,.vd-datalist,.vd-datetime-picker,.vd-dialog,.vd-dropdown-menu,.vd-dropdown-item,.vd-dropdown,
|
|
652
|
+
.vd-empty,.vd-footer,.vd-foot-nav,.vd-head-nav,.vd-input,.vd-stepper,.vd-search,.vd-password,.vd-list,.vd-loading,.vd-noticebar,.vd-page-break,.vd-popover,.vd-result,
|
|
653
|
+
.vd-selector,.vd-skeleton,.vd-slider,.vd-step,.vd-switch,.vd-tag,.vd-tabs,.vd-title,.vd-toast,.vd-upload{
|
|
654
|
+
outline: var(--outline-visible) solid rgba(255,0,0,.3);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
html[theme="dark"]{
|
|
659
|
+
--height-dialog-super_small:44;
|
|
660
|
+
--height-dialog-super_large:240;
|
|
661
|
+
--radius-dialog-content:14;
|
|
662
|
+
--radius-dialog-content_box:10;
|
|
663
|
+
--spacing-dialog-padding_left:20;
|
|
664
|
+
--spacing-dialog-padding_right:20;
|
|
665
|
+
--spacing-dialog-padding_top:32;
|
|
666
|
+
--spacing-dialog-padding_bottom:24;
|
|
667
|
+
--spacing-dialog-button-margin_top:24;
|
|
668
|
+
--spacing-dialog-title-margin_bottom:8;
|
|
669
|
+
--spacing-dialog-button_double-margin_mid:8;
|
|
670
|
+
--spacing-dialog-button_single-margin_left:16;
|
|
671
|
+
--spacing-dialog-button_single-margin_right:16;
|
|
672
|
+
--spacing-dialog-icon-padding_top:20;
|
|
673
|
+
--spacing-dialog-icon_title-margin_top:12;
|
|
674
|
+
--spacing-dialog-button_text-padding_bottom:8;
|
|
675
|
+
--spacing-dialog-content_box-padding_x:20;
|
|
676
|
+
--spacing-dialog-content_box-padding_y:20;
|
|
677
|
+
--spacing-dialog-content_box_title-margin_bottom:8;
|
|
678
|
+
--spacing-dialog-content_box_icon-margin_right:8;
|
|
679
|
+
--spacing-dialog-sequence-padding_x:8;
|
|
680
|
+
--spacing-dialog-sequence_point-padding_Y:8;
|
|
681
|
+
--spacing-dialog-sequence_number-padding_Y:4;
|
|
682
|
+
--size-dialog-sequence_point:4;
|
|
683
|
+
--color-dialog-bg:rgba(118,118,128,.24);
|
|
684
|
+
--color-dialog-mask_bg:rgba(0,0,0,.6);
|
|
685
|
+
--color-dialog-title:#F2F5FF;
|
|
686
|
+
--color-dialog-text:#F2F5FF;
|
|
687
|
+
--color-dialog-content-bg:rgba(118,118,128,.14);
|
|
688
|
+
--color-dialog-sequence_point:rgba(235,235,245,.3);
|
|
689
|
+
}
|
|
690
|
+
html{
|
|
691
|
+
--height-dialog-super_small:44;
|
|
692
|
+
--height-dialog-super_large:240;
|
|
693
|
+
--radius-dialog-content:14;
|
|
694
|
+
--radius-dialog-content_box:10;
|
|
695
|
+
--spacing-dialog-padding_left:20;
|
|
696
|
+
--spacing-dialog-padding_right:20;
|
|
697
|
+
--spacing-dialog-padding_top:32;
|
|
698
|
+
--spacing-dialog-padding_bottom:24;
|
|
699
|
+
--spacing-dialog-button-margin_top:24;
|
|
700
|
+
--spacing-dialog-title-margin_bottom:8;
|
|
701
|
+
--spacing-dialog-button_double-margin_mid:8;
|
|
702
|
+
--spacing-dialog-button_single-margin_left:16;
|
|
703
|
+
--spacing-dialog-button_single-margin_right:16;
|
|
704
|
+
--spacing-dialog-icon-padding_top:20;
|
|
705
|
+
--spacing-dialog-icon_title-margin_top:12;
|
|
706
|
+
--spacing-dialog-button_text-padding_bottom:8;
|
|
707
|
+
--spacing-dialog-content_box-padding_x:20;
|
|
708
|
+
--spacing-dialog-content_box-padding_y:20;
|
|
709
|
+
--spacing-dialog-content_box_title-margin_bottom:8;
|
|
710
|
+
--spacing-dialog-content_box_icon-margin_right:8;
|
|
711
|
+
--spacing-dialog-sequence-padding_x:8;
|
|
712
|
+
--spacing-dialog-sequence_point-padding_Y:8;
|
|
713
|
+
--spacing-dialog-sequence_number-padding_Y:4;
|
|
714
|
+
--size-dialog-sequence_point:4;
|
|
715
|
+
--color-dialog-bg:#ffffff;
|
|
716
|
+
--color-dialog-mask_bg:rgba(0,0,0,.5);
|
|
717
|
+
--color-dialog-title:rgba(0,0,0,.85);
|
|
718
|
+
--color-dialog-text:rgba(0,0,0,.85);
|
|
719
|
+
--color-dialog-content-bg:#f7f8f9;
|
|
720
|
+
--color-dialog-sequence_point:rgba(0,0,0,.3);
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
html[theme="dark"]{
|
|
724
|
+
--height-dropdown-primary_item:46;
|
|
725
|
+
--height-dropdown-primary_large:314;
|
|
726
|
+
--height-dropdown-secondary_item:46;
|
|
727
|
+
--height-dropdown-secondary_large:314;
|
|
728
|
+
--height-dropdown-state_large:324;
|
|
729
|
+
--height-dropdown-state_item:48;
|
|
730
|
+
--height-dropdown-group_large:348;
|
|
731
|
+
--height-dropdown-tertiary_item:60;
|
|
732
|
+
--height-dropdown-divider:0.5;
|
|
733
|
+
--width-dropdown-primary_small:182;
|
|
734
|
+
--width-dropdown-state_small:204;
|
|
735
|
+
--width-dropdown-group_default:182;
|
|
736
|
+
--width-dropdown-state_drop:6;
|
|
737
|
+
--radius-dropdown-primary:10;
|
|
738
|
+
--radius-dropdown-secondary:10;
|
|
739
|
+
--radius-dropdown-state:10;
|
|
740
|
+
--radius-dropdown-group:8;
|
|
741
|
+
--radius-dropdown-state_item:6;
|
|
742
|
+
--spacing-dropdown-primary-padding_y:16;
|
|
743
|
+
--spacing-dropdown-primary-padding_x:8;
|
|
744
|
+
--spacing-dropdown-primary_icon-margin_right:6;
|
|
745
|
+
--spacing-dropdown-primary_icon_select-margin_left:8;
|
|
746
|
+
--spacing-dropdown-secondary-padding_y:16;
|
|
747
|
+
--spacing-dropdown-secondary-padding_x:8;
|
|
748
|
+
--spacing-dropdown-secondary_icon-margin_right:6;
|
|
749
|
+
--spacing-dropdown-state-padding_y:8;
|
|
750
|
+
--spacing-dropdown-state-padding_x:16;
|
|
751
|
+
--spacing-dropdown-state_item-padding_y:12;
|
|
752
|
+
--spacing-dropdown-group-padding_y:16;
|
|
753
|
+
--spacing-dropdown-group-padding_x:8;
|
|
754
|
+
--spacing-dropdown-group_title-margin_bottom:3;
|
|
755
|
+
--spacing-dropdown-group_text-margin_bottom:3;
|
|
756
|
+
--spacing-dropdown-group_item-padding_top:12;
|
|
757
|
+
--spacing-dropdown-group_item-padding_bottom:11;
|
|
758
|
+
--spacing-dropdown-state_drop-margin_right:4;
|
|
759
|
+
--spacing-dropdown-state_drop-margin_left:8;
|
|
760
|
+
--spacing-dropdown-state_icon-margin_right:6;
|
|
761
|
+
--spacing-dropdown-state_item-margin_bottom:8;
|
|
762
|
+
--icon-dropdown-primary:20;
|
|
763
|
+
--icon-dropdown-primary_select:20;
|
|
764
|
+
--icon-dropdown-secondary:20;
|
|
765
|
+
--icon-dropdown-state:24;
|
|
766
|
+
--icon-dropdown-group:20;
|
|
767
|
+
--color-dropdown-bg-default:#2C2C2E;
|
|
768
|
+
--color-dropdown-primary-text-default:#F2F5FF;
|
|
769
|
+
--color-dropdown-primary-text-active:#F2F5FF;
|
|
770
|
+
--color-dropdown-primary-text-disable:rgba(235,235,245,.3);
|
|
771
|
+
--color-dropdown-divider:rgba(84,84,88,.35);
|
|
772
|
+
--color-dropdown-secondary-text-default:#F2F5FF;
|
|
773
|
+
--color-dropdown-secondary-text-active:#1bc47d;
|
|
774
|
+
--color-dropdown-secondary-text-disable:rgba(235,235,245,.3);
|
|
775
|
+
--color-dropdown-state-bg-default:#2C2C2E;
|
|
776
|
+
--color-dropdown-state-bg-active:rgba(118,118,128,.24);
|
|
777
|
+
--color-dropdown-state-text-default:#F2F5FF;
|
|
778
|
+
--color-dropdown-state-text-active:#F2F5FF;
|
|
779
|
+
--color-dropdown-state-open:#1bc47d;
|
|
780
|
+
--color-dropdown-state-preopen:#ffa819;
|
|
781
|
+
--color-dropdown-state-close:rgba(235,235,245,.65);
|
|
782
|
+
--color-dropdown-state-fusing:rgba(235,235,245,.65);
|
|
783
|
+
--color-dropdown-state-pre_market_auction:#f459a7;
|
|
784
|
+
--color-dropdown-state-last_trading_session:#18a0fb;
|
|
785
|
+
--color-dropdown-group-title-default:rgba(235,235,245,.65);
|
|
786
|
+
--color-dropdown-group-text-default:#F2F5FF;
|
|
787
|
+
--color-dropdown-tertiary-title:rgba(235,235,245,.65);
|
|
788
|
+
}
|
|
789
|
+
html{
|
|
790
|
+
--height-dropdown-primary_item:46;
|
|
791
|
+
--height-dropdown-primary_large:314;
|
|
792
|
+
--height-dropdown-secondary_item:46;
|
|
793
|
+
--height-dropdown-secondary_large:314;
|
|
794
|
+
--height-dropdown-state_large:324;
|
|
795
|
+
--height-dropdown-state_item:48;
|
|
796
|
+
--height-dropdown-group_large:348;
|
|
797
|
+
--height-dropdown-tertiary_item:60;
|
|
798
|
+
--height-dropdown-divider:0.5;
|
|
799
|
+
--width-dropdown-primary_small:182;
|
|
800
|
+
--width-dropdown-state_small:204;
|
|
801
|
+
--width-dropdown-group_default:182;
|
|
802
|
+
--width-dropdown-state_drop:6;
|
|
803
|
+
--radius-dropdown-primary:10;
|
|
804
|
+
--radius-dropdown-secondary:10;
|
|
805
|
+
--radius-dropdown-state:10;
|
|
806
|
+
--radius-dropdown-group:8;
|
|
807
|
+
--radius-dropdown-state_item:6;
|
|
808
|
+
--spacing-dropdown-primary-padding_y:16;
|
|
809
|
+
--spacing-dropdown-primary-padding_x:8;
|
|
810
|
+
--spacing-dropdown-primary_icon-margin_right:6;
|
|
811
|
+
--spacing-dropdown-primary_icon_select-margin_left:8;
|
|
812
|
+
--spacing-dropdown-secondary-padding_y:16;
|
|
813
|
+
--spacing-dropdown-secondary-padding_x:8;
|
|
814
|
+
--spacing-dropdown-secondary_icon-margin_right:6;
|
|
815
|
+
--spacing-dropdown-state-padding_y:8;
|
|
816
|
+
--spacing-dropdown-state-padding_x:16;
|
|
817
|
+
--spacing-dropdown-state_item-padding_y:12;
|
|
818
|
+
--spacing-dropdown-group-padding_y:16;
|
|
819
|
+
--spacing-dropdown-group-padding_x:8;
|
|
820
|
+
--spacing-dropdown-group_title-margin_bottom:3;
|
|
821
|
+
--spacing-dropdown-group_text-margin_bottom:3;
|
|
822
|
+
--spacing-dropdown-group_item-padding_top:12;
|
|
823
|
+
--spacing-dropdown-group_item-padding_bottom:11;
|
|
824
|
+
--spacing-dropdown-state_drop-margin_right:4;
|
|
825
|
+
--spacing-dropdown-state_drop-margin_left:8;
|
|
826
|
+
--spacing-dropdown-state_icon-margin_right:6;
|
|
827
|
+
--spacing-dropdown-state_item-margin_bottom:8;
|
|
828
|
+
--icon-dropdown-primary:20;
|
|
829
|
+
--icon-dropdown-primary_select:20;
|
|
830
|
+
--icon-dropdown-secondary:20;
|
|
831
|
+
--icon-dropdown-state:24;
|
|
832
|
+
--icon-dropdown-group:20;
|
|
833
|
+
--color-dropdown-bg-default:#ffffff;
|
|
834
|
+
--color-dropdown-primary-text-default:rgba(0,0,0,.85);
|
|
835
|
+
--color-dropdown-primary-text-active:rgba(0,0,0,.85);
|
|
836
|
+
--color-dropdown-primary-text-disable:rgba(0,0,0,.3);
|
|
837
|
+
--color-dropdown-divider:rgba(0,0,0,.05);
|
|
838
|
+
--color-dropdown-secondary-text-default:rgba(0,0,0,.85);
|
|
839
|
+
--color-dropdown-secondary-text-active:#1bc47d;
|
|
840
|
+
--color-dropdown-secondary-text-disable:rgba(0,0,0,.3);
|
|
841
|
+
--color-dropdown-state-bg-default:#ffffff;
|
|
842
|
+
--color-dropdown-state-bg-active:#f7f8f9;
|
|
843
|
+
--color-dropdown-state-text-default:rgba(0,0,0,.85);
|
|
844
|
+
--color-dropdown-state-text-active:rgba(0,0,0,.85);
|
|
845
|
+
--color-dropdown-state-open:#1bc47d;
|
|
846
|
+
--color-dropdown-state-preopen:#ffa819;
|
|
847
|
+
--color-dropdown-state-close:rgba(0,0,0,.5);
|
|
848
|
+
--color-dropdown-state-fusing:rgba(0,0,0,.5);
|
|
849
|
+
--color-dropdown-state-pre_market_auction:#f459a7;
|
|
850
|
+
--color-dropdown-state-last_trading_session:#18a0fb;
|
|
851
|
+
--color-dropdown-group-title-default:rgba(0,0,0,.5);
|
|
852
|
+
--color-dropdown-group-text-default:rgba(0,0,0,.85);
|
|
853
|
+
--color-dropdown-tertiary-title:rgba(0,0,0,.5);
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
html[theme="dark"]{
|
|
857
|
+
--height-empty-card:140;
|
|
858
|
+
--spacing-empty-large-text-margin_top:16;
|
|
859
|
+
--spacing-empty-large-text-margin_bottom:18;
|
|
860
|
+
--spacing-empty-small-text-margin_top:8;
|
|
861
|
+
--spacing-empty-small-text-margin_bottom:0;
|
|
862
|
+
--color-empty-text:rgba(235,235,245,.65);
|
|
863
|
+
}
|
|
864
|
+
html{
|
|
865
|
+
--height-empty-card:140;
|
|
866
|
+
--spacing-empty-large-text-margin_top:16;
|
|
867
|
+
--spacing-empty-large-text-margin_bottom:18;
|
|
868
|
+
--spacing-empty-small-text-margin_top:8;
|
|
869
|
+
--spacing-empty-small-text-margin_bottom:0;
|
|
870
|
+
--color-empty-text:rgba(0,0,0,.5);
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
html[theme="dark"]{
|
|
874
|
+
--height-footer-devider:16;
|
|
875
|
+
--spacing-footer-padding_top:24;
|
|
876
|
+
--spacing-footer-padding_bottom:40;
|
|
877
|
+
--spacing-footer-link-margin_bottom:4;
|
|
878
|
+
}
|
|
879
|
+
html{
|
|
880
|
+
--height-footer-devider:16;
|
|
881
|
+
--spacing-footer-padding_top:24;
|
|
882
|
+
--spacing-footer-padding_bottom:40;
|
|
883
|
+
--spacing-footer-link-margin_bottom:4;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
html[theme="dark"]{
|
|
887
|
+
--height-footnav-content:56;
|
|
888
|
+
--spacing-footnav-icon-margin_top:5;
|
|
889
|
+
--spacing-footnav-icon-margin_bottom:2;
|
|
890
|
+
--icon-footnav-size:32;
|
|
891
|
+
--color-footnav-text-default:rgba(235,235,245,.65);
|
|
892
|
+
--color-footnav-text-active:#1bc47d;
|
|
893
|
+
--color-footnav-bg:#0E0E10;
|
|
894
|
+
}
|
|
895
|
+
html{
|
|
896
|
+
--height-footnav-content:56;
|
|
897
|
+
--spacing-footnav-icon-margin_top:5;
|
|
898
|
+
--spacing-footnav-icon-margin_bottom:2;
|
|
899
|
+
--icon-footnav-size:32;
|
|
900
|
+
--color-footnav-text-default:rgba(0,0,0,.65);
|
|
901
|
+
--color-footnav-text-active:#1bc47d;
|
|
902
|
+
--color-footnav-bg:#ffffff;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
html[theme="dark"]{
|
|
906
|
+
--divider-small:0.5;
|
|
907
|
+
--divider-medium:1;
|
|
908
|
+
--divider-large:3;
|
|
909
|
+
--height-super-small:28;
|
|
910
|
+
--height-extra-small:32;
|
|
911
|
+
--height-small:36;
|
|
912
|
+
--height-medium:40;
|
|
913
|
+
--height-large:44;
|
|
914
|
+
--height-extra-large:48;
|
|
915
|
+
--height-super-large:56;
|
|
916
|
+
--neutral-c0:rgba(0,0,0,0.0);
|
|
917
|
+
--neutral-c1:#ffffff;
|
|
918
|
+
--neutral-c2:#f2f2f2;
|
|
919
|
+
--neutral-c3:#eeeeee;
|
|
920
|
+
--neutral-c4:#e6e6e6;
|
|
921
|
+
--neutral-c5:#dddddd;
|
|
922
|
+
--neutral-c6:#c2c2c2;
|
|
923
|
+
--neutral-c7:#999999;
|
|
924
|
+
--neutral-c8:#7f7f7f;
|
|
925
|
+
--neutral-c9:#767680;
|
|
926
|
+
--neutral-c10:#696970;
|
|
927
|
+
--neutral-c11:#545458;
|
|
928
|
+
--neutral-c11-5:#48484A;
|
|
929
|
+
--neutral-c12:#2C2C2E;
|
|
930
|
+
--neutral-c13:#19191E;
|
|
931
|
+
--neutral-c14:#0E0E10;
|
|
932
|
+
--neutral-c15:#000000;
|
|
933
|
+
--blue_gray-c1:#f7f8f9;
|
|
934
|
+
--blue_gray-c2:#f1f2f4;
|
|
935
|
+
--blue_gray-c3:#ebedf0;
|
|
936
|
+
--blue_gray-c4:#cad2da;
|
|
937
|
+
--blue_gray-c5:#9aa9b9;
|
|
938
|
+
--blue_gray-c6:#8496AA;
|
|
939
|
+
--blue_gray-c7:#768698;
|
|
940
|
+
--blue_gray-c8:#667484;
|
|
941
|
+
--blue_gray-c9:#535F6C;
|
|
942
|
+
--blue_gray-c10:#3b444c;
|
|
943
|
+
--green-c1:#f2fffc;
|
|
944
|
+
--green-c2:#d2f3ea;
|
|
945
|
+
--green-c3:#abe7d5;
|
|
946
|
+
--green-c4:#7ddcbb;
|
|
947
|
+
--green-c5:#4bd09d;
|
|
948
|
+
--green-c6:#1bc47d;
|
|
949
|
+
--green-c7:#0da36b;
|
|
950
|
+
--green-c8:#09825a;
|
|
951
|
+
--green-c9:#0C5838;
|
|
952
|
+
--green-c10:#093E28;
|
|
953
|
+
--green-c11:#113226;
|
|
954
|
+
--green-opacity-1:rgba(27,196,125,.05);
|
|
955
|
+
--green-opacity-2:rgba(27,196,125,.1);
|
|
956
|
+
--green-opacity-3:rgba(27,196,125,.15);
|
|
957
|
+
--green-opacity-4:rgba(27,196,125,.2);
|
|
958
|
+
--red-c1:#ffeeee;
|
|
959
|
+
--red-c2:#ffdedd;
|
|
960
|
+
--red-c3:#fcc0bd;
|
|
961
|
+
--red-c4:#fa968e;
|
|
962
|
+
--red-c5:#fe6258;
|
|
963
|
+
--red-c6:#eb5c31;
|
|
964
|
+
--red-c7:#f24822;
|
|
965
|
+
--red-c8:#db2c0d;
|
|
966
|
+
--red-c9:#BB381A;
|
|
967
|
+
--red-c10:#992E16;
|
|
968
|
+
--red-c11:#6C200F;
|
|
969
|
+
--red-c12:#4D170B;
|
|
970
|
+
--red-c13:#3C1A14;
|
|
971
|
+
--red-opacity-1:rgba(235,92,49,.05);
|
|
972
|
+
--red-opacity-2:rgba(235,92,49,.1);
|
|
973
|
+
--red-opacity-3:rgba(235,92,49,.15);
|
|
974
|
+
--red-opacity-4:rgba(235,92,49,.2);
|
|
975
|
+
--blue-c1:#f2fcff;
|
|
976
|
+
--blue-c2:#d9f3fe;
|
|
977
|
+
--blue-c3:#b7e7fd;
|
|
978
|
+
--blue-c4:#8ad5fd;
|
|
979
|
+
--blue-c5:#61b8ea;
|
|
980
|
+
--blue-c6:#6CACFF;
|
|
981
|
+
--blue-c7:#5998e9;
|
|
982
|
+
--blue-c8:#18a0fb;
|
|
983
|
+
--blue-c9:#0a85cc;
|
|
984
|
+
--blue-c10:#076b9d;
|
|
985
|
+
--blue-c11:#09506f;
|
|
986
|
+
--blue-c12:#08334F;
|
|
987
|
+
--blue-opacity-1:rgba(24,160,251,.1);
|
|
988
|
+
--blue-opacity-2:rgba(24,160,251,.2);
|
|
989
|
+
--blue-opacity-3:rgba(24,160,251,.3);
|
|
990
|
+
--blue-opacity-4:rgba(24,160,251,.5);
|
|
991
|
+
--yellow-c1:#fffbe4;
|
|
992
|
+
--yellow-c2:#fff6ca;
|
|
993
|
+
--yellow-c3:#ffeea5;
|
|
994
|
+
--yellow-c4:#ffe476;
|
|
995
|
+
--yellow-c5:#ffd63d;
|
|
996
|
+
--yellow-c6:#ffc700;
|
|
997
|
+
--yellow-c7:#ffa819;
|
|
998
|
+
--yellow-c8:#d2a700;
|
|
999
|
+
--yellow-c9:#A17E00;
|
|
1000
|
+
--yellow-c10:#725900;
|
|
1001
|
+
--yellow-c11:#513F00;
|
|
1002
|
+
--yellow-c12:#4D420B;
|
|
1003
|
+
--yellow-opacity-1:rgba(255,199,0,.1);
|
|
1004
|
+
--yellow-opacity-2:rgba(255,199,0,.2);
|
|
1005
|
+
--yellow-opacity-3:rgba(255,199,0,.3);
|
|
1006
|
+
--yellow-opacity-4:rgba(255,199,0,.5);
|
|
1007
|
+
--orange-c1:#fff3ec;
|
|
1008
|
+
--orange-c2:#ffd9c3;
|
|
1009
|
+
--orange-c3:#ffbd8e;
|
|
1010
|
+
--orange-c4:#ffa361;
|
|
1011
|
+
--orange-c5:#ff863c;
|
|
1012
|
+
--orange-c6:#ff733c;
|
|
1013
|
+
--orange-c7:#E47836;
|
|
1014
|
+
--orange-c8:#A15526;
|
|
1015
|
+
--orange-c9:#723C1B;
|
|
1016
|
+
--orange-c10:#512A13;
|
|
1017
|
+
--orange-c11:#3E2619;
|
|
1018
|
+
--orange-opacity-1:rgba(255,134,60,.1);
|
|
1019
|
+
--orange-opacity-2:rgba(255,134,60,.2);
|
|
1020
|
+
--orange-opacity-3:rgba(255,134,60,.3);
|
|
1021
|
+
--orange-opacity-4:rgba(255,134,60,.5);
|
|
1022
|
+
--purple-c1:#F2F5FF;
|
|
1023
|
+
--purple-c2:#EBEBF5;
|
|
1024
|
+
--purple-c3:#e1e0ff;
|
|
1025
|
+
--purple-c4:#cac7ff;
|
|
1026
|
+
--purple-c5:#aca3ff;
|
|
1027
|
+
--purple-c6:#907cff;
|
|
1028
|
+
--purple-c7:#8165ff;
|
|
1029
|
+
--purple-c8:#644EC6;
|
|
1030
|
+
--purple-c9:#5240A1;
|
|
1031
|
+
--purple-c10:#3A2D72;
|
|
1032
|
+
--purple-c11:#292051;
|
|
1033
|
+
--purple-opacity-1:rgba(144,124,255,.1);
|
|
1034
|
+
--purple-opacity-2:rgba(144,124,255,.2);
|
|
1035
|
+
--purple-opacity-3:rgba(144,124,255,.3);
|
|
1036
|
+
--purple-opacity-4:rgba(144,124,255,.5);
|
|
1037
|
+
--teal-c1:#edfbf9;
|
|
1038
|
+
--teal-c2:#c6f1eb;
|
|
1039
|
+
--teal-c3:#aaebe2;
|
|
1040
|
+
--teal-c4:#84e2d5;
|
|
1041
|
+
--teal-c5:#6cdccd;
|
|
1042
|
+
--teal-c6:#64e8c6;
|
|
1043
|
+
--teal-c7:#47d3c0;
|
|
1044
|
+
--teal-c8:#2D8579;
|
|
1045
|
+
--teal-c9:#205E56;
|
|
1046
|
+
--teal-c10:#16433D;
|
|
1047
|
+
--teal-c11:#193533;
|
|
1048
|
+
--teal-opacity-1:rgba(71,211,192,.1);
|
|
1049
|
+
--teal-opacity-2:rgba(71,211,192,.2);
|
|
1050
|
+
--teal-opacity-3:rgba(71,211,192,.3);
|
|
1051
|
+
--teal-opacity-4:rgba(71,211,192,.5);
|
|
1052
|
+
--cyan-c1:#e6f8fa;
|
|
1053
|
+
--cyan-c2:#b0e8f0;
|
|
1054
|
+
--cyan-c3:#8adde8;
|
|
1055
|
+
--cyan-c4:#54cdde;
|
|
1056
|
+
--cyan-c5:#33d8d5;
|
|
1057
|
+
--cyan-c6:#00B5CE;
|
|
1058
|
+
--cyan-c7:#00A5BB;
|
|
1059
|
+
--cyan-c8:#008192;
|
|
1060
|
+
--cyan-c9:#00515C;
|
|
1061
|
+
--cyan-c10:#003941;
|
|
1062
|
+
--cyan-c11:#0B2F36;
|
|
1063
|
+
--cyan-opacity-1:rgba(0,165,187,.1);
|
|
1064
|
+
--cyan-opacity-2:rgba(0,165,187,.2);
|
|
1065
|
+
--cyan-opacity-3:rgba(0,165,187,.3);
|
|
1066
|
+
--cyan-opacity-4:rgba(0,165,187,.5);
|
|
1067
|
+
--pink-c1:#fff2f9;
|
|
1068
|
+
--pink-c2:#fde6f3;
|
|
1069
|
+
--pink-c3:#fbd0e7;
|
|
1070
|
+
--pink-c4:#f8b0d6;
|
|
1071
|
+
--pink-c5:#f686c0;
|
|
1072
|
+
--pink-c6:#f459a7;
|
|
1073
|
+
--pink-c7:#DA5095;
|
|
1074
|
+
--pink-c8:#BD4581;
|
|
1075
|
+
--pink-c9:#9A386A;
|
|
1076
|
+
--pink-c10:#6D284B;
|
|
1077
|
+
--pink-c11:#53243D;
|
|
1078
|
+
--pink-opacity-1:rgba(244,89,167,.1);
|
|
1079
|
+
--pink-opacity-2:rgba(244,89,167,.2);
|
|
1080
|
+
--pink-opacity-3:rgba(244,89,167,.3);
|
|
1081
|
+
--pink-opacity-4:rgba(244,89,167,.5);
|
|
1082
|
+
--olive-c1:#f9fae9;
|
|
1083
|
+
--olive-c2:#eff6d6;
|
|
1084
|
+
--olive-c3:#def1b9;
|
|
1085
|
+
--olive-c4:#c4ed94;
|
|
1086
|
+
--olive-c5:#a6e86c;
|
|
1087
|
+
--olive-c6:#76db5b;
|
|
1088
|
+
--olive-c7:#77c13f;
|
|
1089
|
+
--olive-c8:#699344;
|
|
1090
|
+
--olive-c9:#4A6830;
|
|
1091
|
+
--olive-c10:#344922;
|
|
1092
|
+
--olive-c11:#2C3A22;
|
|
1093
|
+
--olive-opacity-1:rgba(166,232,108,.1);
|
|
1094
|
+
--olive-opacity-2:rgba(166,232,108,.2);
|
|
1095
|
+
--olive-opacity-3:rgba(166,232,108,.3);
|
|
1096
|
+
--olive-opacity-4:rgba(166,232,108,.5);
|
|
1097
|
+
--shadow-s1:0px 2px 2px rgba(0,0,0,.05);
|
|
1098
|
+
--shadow-s2:0px 2px 8px rgba(0,0,0,.05);
|
|
1099
|
+
--shadow-s3:0px 2px 16px rgba(0,0,0,.05);
|
|
1100
|
+
--border-radius-super-small:1;
|
|
1101
|
+
--border-radius-extra-small:2;
|
|
1102
|
+
--border-radius-small:4;
|
|
1103
|
+
--border-radius-medium:6;
|
|
1104
|
+
--border-radius-large:10;
|
|
1105
|
+
--border-radius-extra-large:12;
|
|
1106
|
+
--border-radius-super-large:14;
|
|
1107
|
+
--icon-super-small:8;
|
|
1108
|
+
--icon-extra-small:12;
|
|
1109
|
+
--icon-small:16;
|
|
1110
|
+
--icon-medium:20;
|
|
1111
|
+
--icon-large:24;
|
|
1112
|
+
--icon-extra-large:32;
|
|
1113
|
+
--icon-super-large:40;
|
|
1114
|
+
--opacity-05:5%;
|
|
1115
|
+
--opacity-10:10%;
|
|
1116
|
+
--opacity-15:15%;
|
|
1117
|
+
--opacity-20:20%;
|
|
1118
|
+
--opacity-30:30%;
|
|
1119
|
+
--opacity-50:50%;
|
|
1120
|
+
--spacing-none:0;
|
|
1121
|
+
--opacity-85:85%;
|
|
1122
|
+
--spacing-super-tight:2;
|
|
1123
|
+
--spacing-extra-tight:4;
|
|
1124
|
+
--spacing-tight:8;
|
|
1125
|
+
--spacing-base-tight:12;
|
|
1126
|
+
--spacing-base:16;
|
|
1127
|
+
--spacing-base-loose:20;
|
|
1128
|
+
--spacing-loose:24;
|
|
1129
|
+
--spacing-extra-loose:32;
|
|
1130
|
+
--spacing-super-loose:40;
|
|
1131
|
+
--font-sf:SF Pro;
|
|
1132
|
+
--font-pf:PingFang SC;
|
|
1133
|
+
--font-line-height-auto:AUTO;
|
|
1134
|
+
--font-line-height-tight:18;
|
|
1135
|
+
--font-line-height-base-tight:21;
|
|
1136
|
+
--font-line-height-base:24;
|
|
1137
|
+
--font-line-height-base-loose:27;
|
|
1138
|
+
--font-weight-regular:400;
|
|
1139
|
+
--font-weight-semibold:600;
|
|
1140
|
+
--font-weight-bold:700;
|
|
1141
|
+
--font-size-a:11;
|
|
1142
|
+
--font-size-b:12;
|
|
1143
|
+
--font-size-c:14;
|
|
1144
|
+
--font-size-d:16;
|
|
1145
|
+
--font-size-e:18;
|
|
1146
|
+
--font-size-f:22;
|
|
1147
|
+
--font-size-g:28;
|
|
1148
|
+
--font-size-h:34;
|
|
1149
|
+
--font-size-i:42;
|
|
1150
|
+
--font-size-j:15;
|
|
1151
|
+
--font-size-q:20;
|
|
1152
|
+
--en-single-f-a-r-fontFamily: SF Pro;
|
|
1153
|
+
--en-single-f-a-r-fontWeight: 400;
|
|
1154
|
+
--en-single-f-a-r-lineHeight: AUTO;
|
|
1155
|
+
--en-single-f-a-r-fontSize: 11;
|
|
1156
|
+
--en-single-f-b-r-fontFamily: SF Pro;
|
|
1157
|
+
--en-single-f-b-r-fontWeight: 400;
|
|
1158
|
+
--en-single-f-b-r-lineHeight: AUTO;
|
|
1159
|
+
--en-single-f-b-r-fontSize: 12;
|
|
1160
|
+
--en-single-f-c-r-fontFamily: SF Pro;
|
|
1161
|
+
--en-single-f-c-r-fontWeight: 400;
|
|
1162
|
+
--en-single-f-c-r-lineHeight: AUTO;
|
|
1163
|
+
--en-single-f-c-r-fontSize: 14;
|
|
1164
|
+
--en-single-f-j-r-fontFamily: SF Pro;
|
|
1165
|
+
--en-single-f-j-r-fontWeight: 400;
|
|
1166
|
+
--en-single-f-j-r-lineHeight: AUTO;
|
|
1167
|
+
--en-single-f-j-r-fontSize: 15;
|
|
1168
|
+
--en-single-f-d-r-fontFamily: SF Pro;
|
|
1169
|
+
--en-single-f-d-r-fontWeight: 400;
|
|
1170
|
+
--en-single-f-d-r-lineHeight: AUTO;
|
|
1171
|
+
--en-single-f-d-r-fontSize: 16;
|
|
1172
|
+
--en-single-f-e-r-fontFamily: SF Pro;
|
|
1173
|
+
--en-single-f-e-r-fontWeight: 400;
|
|
1174
|
+
--en-single-f-e-r-lineHeight: AUTO;
|
|
1175
|
+
--en-single-f-e-r-fontSize: 18;
|
|
1176
|
+
--en-single-f-a-s-fontFamily: SF Pro;
|
|
1177
|
+
--en-single-f-a-s-fontWeight: 600;
|
|
1178
|
+
--en-single-f-a-s-lineHeight: AUTO;
|
|
1179
|
+
--en-single-f-a-s-fontSize: 11;
|
|
1180
|
+
--en-single-f-b-s-fontFamily: SF Pro;
|
|
1181
|
+
--en-single-f-b-s-fontWeight: 600;
|
|
1182
|
+
--en-single-f-b-s-lineHeight: AUTO;
|
|
1183
|
+
--en-single-f-b-s-fontSize: 12;
|
|
1184
|
+
--en-single-f-c-s-fontFamily: SF Pro;
|
|
1185
|
+
--en-single-f-c-s-fontWeight: 600;
|
|
1186
|
+
--en-single-f-c-s-lineHeight: AUTO;
|
|
1187
|
+
--en-single-f-c-s-fontSize: 14;
|
|
1188
|
+
--en-single-f-d-s-fontFamily: SF Pro;
|
|
1189
|
+
--en-single-f-d-s-fontWeight: 600;
|
|
1190
|
+
--en-single-f-d-s-lineHeight: AUTO;
|
|
1191
|
+
--en-single-f-d-s-fontSize: 16;
|
|
1192
|
+
--en-single-f-e-s-fontFamily: SF Pro;
|
|
1193
|
+
--en-single-f-e-s-fontWeight: 600;
|
|
1194
|
+
--en-single-f-e-s-lineHeight: AUTO;
|
|
1195
|
+
--en-single-f-e-s-fontSize: 18;
|
|
1196
|
+
--en-single-f-f-b-fontFamily: SF Pro;
|
|
1197
|
+
--en-single-f-f-b-fontWeight: 700;
|
|
1198
|
+
--en-single-f-f-b-lineHeight: AUTO;
|
|
1199
|
+
--en-single-f-f-b-fontSize: 22;
|
|
1200
|
+
--en-single-f-g-b-fontFamily: SF Pro;
|
|
1201
|
+
--en-single-f-g-b-fontWeight: 700;
|
|
1202
|
+
--en-single-f-g-b-lineHeight: AUTO;
|
|
1203
|
+
--en-single-f-g-b-fontSize: 28;
|
|
1204
|
+
--en-single-f-h-b-fontFamily: SF Pro;
|
|
1205
|
+
--en-single-f-h-b-fontWeight: 700;
|
|
1206
|
+
--en-single-f-h-b-lineHeight: AUTO;
|
|
1207
|
+
--en-single-f-h-b-fontSize: 34;
|
|
1208
|
+
--en-single-f-i-b-fontFamily: SF Pro;
|
|
1209
|
+
--en-single-f-i-b-fontWeight: 700;
|
|
1210
|
+
--en-single-f-i-b-lineHeight: AUTO;
|
|
1211
|
+
--en-single-f-i-b-fontSize: 42;
|
|
1212
|
+
--en-single-f-j-s-fontFamily: SF Pro;
|
|
1213
|
+
--en-single-f-j-s-fontWeight: 600;
|
|
1214
|
+
--en-single-f-j-s-lineHeight: AUTO;
|
|
1215
|
+
--en-single-f-j-s-fontSize: 15;
|
|
1216
|
+
--en-single-f-l-s-fontFamily: SF Pro;
|
|
1217
|
+
--en-single-f-l-s-fontWeight: 600;
|
|
1218
|
+
--en-single-f-l-s-lineHeight: AUTO;
|
|
1219
|
+
--en-single-f-l-s-fontSize: 10;
|
|
1220
|
+
--en-multi-f-b-r-fontFamily: SF Pro;
|
|
1221
|
+
--en-multi-f-b-r-fontWeight: 400;
|
|
1222
|
+
--en-multi-f-b-r-lineHeight: 18;
|
|
1223
|
+
--en-multi-f-b-r-fontSize: 12;
|
|
1224
|
+
--en-multi-f-c-r-fontFamily: SF Pro;
|
|
1225
|
+
--en-multi-f-c-r-fontWeight: 400;
|
|
1226
|
+
--en-multi-f-c-r-lineHeight: 21;
|
|
1227
|
+
--en-multi-f-c-r-fontSize: 14;
|
|
1228
|
+
--en-multi-f-d-r-fontFamily: SF Pro;
|
|
1229
|
+
--en-multi-f-d-r-fontWeight: 400;
|
|
1230
|
+
--en-multi-f-d-r-lineHeight: 24;
|
|
1231
|
+
--en-multi-f-d-r-fontSize: 16;
|
|
1232
|
+
--en-multi-f-e-r-fontFamily: SF Pro;
|
|
1233
|
+
--en-multi-f-e-r-fontWeight: 400;
|
|
1234
|
+
--en-multi-f-e-r-lineHeight: 24;
|
|
1235
|
+
--en-multi-f-e-r-fontSize: 18;
|
|
1236
|
+
--en-multi-f-c-s-fontFamily: SF Pro;
|
|
1237
|
+
--en-multi-f-c-s-fontWeight: 600;
|
|
1238
|
+
--en-multi-f-c-s-lineHeight: 21;
|
|
1239
|
+
--en-multi-f-c-s-fontSize: 14;
|
|
1240
|
+
--en-multi-f-d-s-fontFamily: SF Pro;
|
|
1241
|
+
--en-multi-f-d-s-fontWeight: 600;
|
|
1242
|
+
--en-multi-f-d-s-lineHeight: 24;
|
|
1243
|
+
--en-multi-f-d-s-fontSize: 16;
|
|
1244
|
+
--en-multi-f-e-s-fontFamily: SF Pro;
|
|
1245
|
+
--en-multi-f-e-s-fontWeight: 600;
|
|
1246
|
+
--en-multi-f-e-s-lineHeight: 24;
|
|
1247
|
+
--en-multi-f-e-s-fontSize: 18;
|
|
1248
|
+
--en-multi-f-q-b-fontFamily: SF Pro;
|
|
1249
|
+
--en-multi-f-q-b-fontWeight: 700;
|
|
1250
|
+
--en-multi-f-q-b-lineHeight: 27;
|
|
1251
|
+
--en-multi-f-q-b-fontSize: 20;
|
|
1252
|
+
--cn-single-f-f-b-fontFamily: PingFang SC;
|
|
1253
|
+
--cn-single-f-f-b-fontWeight: 600;
|
|
1254
|
+
--cn-single-f-f-b-lineHeight: AUTO;
|
|
1255
|
+
--cn-single-f-f-b-fontSize: 22;
|
|
1256
|
+
--cn-single-f-g-b-fontFamily: PingFang SC;
|
|
1257
|
+
--cn-single-f-g-b-fontWeight: 600;
|
|
1258
|
+
--cn-single-f-g-b-lineHeight: AUTO;
|
|
1259
|
+
--cn-single-f-g-b-fontSize: 28;
|
|
1260
|
+
--cn-single-f-i-b-fontFamily: PingFang SC;
|
|
1261
|
+
--cn-single-f-i-b-fontWeight: 600;
|
|
1262
|
+
--cn-single-f-i-b-lineHeight: AUTO;
|
|
1263
|
+
--cn-single-f-i-b-fontSize: 42;
|
|
1264
|
+
--cn-single-f-q-b-fontFamily: PingFang SC;
|
|
1265
|
+
--cn-single-f-q-b-fontWeight: 600;
|
|
1266
|
+
--cn-single-f-q-b-lineHeight: AUTO;
|
|
1267
|
+
--cn-single-f-q-b-fontSize: 20;
|
|
1268
|
+
--cn-multi-f-e-r-fontFamily: PingFang SC;
|
|
1269
|
+
--cn-multi-f-e-r-fontWeight: 400;
|
|
1270
|
+
--cn-multi-f-e-r-lineHeight: 27;
|
|
1271
|
+
--cn-multi-f-e-r-fontSize: 18;
|
|
1272
|
+
--cn-multi-f-e-s-fontFamily: PingFang SC;
|
|
1273
|
+
--cn-multi-f-e-s-fontWeight: 600;
|
|
1274
|
+
--cn-multi-f-e-s-lineHeight: 27;
|
|
1275
|
+
--cn-multi-f-e-s-fontSize: 18;
|
|
1276
|
+
--border-super-small:0.5;
|
|
1277
|
+
--border-extra-small:1;
|
|
1278
|
+
--border-small:1.5;
|
|
1279
|
+
--border-medium:2;
|
|
1280
|
+
--border-radius-super-full:999;
|
|
1281
|
+
--font-size-l:10;
|
|
1282
|
+
--black-opacity-3:rgba(0,0,0,.15);
|
|
1283
|
+
--black-opacity-6:rgba(0,0,0,.3);
|
|
1284
|
+
--white-opacity-3:rgba(255,255,255,.15);
|
|
1285
|
+
--divider-color-default-1:rgba(84,84,88,.35);
|
|
1286
|
+
--divider-color-default-2:rgba(84,84,88,.85);
|
|
1287
|
+
--divider-color-hover:rgba(255,255,255,.85);
|
|
1288
|
+
--divider-color-reverse-1:rgba(0,0,0,.05);
|
|
1289
|
+
--divider-color-reverse-2:rgba(0,0,0,.15);
|
|
1290
|
+
--primary-color:#1bc47d;
|
|
1291
|
+
--primary-color-press:#09825a;
|
|
1292
|
+
--primary-color-disable:rgba(27,196,125,.25);
|
|
1293
|
+
--primary-color-light:#113226;
|
|
1294
|
+
--primary-color-light-press:#093E28;
|
|
1295
|
+
--secondary-color:#00B5CE;
|
|
1296
|
+
--secondary-color-press:#008192;
|
|
1297
|
+
--secondary-color-disable:rgba(0,181,206,.25);
|
|
1298
|
+
--secondary-color-light:#0B2F36;
|
|
1299
|
+
--secondary-color-light-press:#003941;
|
|
1300
|
+
--shadow-color:rgba(0,0,0,.80);
|
|
1301
|
+
--text-color-h1:#F2F5FF;
|
|
1302
|
+
--text-color-h2:rgba(235,235,245,.65);
|
|
1303
|
+
--text-color-h3:rgba(235,235,245,.3);
|
|
1304
|
+
--text-color-highlight:#1bc47d;
|
|
1305
|
+
--text-color-highlight-press:#09825a;
|
|
1306
|
+
--text-color-highlight-disable:rgba(27,196,125,.25);
|
|
1307
|
+
--text-color-link:#5998e9;
|
|
1308
|
+
--text-color-link-press:#076b9d;
|
|
1309
|
+
--text-color-link-disable:rgba(89,152,233,.25);
|
|
1310
|
+
--text-color-reverse:#ffffff;
|
|
1311
|
+
--text-color-reverse2:rgba(255,255,255,.6);
|
|
1312
|
+
--text-color-reverse3:rgba(255,255,255,.3);
|
|
1313
|
+
--bg-color-1:#0E0E10;
|
|
1314
|
+
--bg-color-2:#19191E;
|
|
1315
|
+
--bg-color-3:rgba(118,118,128,.14);
|
|
1316
|
+
--bg-color-4:rgba(118,118,128,.24);
|
|
1317
|
+
--bg-color-mask:rgba(0,0,0,.6);
|
|
1318
|
+
--bg-color-mask-light:rgba(0,0,0,.15);
|
|
1319
|
+
--bg-grouped-color-1:#0E0E10;
|
|
1320
|
+
--bg-grouped-color-2:#19191E;
|
|
1321
|
+
--bg-grouped-color-3:rgba(118,118,128,.14);
|
|
1322
|
+
--rise-color:#1bc47d;
|
|
1323
|
+
--rise-color-press:#0da36b;
|
|
1324
|
+
--rise-color-disable:rgba(27,196,125,.3);
|
|
1325
|
+
--rise-color-light:rgba(27,196,125,.05);
|
|
1326
|
+
--rise-color-light-hover:rgba(27,196,125,.15);
|
|
1327
|
+
--rise-color-light-press:rgba(27,196,125,.2);
|
|
1328
|
+
--fall-color:#f24822;
|
|
1329
|
+
--fall-color-press:#db2c0d;
|
|
1330
|
+
--fall-color-disable:rgba(242,72,34,.3);
|
|
1331
|
+
--fall-color-light:rgba(242,72,34,.05);
|
|
1332
|
+
--fall-color-light-hover:rgba(242,72,34,.15);
|
|
1333
|
+
--fall-color-light-press:rgba(242,72,34,.2);
|
|
1334
|
+
--tips-color-success:#1bc47d;
|
|
1335
|
+
--tips-color-success-press:#09825a;
|
|
1336
|
+
--tips-color-success-disable:rgba(27,196,125,.25);
|
|
1337
|
+
--tips-color-success_light:#113226;
|
|
1338
|
+
--tips-color-success_light-press:#093E28;
|
|
1339
|
+
--tips-color-tips:#ffc700;
|
|
1340
|
+
--tips-color-tips-press:#ffa819;
|
|
1341
|
+
--tips-color-tips-disable:rgba(255,199,0,.3);
|
|
1342
|
+
--tips-color-tips-light:#4D420B;
|
|
1343
|
+
--tips-color-tips-light-press:#513F00;
|
|
1344
|
+
--tips-color-warning:#eb5c31;
|
|
1345
|
+
--tips-color-warning-press:#db2c0d;
|
|
1346
|
+
--tips-color-warning-disable:rgba(235,92,49,.25);
|
|
1347
|
+
--tips-color-warning-light:#3C1A14;
|
|
1348
|
+
--tips-color-warning-light-press:#4D170B;
|
|
1349
|
+
--chart-color-1:#61b8ea;
|
|
1350
|
+
--chart-color-2:#33d8d5;
|
|
1351
|
+
--chart-color-3:#64e8c6;
|
|
1352
|
+
--chart-color-4:#a6e86c;
|
|
1353
|
+
--chart-color-5:#ffc700;
|
|
1354
|
+
--chart-color-6:#ffa819;
|
|
1355
|
+
--chart-color-7:#ff863c;
|
|
1356
|
+
--chart-color-8:#7f7f7f;
|
|
1357
|
+
--chart-color-9:#fe6258;
|
|
1358
|
+
--chart-color-10:#f459a7;
|
|
1359
|
+
--chart-color-11:rgba(27,196,125,.85);
|
|
1360
|
+
--chart-color-12:rgba(27,196,125,.5);
|
|
1361
|
+
--chart-color-13:rgba(27,196,125,.3);
|
|
1362
|
+
--chart-color-14:rgba(242,72,34,.85);
|
|
1363
|
+
--chart-color-15:rgba(242,72,34,.5);
|
|
1364
|
+
--chart-color-16:rgba(242,72,34,.3);
|
|
1365
|
+
--chart-line-color-1:#7f7f7f;
|
|
1366
|
+
--chart-line-color-2:#ffa819;
|
|
1367
|
+
--chart-line-color-3:#18a0fb;
|
|
1368
|
+
--chart-line-color-4:#f459a7;
|
|
1369
|
+
--chart-line-color-5:#47d3c0;
|
|
1370
|
+
--chart-line-color-6:#76db5b;
|
|
1371
|
+
--chart-line-color-7:#8165ff;
|
|
1372
|
+
--chart-line-color-8:#ff733c;
|
|
1373
|
+
--chart-line-color-9:#00A5BB;
|
|
1374
|
+
--chart-line-color-10:rgba(235,235,245,.30);
|
|
1375
|
+
--chart-column-color-1:#47d3c0;
|
|
1376
|
+
--chart-column-color-2:#5998e9;
|
|
1377
|
+
--color-quotes-stock_chart_indicator-bg:rgba(14,14,16,.8);
|
|
1378
|
+
--color-quotes-stock_chart_point-bg:rgba(11,47,54,.8);
|
|
1379
|
+
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-bg:#F2F5FF;
|
|
1380
|
+
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-text:rgba(0,0,0,.85);
|
|
1381
|
+
--color-trade-account_head_card_my-bg:#3A2D72;
|
|
1382
|
+
--color-trade-account_head_card_ar-bg:#09825a;
|
|
1383
|
+
}
|
|
1384
|
+
html{
|
|
1385
|
+
--divider-small:0.5;
|
|
1386
|
+
--divider-medium:1;
|
|
1387
|
+
--divider-large:3;
|
|
1388
|
+
--height-super-small:28;
|
|
1389
|
+
--height-extra-small:32;
|
|
1390
|
+
--height-small:36;
|
|
1391
|
+
--height-medium:40;
|
|
1392
|
+
--height-large:44;
|
|
1393
|
+
--height-extra-large:48;
|
|
1394
|
+
--height-super-large:56;
|
|
1395
|
+
--neutral-c0:rgba(0,0,0,0.0);
|
|
1396
|
+
--neutral-c1:#ffffff;
|
|
1397
|
+
--neutral-c2:#f2f2f2;
|
|
1398
|
+
--neutral-c3:#eeeeee;
|
|
1399
|
+
--neutral-c4:#e6e6e6;
|
|
1400
|
+
--neutral-c5:#dddddd;
|
|
1401
|
+
--neutral-c6:#c2c2c2;
|
|
1402
|
+
--neutral-c7:#999999;
|
|
1403
|
+
--neutral-c8:#7f7f7f;
|
|
1404
|
+
--neutral-c9:#767680;
|
|
1405
|
+
--neutral-c10:#696970;
|
|
1406
|
+
--neutral-c11:#545458;
|
|
1407
|
+
--neutral-c11-5:#48484A;
|
|
1408
|
+
--neutral-c12:#2C2C2E;
|
|
1409
|
+
--neutral-c13:#19191E;
|
|
1410
|
+
--neutral-c14:#0E0E10;
|
|
1411
|
+
--neutral-c15:#000000;
|
|
1412
|
+
--blue_gray-c1:#f7f8f9;
|
|
1413
|
+
--blue_gray-c2:#f1f2f4;
|
|
1414
|
+
--blue_gray-c3:#ebedf0;
|
|
1415
|
+
--blue_gray-c4:#cad2da;
|
|
1416
|
+
--blue_gray-c5:#9aa9b9;
|
|
1417
|
+
--blue_gray-c6:#8496AA;
|
|
1418
|
+
--blue_gray-c7:#768698;
|
|
1419
|
+
--blue_gray-c8:#667484;
|
|
1420
|
+
--blue_gray-c9:#535F6C;
|
|
1421
|
+
--blue_gray-c10:#3b444c;
|
|
1422
|
+
--green-c1:#f2fffc;
|
|
1423
|
+
--green-c2:#d2f3ea;
|
|
1424
|
+
--green-c3:#abe7d5;
|
|
1425
|
+
--green-c4:#7ddcbb;
|
|
1426
|
+
--green-c5:#4bd09d;
|
|
1427
|
+
--green-c6:#1bc47d;
|
|
1428
|
+
--green-c7:#0da36b;
|
|
1429
|
+
--green-c8:#09825a;
|
|
1430
|
+
--green-c9:#0C5838;
|
|
1431
|
+
--green-c10:#093E28;
|
|
1432
|
+
--green-c11:#113226;
|
|
1433
|
+
--green-opacity-1:rgba(27,196,125,.05);
|
|
1434
|
+
--green-opacity-2:rgba(27,196,125,.1);
|
|
1435
|
+
--green-opacity-3:rgba(27,196,125,.15);
|
|
1436
|
+
--green-opacity-4:rgba(27,196,125,.2);
|
|
1437
|
+
--red-c1:#ffeeee;
|
|
1438
|
+
--red-c2:#ffdedd;
|
|
1439
|
+
--red-c3:#fcc0bd;
|
|
1440
|
+
--red-c4:#fa968e;
|
|
1441
|
+
--red-c5:#fe6258;
|
|
1442
|
+
--red-c6:#eb5c31;
|
|
1443
|
+
--red-c7:#f24822;
|
|
1444
|
+
--red-c8:#db2c0d;
|
|
1445
|
+
--red-c9:#BB381A;
|
|
1446
|
+
--red-c10:#992E16;
|
|
1447
|
+
--red-c11:#6C200F;
|
|
1448
|
+
--red-c12:#4D170B;
|
|
1449
|
+
--red-c13:#3C1A14;
|
|
1450
|
+
--red-opacity-1:rgba(235,92,49,.05);
|
|
1451
|
+
--red-opacity-2:rgba(235,92,49,.1);
|
|
1452
|
+
--red-opacity-3:rgba(235,92,49,.15);
|
|
1453
|
+
--red-opacity-4:rgba(235,92,49,.2);
|
|
1454
|
+
--blue-c1:#f2fcff;
|
|
1455
|
+
--blue-c2:#d9f3fe;
|
|
1456
|
+
--blue-c3:#b7e7fd;
|
|
1457
|
+
--blue-c4:#8ad5fd;
|
|
1458
|
+
--blue-c5:#61b8ea;
|
|
1459
|
+
--blue-c6:#6CACFF;
|
|
1460
|
+
--blue-c7:#5998e9;
|
|
1461
|
+
--blue-c8:#18a0fb;
|
|
1462
|
+
--blue-c9:#0a85cc;
|
|
1463
|
+
--blue-c10:#076b9d;
|
|
1464
|
+
--blue-c11:#09506f;
|
|
1465
|
+
--blue-c12:#08334F;
|
|
1466
|
+
--blue-opacity-1:rgba(24,160,251,.1);
|
|
1467
|
+
--blue-opacity-2:rgba(24,160,251,.2);
|
|
1468
|
+
--blue-opacity-3:rgba(24,160,251,.3);
|
|
1469
|
+
--blue-opacity-4:rgba(24,160,251,.5);
|
|
1470
|
+
--yellow-c1:#fffbe4;
|
|
1471
|
+
--yellow-c2:#fff6ca;
|
|
1472
|
+
--yellow-c3:#ffeea5;
|
|
1473
|
+
--yellow-c4:#ffe476;
|
|
1474
|
+
--yellow-c5:#ffd63d;
|
|
1475
|
+
--yellow-c6:#ffc700;
|
|
1476
|
+
--yellow-c7:#ffa819;
|
|
1477
|
+
--yellow-c8:#d2a700;
|
|
1478
|
+
--yellow-c9:#A17E00;
|
|
1479
|
+
--yellow-c10:#725900;
|
|
1480
|
+
--yellow-c11:#513F00;
|
|
1481
|
+
--yellow-c12:#4D420B;
|
|
1482
|
+
--yellow-opacity-1:rgba(255,199,0,.1);
|
|
1483
|
+
--yellow-opacity-2:rgba(255,199,0,.2);
|
|
1484
|
+
--yellow-opacity-3:rgba(255,199,0,.3);
|
|
1485
|
+
--yellow-opacity-4:rgba(255,199,0,.5);
|
|
1486
|
+
--orange-c1:#fff3ec;
|
|
1487
|
+
--orange-c2:#ffd9c3;
|
|
1488
|
+
--orange-c3:#ffbd8e;
|
|
1489
|
+
--orange-c4:#ffa361;
|
|
1490
|
+
--orange-c5:#ff863c;
|
|
1491
|
+
--orange-c6:#ff733c;
|
|
1492
|
+
--orange-c7:#E47836;
|
|
1493
|
+
--orange-c8:#A15526;
|
|
1494
|
+
--orange-c9:#723C1B;
|
|
1495
|
+
--orange-c10:#512A13;
|
|
1496
|
+
--orange-c11:#3E2619;
|
|
1497
|
+
--orange-opacity-1:rgba(255,134,60,.1);
|
|
1498
|
+
--orange-opacity-2:rgba(255,134,60,.2);
|
|
1499
|
+
--orange-opacity-3:rgba(255,134,60,.3);
|
|
1500
|
+
--orange-opacity-4:rgba(255,134,60,.5);
|
|
1501
|
+
--purple-c1:#F2F5FF;
|
|
1502
|
+
--purple-c2:#EBEBF5;
|
|
1503
|
+
--purple-c3:#e1e0ff;
|
|
1504
|
+
--purple-c4:#cac7ff;
|
|
1505
|
+
--purple-c5:#aca3ff;
|
|
1506
|
+
--purple-c6:#907cff;
|
|
1507
|
+
--purple-c7:#8165ff;
|
|
1508
|
+
--purple-c8:#644EC6;
|
|
1509
|
+
--purple-c9:#5240A1;
|
|
1510
|
+
--purple-c10:#3A2D72;
|
|
1511
|
+
--purple-c11:#292051;
|
|
1512
|
+
--purple-opacity-1:rgba(144,124,255,.1);
|
|
1513
|
+
--purple-opacity-2:rgba(144,124,255,.2);
|
|
1514
|
+
--purple-opacity-3:rgba(144,124,255,.3);
|
|
1515
|
+
--purple-opacity-4:rgba(144,124,255,.5);
|
|
1516
|
+
--teal-c1:#edfbf9;
|
|
1517
|
+
--teal-c2:#c6f1eb;
|
|
1518
|
+
--teal-c3:#aaebe2;
|
|
1519
|
+
--teal-c4:#84e2d5;
|
|
1520
|
+
--teal-c5:#6cdccd;
|
|
1521
|
+
--teal-c6:#64e8c6;
|
|
1522
|
+
--teal-c7:#47d3c0;
|
|
1523
|
+
--teal-c8:#2D8579;
|
|
1524
|
+
--teal-c9:#205E56;
|
|
1525
|
+
--teal-c10:#16433D;
|
|
1526
|
+
--teal-c11:#193533;
|
|
1527
|
+
--teal-opacity-1:rgba(71,211,192,.1);
|
|
1528
|
+
--teal-opacity-2:rgba(71,211,192,.2);
|
|
1529
|
+
--teal-opacity-3:rgba(71,211,192,.3);
|
|
1530
|
+
--teal-opacity-4:rgba(71,211,192,.5);
|
|
1531
|
+
--cyan-c1:#e6f8fa;
|
|
1532
|
+
--cyan-c2:#b0e8f0;
|
|
1533
|
+
--cyan-c3:#8adde8;
|
|
1534
|
+
--cyan-c4:#54cdde;
|
|
1535
|
+
--cyan-c5:#33d8d5;
|
|
1536
|
+
--cyan-c6:#00B5CE;
|
|
1537
|
+
--cyan-c7:#00A5BB;
|
|
1538
|
+
--cyan-c8:#008192;
|
|
1539
|
+
--cyan-c9:#00515C;
|
|
1540
|
+
--cyan-c10:#003941;
|
|
1541
|
+
--cyan-c11:#0B2F36;
|
|
1542
|
+
--cyan-opacity-1:rgba(0,165,187,.1);
|
|
1543
|
+
--cyan-opacity-2:rgba(0,165,187,.2);
|
|
1544
|
+
--cyan-opacity-3:rgba(0,165,187,.3);
|
|
1545
|
+
--cyan-opacity-4:rgba(0,165,187,.5);
|
|
1546
|
+
--pink-c1:#fff2f9;
|
|
1547
|
+
--pink-c2:#fde6f3;
|
|
1548
|
+
--pink-c3:#fbd0e7;
|
|
1549
|
+
--pink-c4:#f8b0d6;
|
|
1550
|
+
--pink-c5:#f686c0;
|
|
1551
|
+
--pink-c6:#f459a7;
|
|
1552
|
+
--pink-c7:#DA5095;
|
|
1553
|
+
--pink-c8:#BD4581;
|
|
1554
|
+
--pink-c9:#9A386A;
|
|
1555
|
+
--pink-c10:#6D284B;
|
|
1556
|
+
--pink-c11:#53243D;
|
|
1557
|
+
--pink-opacity-1:rgba(244,89,167,.1);
|
|
1558
|
+
--pink-opacity-2:rgba(244,89,167,.2);
|
|
1559
|
+
--pink-opacity-3:rgba(244,89,167,.3);
|
|
1560
|
+
--pink-opacity-4:rgba(244,89,167,.5);
|
|
1561
|
+
--olive-c1:#f9fae9;
|
|
1562
|
+
--olive-c2:#eff6d6;
|
|
1563
|
+
--olive-c3:#def1b9;
|
|
1564
|
+
--olive-c4:#c4ed94;
|
|
1565
|
+
--olive-c5:#a6e86c;
|
|
1566
|
+
--olive-c6:#76db5b;
|
|
1567
|
+
--olive-c7:#77c13f;
|
|
1568
|
+
--olive-c8:#699344;
|
|
1569
|
+
--olive-c9:#4A6830;
|
|
1570
|
+
--olive-c10:#344922;
|
|
1571
|
+
--olive-c11:#2C3A22;
|
|
1572
|
+
--olive-opacity-1:rgba(166,232,108,.1);
|
|
1573
|
+
--olive-opacity-2:rgba(166,232,108,.2);
|
|
1574
|
+
--olive-opacity-3:rgba(166,232,108,.3);
|
|
1575
|
+
--olive-opacity-4:rgba(166,232,108,.5);
|
|
1576
|
+
--shadow-s1:0px 2px 2px rgba(0,0,0,.05);
|
|
1577
|
+
--shadow-s2:0px 2px 8px rgba(0,0,0,.05);
|
|
1578
|
+
--shadow-s3:0px 2px 16px rgba(0,0,0,.05);
|
|
1579
|
+
--border-radius-super-small:1;
|
|
1580
|
+
--border-radius-extra-small:2;
|
|
1581
|
+
--border-radius-small:4;
|
|
1582
|
+
--border-radius-medium:6;
|
|
1583
|
+
--border-radius-large:10;
|
|
1584
|
+
--border-radius-extra-large:12;
|
|
1585
|
+
--border-radius-super-large:14;
|
|
1586
|
+
--icon-super-small:8;
|
|
1587
|
+
--icon-extra-small:12;
|
|
1588
|
+
--icon-small:16;
|
|
1589
|
+
--icon-medium:20;
|
|
1590
|
+
--icon-large:24;
|
|
1591
|
+
--icon-extra-large:32;
|
|
1592
|
+
--icon-super-large:40;
|
|
1593
|
+
--opacity-05:5%;
|
|
1594
|
+
--opacity-10:10%;
|
|
1595
|
+
--opacity-15:15%;
|
|
1596
|
+
--opacity-20:20%;
|
|
1597
|
+
--opacity-30:30%;
|
|
1598
|
+
--opacity-50:50%;
|
|
1599
|
+
--spacing-none:0;
|
|
1600
|
+
--opacity-85:85%;
|
|
1601
|
+
--spacing-super-tight:2;
|
|
1602
|
+
--spacing-extra-tight:4;
|
|
1603
|
+
--spacing-tight:8;
|
|
1604
|
+
--spacing-base-tight:12;
|
|
1605
|
+
--spacing-base:16;
|
|
1606
|
+
--spacing-base-loose:20;
|
|
1607
|
+
--spacing-loose:24;
|
|
1608
|
+
--spacing-extra-loose:32;
|
|
1609
|
+
--spacing-super-loose:40;
|
|
1610
|
+
--font-sf:SF Pro;
|
|
1611
|
+
--font-pf:PingFang SC;
|
|
1612
|
+
--font-line-height-auto:AUTO;
|
|
1613
|
+
--font-line-height-tight:18;
|
|
1614
|
+
--font-line-height-base-tight:21;
|
|
1615
|
+
--font-line-height-base:24;
|
|
1616
|
+
--font-line-height-base-loose:27;
|
|
1617
|
+
--font-weight-regular:400;
|
|
1618
|
+
--font-weight-semibold:600;
|
|
1619
|
+
--font-weight-bold:700;
|
|
1620
|
+
--font-size-a:11;
|
|
1621
|
+
--font-size-b:12;
|
|
1622
|
+
--font-size-c:14;
|
|
1623
|
+
--font-size-d:16;
|
|
1624
|
+
--font-size-e:18;
|
|
1625
|
+
--font-size-f:22;
|
|
1626
|
+
--font-size-g:28;
|
|
1627
|
+
--font-size-h:34;
|
|
1628
|
+
--font-size-i:42;
|
|
1629
|
+
--font-size-j:15;
|
|
1630
|
+
--font-size-q:20;
|
|
1631
|
+
--en-single-f-a-r-fontFamily: SF Pro;
|
|
1632
|
+
--en-single-f-a-r-fontWeight: 400;
|
|
1633
|
+
--en-single-f-a-r-lineHeight: AUTO;
|
|
1634
|
+
--en-single-f-a-r-fontSize: 11;
|
|
1635
|
+
--en-single-f-b-r-fontFamily: SF Pro;
|
|
1636
|
+
--en-single-f-b-r-fontWeight: 400;
|
|
1637
|
+
--en-single-f-b-r-lineHeight: AUTO;
|
|
1638
|
+
--en-single-f-b-r-fontSize: 12;
|
|
1639
|
+
--en-single-f-c-r-fontFamily: SF Pro;
|
|
1640
|
+
--en-single-f-c-r-fontWeight: 400;
|
|
1641
|
+
--en-single-f-c-r-lineHeight: AUTO;
|
|
1642
|
+
--en-single-f-c-r-fontSize: 14;
|
|
1643
|
+
--en-single-f-j-r-fontFamily: SF Pro;
|
|
1644
|
+
--en-single-f-j-r-fontWeight: 400;
|
|
1645
|
+
--en-single-f-j-r-lineHeight: AUTO;
|
|
1646
|
+
--en-single-f-j-r-fontSize: 15;
|
|
1647
|
+
--en-single-f-d-r-fontFamily: SF Pro;
|
|
1648
|
+
--en-single-f-d-r-fontWeight: 400;
|
|
1649
|
+
--en-single-f-d-r-lineHeight: AUTO;
|
|
1650
|
+
--en-single-f-d-r-fontSize: 16;
|
|
1651
|
+
--en-single-f-e-r-fontFamily: SF Pro;
|
|
1652
|
+
--en-single-f-e-r-fontWeight: 400;
|
|
1653
|
+
--en-single-f-e-r-lineHeight: AUTO;
|
|
1654
|
+
--en-single-f-e-r-fontSize: 18;
|
|
1655
|
+
--en-single-f-a-s-fontFamily: SF Pro;
|
|
1656
|
+
--en-single-f-a-s-fontWeight: 600;
|
|
1657
|
+
--en-single-f-a-s-lineHeight: AUTO;
|
|
1658
|
+
--en-single-f-a-s-fontSize: 11;
|
|
1659
|
+
--en-single-f-b-s-fontFamily: SF Pro;
|
|
1660
|
+
--en-single-f-b-s-fontWeight: 600;
|
|
1661
|
+
--en-single-f-b-s-lineHeight: AUTO;
|
|
1662
|
+
--en-single-f-b-s-fontSize: 12;
|
|
1663
|
+
--en-single-f-c-s-fontFamily: SF Pro;
|
|
1664
|
+
--en-single-f-c-s-fontWeight: 600;
|
|
1665
|
+
--en-single-f-c-s-lineHeight: AUTO;
|
|
1666
|
+
--en-single-f-c-s-fontSize: 14;
|
|
1667
|
+
--en-single-f-d-s-fontFamily: SF Pro;
|
|
1668
|
+
--en-single-f-d-s-fontWeight: 600;
|
|
1669
|
+
--en-single-f-d-s-lineHeight: AUTO;
|
|
1670
|
+
--en-single-f-d-s-fontSize: 16;
|
|
1671
|
+
--en-single-f-e-s-fontFamily: SF Pro;
|
|
1672
|
+
--en-single-f-e-s-fontWeight: 600;
|
|
1673
|
+
--en-single-f-e-s-lineHeight: AUTO;
|
|
1674
|
+
--en-single-f-e-s-fontSize: 18;
|
|
1675
|
+
--en-single-f-f-b-fontFamily: SF Pro;
|
|
1676
|
+
--en-single-f-f-b-fontWeight: 700;
|
|
1677
|
+
--en-single-f-f-b-lineHeight: AUTO;
|
|
1678
|
+
--en-single-f-f-b-fontSize: 22;
|
|
1679
|
+
--en-single-f-g-b-fontFamily: SF Pro;
|
|
1680
|
+
--en-single-f-g-b-fontWeight: 700;
|
|
1681
|
+
--en-single-f-g-b-lineHeight: AUTO;
|
|
1682
|
+
--en-single-f-g-b-fontSize: 28;
|
|
1683
|
+
--en-single-f-h-b-fontFamily: SF Pro;
|
|
1684
|
+
--en-single-f-h-b-fontWeight: 700;
|
|
1685
|
+
--en-single-f-h-b-lineHeight: AUTO;
|
|
1686
|
+
--en-single-f-h-b-fontSize: 34;
|
|
1687
|
+
--en-single-f-i-b-fontFamily: SF Pro;
|
|
1688
|
+
--en-single-f-i-b-fontWeight: 700;
|
|
1689
|
+
--en-single-f-i-b-lineHeight: AUTO;
|
|
1690
|
+
--en-single-f-i-b-fontSize: 42;
|
|
1691
|
+
--en-single-f-j-s-fontFamily: SF Pro;
|
|
1692
|
+
--en-single-f-j-s-fontWeight: 600;
|
|
1693
|
+
--en-single-f-j-s-lineHeight: AUTO;
|
|
1694
|
+
--en-single-f-j-s-fontSize: 15;
|
|
1695
|
+
--en-single-f-l-s-fontFamily: SF Pro;
|
|
1696
|
+
--en-single-f-l-s-fontWeight: 600;
|
|
1697
|
+
--en-single-f-l-s-lineHeight: AUTO;
|
|
1698
|
+
--en-single-f-l-s-fontSize: 10;
|
|
1699
|
+
--en-multi-f-b-r-fontFamily: SF Pro;
|
|
1700
|
+
--en-multi-f-b-r-fontWeight: 400;
|
|
1701
|
+
--en-multi-f-b-r-lineHeight: 18;
|
|
1702
|
+
--en-multi-f-b-r-fontSize: 12;
|
|
1703
|
+
--en-multi-f-c-r-fontFamily: SF Pro;
|
|
1704
|
+
--en-multi-f-c-r-fontWeight: 400;
|
|
1705
|
+
--en-multi-f-c-r-lineHeight: 21;
|
|
1706
|
+
--en-multi-f-c-r-fontSize: 14;
|
|
1707
|
+
--en-multi-f-d-r-fontFamily: SF Pro;
|
|
1708
|
+
--en-multi-f-d-r-fontWeight: 400;
|
|
1709
|
+
--en-multi-f-d-r-lineHeight: 24;
|
|
1710
|
+
--en-multi-f-d-r-fontSize: 16;
|
|
1711
|
+
--en-multi-f-e-r-fontFamily: SF Pro;
|
|
1712
|
+
--en-multi-f-e-r-fontWeight: 400;
|
|
1713
|
+
--en-multi-f-e-r-lineHeight: 24;
|
|
1714
|
+
--en-multi-f-e-r-fontSize: 18;
|
|
1715
|
+
--en-multi-f-c-s-fontFamily: SF Pro;
|
|
1716
|
+
--en-multi-f-c-s-fontWeight: 600;
|
|
1717
|
+
--en-multi-f-c-s-lineHeight: 21;
|
|
1718
|
+
--en-multi-f-c-s-fontSize: 14;
|
|
1719
|
+
--en-multi-f-d-s-fontFamily: SF Pro;
|
|
1720
|
+
--en-multi-f-d-s-fontWeight: 600;
|
|
1721
|
+
--en-multi-f-d-s-lineHeight: 24;
|
|
1722
|
+
--en-multi-f-d-s-fontSize: 16;
|
|
1723
|
+
--en-multi-f-e-s-fontFamily: SF Pro;
|
|
1724
|
+
--en-multi-f-e-s-fontWeight: 600;
|
|
1725
|
+
--en-multi-f-e-s-lineHeight: 24;
|
|
1726
|
+
--en-multi-f-e-s-fontSize: 18;
|
|
1727
|
+
--en-multi-f-q-b-fontFamily: SF Pro;
|
|
1728
|
+
--en-multi-f-q-b-fontWeight: 700;
|
|
1729
|
+
--en-multi-f-q-b-lineHeight: 27;
|
|
1730
|
+
--en-multi-f-q-b-fontSize: 20;
|
|
1731
|
+
--cn-single-f-f-b-fontFamily: PingFang SC;
|
|
1732
|
+
--cn-single-f-f-b-fontWeight: 600;
|
|
1733
|
+
--cn-single-f-f-b-lineHeight: AUTO;
|
|
1734
|
+
--cn-single-f-f-b-fontSize: 22;
|
|
1735
|
+
--cn-single-f-g-b-fontFamily: PingFang SC;
|
|
1736
|
+
--cn-single-f-g-b-fontWeight: 600;
|
|
1737
|
+
--cn-single-f-g-b-lineHeight: AUTO;
|
|
1738
|
+
--cn-single-f-g-b-fontSize: 28;
|
|
1739
|
+
--cn-single-f-i-b-fontFamily: PingFang SC;
|
|
1740
|
+
--cn-single-f-i-b-fontWeight: 600;
|
|
1741
|
+
--cn-single-f-i-b-lineHeight: AUTO;
|
|
1742
|
+
--cn-single-f-i-b-fontSize: 42;
|
|
1743
|
+
--cn-single-f-q-b-fontFamily: PingFang SC;
|
|
1744
|
+
--cn-single-f-q-b-fontWeight: 600;
|
|
1745
|
+
--cn-single-f-q-b-lineHeight: AUTO;
|
|
1746
|
+
--cn-single-f-q-b-fontSize: 20;
|
|
1747
|
+
--cn-multi-f-e-r-fontFamily: PingFang SC;
|
|
1748
|
+
--cn-multi-f-e-r-fontWeight: 400;
|
|
1749
|
+
--cn-multi-f-e-r-lineHeight: 27;
|
|
1750
|
+
--cn-multi-f-e-r-fontSize: 18;
|
|
1751
|
+
--cn-multi-f-e-s-fontFamily: PingFang SC;
|
|
1752
|
+
--cn-multi-f-e-s-fontWeight: 600;
|
|
1753
|
+
--cn-multi-f-e-s-lineHeight: 27;
|
|
1754
|
+
--cn-multi-f-e-s-fontSize: 18;
|
|
1755
|
+
--border-super-small:0.5;
|
|
1756
|
+
--border-extra-small:1;
|
|
1757
|
+
--border-small:1.5;
|
|
1758
|
+
--border-medium:2;
|
|
1759
|
+
--border-radius-super-full:999;
|
|
1760
|
+
--font-size-l:10;
|
|
1761
|
+
--black-opacity-3:rgba(0,0,0,.15);
|
|
1762
|
+
--black-opacity-6:rgba(0,0,0,.3);
|
|
1763
|
+
--white-opacity-3:rgba(255,255,255,.15);
|
|
1764
|
+
--divider-color-default-1:rgba(0,0,0,.05);
|
|
1765
|
+
--divider-color-default-2:rgba(0,0,0,.15);
|
|
1766
|
+
--divider-color-hover:rgba(0,0,0,.85);
|
|
1767
|
+
--divider-color-reverse-1:rgba(255,255,255,.15);
|
|
1768
|
+
--divider-color-reverse-2:rgba(255,255,255,.3);
|
|
1769
|
+
--primary-color:#1bc47d;
|
|
1770
|
+
--primary-color-press:#0da36b;
|
|
1771
|
+
--primary-color-disable:rgba(27,196,125,.3);
|
|
1772
|
+
--primary-color-light:#f2fffc;
|
|
1773
|
+
--primary-color-light-press:#d2f3ea;
|
|
1774
|
+
--secondary-color:#00A5BB;
|
|
1775
|
+
--secondary-color-press:#008192;
|
|
1776
|
+
--secondary-color-disable:rgba(0,181,206,.3);
|
|
1777
|
+
--secondary-color-light:#e6f8fa;
|
|
1778
|
+
--secondary-color-light-press:#b0e8f0;
|
|
1779
|
+
--shadow-color:rgba(0,0,0,.05);
|
|
1780
|
+
--text-color-h1:rgba(0,0,0,.85);
|
|
1781
|
+
--text-color-h2:rgba(0,0,0,.5);
|
|
1782
|
+
--text-color-h3:rgba(0,0,0,.3);
|
|
1783
|
+
--text-color-highlight:#1bc47d;
|
|
1784
|
+
--text-color-highlight-press:#09825a;
|
|
1785
|
+
--text-color-highlight-disable:rgba(27,196,125,.3);
|
|
1786
|
+
--text-color-link:#5998e9;
|
|
1787
|
+
--text-color-link-press:#076b9d;
|
|
1788
|
+
--text-color-link-disable:rgba(89,152,233,.3);
|
|
1789
|
+
--text-color-reverse:#ffffff;
|
|
1790
|
+
--text-color-reverse2:rgba(255,255,255,.6);
|
|
1791
|
+
--text-color-reverse3:rgba(255,255,255,.3);
|
|
1792
|
+
--bg-color-1:#ffffff;
|
|
1793
|
+
--bg-color-2:#f7f8f9;
|
|
1794
|
+
--bg-color-3:#f7f8f9;
|
|
1795
|
+
--bg-color-4:#ebedf0;
|
|
1796
|
+
--bg-color-mask:rgba(0,0,0,.5);
|
|
1797
|
+
--bg-color-mask-light:rgba(0,0,0,.05);
|
|
1798
|
+
--bg-grouped-color-1:#f7f8f9;
|
|
1799
|
+
--bg-grouped-color-2:#ffffff;
|
|
1800
|
+
--bg-grouped-color-3:#ffffff;
|
|
1801
|
+
--rise-color:#1bc47d;
|
|
1802
|
+
--rise-color-press:#0da36b;
|
|
1803
|
+
--rise-color-disable:rgba(27,196,125,.3);
|
|
1804
|
+
--rise-color-light:rgba(27,196,125,.05);
|
|
1805
|
+
--rise-color-light-hover:rgba(27,196,125,.15);
|
|
1806
|
+
--rise-color-light-press:rgba(27,196,125,.2);
|
|
1807
|
+
--fall-color:#f24822;
|
|
1808
|
+
--fall-color-press:#db2c0d;
|
|
1809
|
+
--fall-color-disable:rgba(242,72,34,.3);
|
|
1810
|
+
--fall-color-light:rgba(242,72,34,.05);
|
|
1811
|
+
--fall-color-light-hover:rgba(242,72,34,.15);
|
|
1812
|
+
--fall-color-light-press:rgba(242,72,34,.2);
|
|
1813
|
+
--tips-color-success:#1bc47d;
|
|
1814
|
+
--tips-color-success-press:#09825a;
|
|
1815
|
+
--tips-color-success-disable:rgba(27,196,125,.3);
|
|
1816
|
+
--tips-color-success_light:#f2fffc;
|
|
1817
|
+
--tips-color-success_light-press:#d2f3ea;
|
|
1818
|
+
--tips-color-tips:#ffc700;
|
|
1819
|
+
--tips-color-tips-press:#ffa819;
|
|
1820
|
+
--tips-color-tips-disable:rgba(255,199,0,.3);
|
|
1821
|
+
--tips-color-tips-light:#fffbe4;
|
|
1822
|
+
--tips-color-tips-light-press:#fff6ca;
|
|
1823
|
+
--tips-color-warning:#eb5c31;
|
|
1824
|
+
--tips-color-warning-press:#db2c0d;
|
|
1825
|
+
--tips-color-warning-disable:rgba(235,92,49,.3);
|
|
1826
|
+
--tips-color-warning-light:#ffeeee;
|
|
1827
|
+
--tips-color-warning-light-press:#ffdedd;
|
|
1828
|
+
--chart-color-1:#61b8ea;
|
|
1829
|
+
--chart-color-2:#33d8d5;
|
|
1830
|
+
--chart-color-3:#64e8c6;
|
|
1831
|
+
--chart-color-4:#a6e86c;
|
|
1832
|
+
--chart-color-5:#ffc700;
|
|
1833
|
+
--chart-color-6:#ffa819;
|
|
1834
|
+
--chart-color-7:#ff863c;
|
|
1835
|
+
--chart-color-8:#7f7f7f;
|
|
1836
|
+
--chart-color-9:#fe6258;
|
|
1837
|
+
--chart-color-10:#f459a7;
|
|
1838
|
+
--chart-color-11:rgba(27,196,125,.85);
|
|
1839
|
+
--chart-color-12:rgba(27,196,125,.5);
|
|
1840
|
+
--chart-color-13:rgba(27,196,125,.3);
|
|
1841
|
+
--chart-color-14:rgba(242,72,34,.85);
|
|
1842
|
+
--chart-color-15:rgba(242,72,34,.5);
|
|
1843
|
+
--chart-color-16:rgba(242,72,34,.3);
|
|
1844
|
+
--chart-line-color-1:#7f7f7f;
|
|
1845
|
+
--chart-line-color-2:#ffa819;
|
|
1846
|
+
--chart-line-color-3:#18a0fb;
|
|
1847
|
+
--chart-line-color-4:#f459a7;
|
|
1848
|
+
--chart-line-color-5:#47d3c0;
|
|
1849
|
+
--chart-line-color-6:#76db5b;
|
|
1850
|
+
--chart-line-color-7:#8165ff;
|
|
1851
|
+
--chart-line-color-8:#ff733c;
|
|
1852
|
+
--chart-line-color-9:#00A5BB;
|
|
1853
|
+
--chart-line-color-10:rgba(0,0,0,.30);
|
|
1854
|
+
--chart-column-color-1:#47d3c0;
|
|
1855
|
+
--chart-column-color-2:#5998e9;
|
|
1856
|
+
--color-quotes-stock_chart_indicator-bg:rgba(255,255,255,.8);
|
|
1857
|
+
--color-quotes-stock_chart_point-bg:rgba(230,248,250,.8);
|
|
1858
|
+
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-bg:rgba(0,0,0,.85);
|
|
1859
|
+
--color-quotes-stock_chart_fullscreen_doji_floatinglayer-text:#ffffff;
|
|
1860
|
+
--color-trade-account_head_card_my-bg:#3A2D72;
|
|
1861
|
+
--color-trade-account_head_card_ar-bg:#1bc47d;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
html[theme="dark"]{
|
|
1865
|
+
--height-headnav-primary:72;
|
|
1866
|
+
--height-headnav-secondary:48;
|
|
1867
|
+
--spacing-headnav-padding_y:20;
|
|
1868
|
+
--spacing-headnav-icon-margin_left:20;
|
|
1869
|
+
--spacing-headnav-text_description-margin_top:2;
|
|
1870
|
+
--spacing-headnav-primary-dot-margin_right:4;
|
|
1871
|
+
--spacing-headnav-primary-text-margin_right:8;
|
|
1872
|
+
--spacing-headnav-title-margin_y:0;
|
|
1873
|
+
--spacing-headnav-title-margin_right:8;
|
|
1874
|
+
--color-headnav-title:#F2F5FF;
|
|
1875
|
+
--color-headnav-text_description:rgba(235,235,245,.65);
|
|
1876
|
+
--color-headnav-text_delayed:rgba(235,235,245,.65);
|
|
1877
|
+
--color-headnav-icon:#F2F5FF;
|
|
1878
|
+
}
|
|
1879
|
+
html{
|
|
1880
|
+
--height-headnav-primary:72;
|
|
1881
|
+
--height-headnav-secondary:48;
|
|
1882
|
+
--spacing-headnav-padding_y:20;
|
|
1883
|
+
--spacing-headnav-icon-margin_left:20;
|
|
1884
|
+
--spacing-headnav-text_description-margin_top:2;
|
|
1885
|
+
--spacing-headnav-primary-dot-margin_right:4;
|
|
1886
|
+
--spacing-headnav-primary-text-margin_right:8;
|
|
1887
|
+
--spacing-headnav-title-margin_y:0;
|
|
1888
|
+
--spacing-headnav-title-margin_right:8;
|
|
1889
|
+
--color-headnav-title:rgba(0,0,0,.85);
|
|
1890
|
+
--color-headnav-text_description:rgba(0,0,0,.5);
|
|
1891
|
+
--color-headnav-text_delayed:rgba(0,0,0,.5);
|
|
1892
|
+
--color-headnav-icon:rgba(0,0,0,.85);
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
html[theme="dark"]{
|
|
1896
|
+
--height-input-form_text:48;
|
|
1897
|
+
--height-input-search_content:64;
|
|
1898
|
+
--height-input-bg:44;
|
|
1899
|
+
--height-input-search_bg:44;
|
|
1900
|
+
--height-input-code_number:48;
|
|
1901
|
+
--height-input-code_number_line:2;
|
|
1902
|
+
--height-input-divider:20;
|
|
1903
|
+
--height-input-textarea:96;
|
|
1904
|
+
--height-input-code:52;
|
|
1905
|
+
--height-input-form_number_text:53;
|
|
1906
|
+
--height-input-textarea_max:240;
|
|
1907
|
+
--height-input-cursor:21;
|
|
1908
|
+
--width-input-code_number:40;
|
|
1909
|
+
--width-input-code_number_line:24;
|
|
1910
|
+
--width-input-cursor:2;
|
|
1911
|
+
--radius-input-bg:10;
|
|
1912
|
+
--radius-input-trade_bg:6;
|
|
1913
|
+
--radius-input-cursor:6;
|
|
1914
|
+
--spacing-input-suffix_icon-margin_y:8;
|
|
1915
|
+
--spacing-input-form_suffix_icon-margin_y:16;
|
|
1916
|
+
--spacing-input-form_divider-margin_y:12;
|
|
1917
|
+
--spacing-input-textarea-padding_x:12;
|
|
1918
|
+
--spacing-input-textarea-padding_y:12;
|
|
1919
|
+
--spacing-input-textarea_text-margin_down:10;
|
|
1920
|
+
--spacing-input-search_textarea-padding_y:20;
|
|
1921
|
+
--spacing-input-search_cancel-margin_left:20;
|
|
1922
|
+
--spacing-input-trade-padding_y:16;
|
|
1923
|
+
--spacing-input-trade_number_divider-margin_y:16;
|
|
1924
|
+
--spacing-input-trade_number_divider-margin_right:12;
|
|
1925
|
+
--spacing-input-trade_number_divider-margin_left:12;
|
|
1926
|
+
--spacing-input-trade_number_input-margin_left:4;
|
|
1927
|
+
--spacing-input-trade_number_input-margin_y:4;
|
|
1928
|
+
--spacing-input-code_number-margin_bottom:2;
|
|
1929
|
+
--spacing-input-code_number-margin_right:15;
|
|
1930
|
+
--spacing-input-code-padding_y:30;
|
|
1931
|
+
--spacing-input-max_text-padding_y:12;
|
|
1932
|
+
--spacing-input-form_text-padding_x:14;
|
|
1933
|
+
--spacing-input-form_number-padding_x:10;
|
|
1934
|
+
--icon-input-clean:20;
|
|
1935
|
+
--icon-input-form_suffix:20;
|
|
1936
|
+
--icon-input-search:20;
|
|
1937
|
+
--icon-input-trade_number_input_icon:20;
|
|
1938
|
+
--color-input-text-default:rgba(235,235,245,.3);
|
|
1939
|
+
--color-input-text-active:#F2F5FF;
|
|
1940
|
+
--color-input-text-wrong:#eb5c31;
|
|
1941
|
+
--color-input-text-disable:rgba(235,235,245,.3);
|
|
1942
|
+
--color-input-form-border-default:rgba(84,84,88,.85);
|
|
1943
|
+
--color-input-form-border-active:rgba(255,255,255,.85);
|
|
1944
|
+
--color-input-form-border-wrong:#eb5c31;
|
|
1945
|
+
--color-input-form_counter-default:rgba(235,235,245,.3);
|
|
1946
|
+
--color-input-form_counter-warning:#eb5c31;
|
|
1947
|
+
--color-input-form-bg-wrong:#3C1A14;
|
|
1948
|
+
--color-input-textarea-bg-default:rgba(118,118,128,.14);
|
|
1949
|
+
--color-input-trade-bg:rgba(118,118,128,.24);
|
|
1950
|
+
--color-input-cursor:#1bc47d;
|
|
1951
|
+
}
|
|
1952
|
+
html{
|
|
1953
|
+
--height-input-form_text:48;
|
|
1954
|
+
--height-input-search_content:64;
|
|
1955
|
+
--height-input-bg:44;
|
|
1956
|
+
--height-input-search_bg:44;
|
|
1957
|
+
--height-input-code_number:48;
|
|
1958
|
+
--height-input-code_number_line:2;
|
|
1959
|
+
--height-input-divider:20;
|
|
1960
|
+
--height-input-textarea:96;
|
|
1961
|
+
--height-input-code:52;
|
|
1962
|
+
--height-input-form_number_text:53;
|
|
1963
|
+
--height-input-textarea_max:240;
|
|
1964
|
+
--height-input-cursor:21;
|
|
1965
|
+
--width-input-code_number:40;
|
|
1966
|
+
--width-input-code_number_line:24;
|
|
1967
|
+
--width-input-cursor:2;
|
|
1968
|
+
--radius-input-bg:10;
|
|
1969
|
+
--radius-input-trade_bg:6;
|
|
1970
|
+
--radius-input-cursor:6;
|
|
1971
|
+
--spacing-input-suffix_icon-margin_y:8;
|
|
1972
|
+
--spacing-input-form_suffix_icon-margin_y:16;
|
|
1973
|
+
--spacing-input-form_divider-margin_y:12;
|
|
1974
|
+
--spacing-input-textarea-padding_x:12;
|
|
1975
|
+
--spacing-input-textarea-padding_y:12;
|
|
1976
|
+
--spacing-input-textarea_text-margin_down:10;
|
|
1977
|
+
--spacing-input-search_textarea-padding_y:20;
|
|
1978
|
+
--spacing-input-search_cancel-margin_left:20;
|
|
1979
|
+
--spacing-input-trade-padding_y:16;
|
|
1980
|
+
--spacing-input-trade_number_divider-margin_y:16;
|
|
1981
|
+
--spacing-input-trade_number_divider-margin_right:12;
|
|
1982
|
+
--spacing-input-trade_number_divider-margin_left:12;
|
|
1983
|
+
--spacing-input-trade_number_input-margin_left:4;
|
|
1984
|
+
--spacing-input-trade_number_input-margin_y:4;
|
|
1985
|
+
--spacing-input-code_number-margin_bottom:2;
|
|
1986
|
+
--spacing-input-code_number-margin_right:15;
|
|
1987
|
+
--spacing-input-code-padding_y:30;
|
|
1988
|
+
--spacing-input-max_text-padding_y:12;
|
|
1989
|
+
--spacing-input-form_text-padding_x:14;
|
|
1990
|
+
--spacing-input-form_number-padding_x:10;
|
|
1991
|
+
--icon-input-clean:20;
|
|
1992
|
+
--icon-input-form_suffix:20;
|
|
1993
|
+
--icon-input-search:20;
|
|
1994
|
+
--icon-input-trade_number_input_icon:20;
|
|
1995
|
+
--color-input-text-default:rgba(0,0,0,.3);
|
|
1996
|
+
--color-input-text-active:rgba(0,0,0,.85);
|
|
1997
|
+
--color-input-text-wrong:#eb5c31;
|
|
1998
|
+
--color-input-text-disable:rgba(0,0,0,.3);
|
|
1999
|
+
--color-input-form-border-default:rgba(0,0,0,.15);
|
|
2000
|
+
--color-input-form-border-active:rgba(0,0,0,.85);
|
|
2001
|
+
--color-input-form-border-wrong:#eb5c31;
|
|
2002
|
+
--color-input-form_counter-default:rgba(0,0,0,.3);
|
|
2003
|
+
--color-input-form_counter-warning:#eb5c31;
|
|
2004
|
+
--color-input-form-bg-wrong:#ffeeee;
|
|
2005
|
+
--color-input-textarea-bg-default:#f7f8f9;
|
|
2006
|
+
--color-input-trade-bg:rgba(0,0,0,.05);
|
|
2007
|
+
--color-input-cursor:#1bc47d;
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
html[theme="dark"]{
|
|
2011
|
+
--spacing-list-info_title-margin_right:8;
|
|
2012
|
+
--spacing-list-info_icon-margin_y:4;
|
|
2013
|
+
--spacing-list-info_s-padding_top:7;
|
|
2014
|
+
--spacing-list-info_s-padding_bottom:8;
|
|
2015
|
+
--spacing-list-info_m-padding_top:11;
|
|
2016
|
+
--spacing-list-info_m-padding_bottom:12;
|
|
2017
|
+
--spacing-list-info_l-padding_top:14;
|
|
2018
|
+
--spacing-list-info_l-padding_bottom:15;
|
|
2019
|
+
--spacing-list-common-padding_x:16;
|
|
2020
|
+
--spacing-list-common-padding_y:16;
|
|
2021
|
+
--spacing-list-common_icon-margin_right:12;
|
|
2022
|
+
--spacing-list-common_badge-margin_left:12;
|
|
2023
|
+
--spacing-list-common_describe-margin_xy:4;
|
|
2024
|
+
--spacing-list-check_icon-margin_right:8;
|
|
2025
|
+
--spacing-list-check-margin_left:12;
|
|
2026
|
+
--spacing-list-common_switch-margin_left:8;
|
|
2027
|
+
--icon-list-right:16;
|
|
2028
|
+
--icon-list-check:20;
|
|
2029
|
+
--color-list-title:#F2F5FF;
|
|
2030
|
+
--color-list-text:rgba(235,235,245,.65);
|
|
2031
|
+
}
|
|
2032
|
+
html{
|
|
2033
|
+
--spacing-list-info_title-margin_right:8;
|
|
2034
|
+
--spacing-list-info_icon-margin_y:4;
|
|
2035
|
+
--spacing-list-info_s-padding_top:7;
|
|
2036
|
+
--spacing-list-info_s-padding_bottom:8;
|
|
2037
|
+
--spacing-list-info_m-padding_top:11;
|
|
2038
|
+
--spacing-list-info_m-padding_bottom:12;
|
|
2039
|
+
--spacing-list-info_l-padding_top:14;
|
|
2040
|
+
--spacing-list-info_l-padding_bottom:15;
|
|
2041
|
+
--spacing-list-common-padding_x:16;
|
|
2042
|
+
--spacing-list-common-padding_y:16;
|
|
2043
|
+
--spacing-list-common_icon-margin_right:12;
|
|
2044
|
+
--spacing-list-common_badge-margin_left:12;
|
|
2045
|
+
--spacing-list-common_describe-margin_xy:4;
|
|
2046
|
+
--spacing-list-check_icon-margin_right:8;
|
|
2047
|
+
--spacing-list-check-margin_left:12;
|
|
2048
|
+
--spacing-list-common_switch-margin_left:8;
|
|
2049
|
+
--icon-list-right:16;
|
|
2050
|
+
--icon-list-check:20;
|
|
2051
|
+
--color-list-title:rgba(0,0,0,.85);
|
|
2052
|
+
--color-list-text:rgba(0,0,0,.5);
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
html[theme="dark"]{
|
|
2056
|
+
--height-loading-small:109;
|
|
2057
|
+
--width-loading-small:110;
|
|
2058
|
+
--width-loading-large:279;
|
|
2059
|
+
--radius-loading-size:10;
|
|
2060
|
+
--spacing-loading-padding_y:16;
|
|
2061
|
+
--spacing-loading-padding_x:19;
|
|
2062
|
+
--spacing-loading-icon-margin_bottom:8;
|
|
2063
|
+
--icon-loading-size:48;
|
|
2064
|
+
--icon-loading-refres_small:32;
|
|
2065
|
+
--icon-loading-refres_large:64;
|
|
2066
|
+
--color-loading-bg:rgba(72,72,74,.96);
|
|
2067
|
+
--color-loading-text:#ffffff;
|
|
2068
|
+
}
|
|
2069
|
+
html{
|
|
2070
|
+
--height-loading-small:109;
|
|
2071
|
+
--width-loading-small:110;
|
|
2072
|
+
--width-loading-large:279;
|
|
2073
|
+
--radius-loading-size:10;
|
|
2074
|
+
--spacing-loading-padding_y:16;
|
|
2075
|
+
--spacing-loading-padding_x:19;
|
|
2076
|
+
--spacing-loading-icon-margin_bottom:8;
|
|
2077
|
+
--icon-loading-size:48;
|
|
2078
|
+
--icon-loading-refres_small:32;
|
|
2079
|
+
--icon-loading-refres_large:64;
|
|
2080
|
+
--color-loading-bg:rgba(0,0,0,.85);
|
|
2081
|
+
--color-loading-text:#ffffff;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
html[theme="dark"]{
|
|
2085
|
+
--height-noticebar-snackbar:34;
|
|
2086
|
+
--radius-noticebar-snackbar:6;
|
|
2087
|
+
--radius-noticebar-toast:17;
|
|
2088
|
+
--radius-noticebar-notification:10;
|
|
2089
|
+
--radius-noticebar-notification_tag:4;
|
|
2090
|
+
--spacing-noticebar-snackbar-padding_left:8;
|
|
2091
|
+
--spacing-noticebar-snackbar-padding_right:12;
|
|
2092
|
+
--spacing-noticebar-snackbar_icon-margin_right:8;
|
|
2093
|
+
--spacing-noticebar-snackbar_text-margin_right:4;
|
|
2094
|
+
--spacing-noticebar-toast-padding_left:8;
|
|
2095
|
+
--spacing-noticebar-toast-padding_right:16;
|
|
2096
|
+
--spacing-noticebar-toast_icon-margin_right:4;
|
|
2097
|
+
--spacing-noticebar-notification-padding_left:16;
|
|
2098
|
+
--spacing-noticebar-notification-padding_right:16;
|
|
2099
|
+
--spacing-noticebar-notification-padding_top:16;
|
|
2100
|
+
--spacing-noticebar-notification-padding_bottom:16;
|
|
2101
|
+
--spacing-noticebar-notification_title-margin_bottom:6;
|
|
2102
|
+
--spacing-noticebar-notification_button-padding_right:12;
|
|
2103
|
+
--spacing-noticebar-notification-button-margin_left:3;
|
|
2104
|
+
--icon-noticebar-snackbar:16;
|
|
2105
|
+
--icon-noticebar-toast:20;
|
|
2106
|
+
--icon-noticebar-notification:12;
|
|
2107
|
+
--icon-noticebar-:20;
|
|
2108
|
+
--color-noticebar-snackbar_info-bg:#0B2F36;
|
|
2109
|
+
--color-noticebar-snackbar_info-text:#e6f8fa;
|
|
2110
|
+
--color-noticebar-snackbar_info-icon:rgba(230,248,250,.6);
|
|
2111
|
+
--color-noticebar-snackbar_warning-bg:#3C1A14;
|
|
2112
|
+
--color-noticebar-snackbar_warning-text:#ffdedd;
|
|
2113
|
+
--color-noticebar-snackbar_warning-icon:rgba(255,222,221,.6);
|
|
2114
|
+
--color-noticebar-snackbar_tips-bg:#4D420B;
|
|
2115
|
+
--color-noticebar-snackbar_tips-text:#fff6ca;
|
|
2116
|
+
--color-noticebar-snackbar_tips-icon:rgba(255,246,202,.6);
|
|
2117
|
+
--color-noticebar-notification-bg:#2C2C2E;
|
|
2118
|
+
--color-noticebar-notification-text:#F2F5FF;
|
|
2119
|
+
--color-noticebar-notification_tag_success-bg:rgba(27,196,125,.2);
|
|
2120
|
+
--color-noticebar-notification_tag_tips-bg:rgba(255,199,0,.2);
|
|
2121
|
+
--color-noticebar-notification_tag_warning-bg:rgba(235,92,49,.15);
|
|
2122
|
+
--color-noticebar-notification_tag_disable-bg:rgba(255,255,255,.15);
|
|
2123
|
+
--color-noticebar-toast_info-bg:rgba(84,84,88,.95);
|
|
2124
|
+
--color-noticebar-toast_info-text:#ffffff;
|
|
2125
|
+
--color-noticebar-toast_warning-icon:#eb5c31;
|
|
2126
|
+
}
|
|
2127
|
+
html{
|
|
2128
|
+
--height-noticebar-snackbar:34;
|
|
2129
|
+
--radius-noticebar-snackbar:6;
|
|
2130
|
+
--radius-noticebar-toast:17;
|
|
2131
|
+
--radius-noticebar-notification:10;
|
|
2132
|
+
--radius-noticebar-notification_tag:4;
|
|
2133
|
+
--spacing-noticebar-snackbar-padding_left:8;
|
|
2134
|
+
--spacing-noticebar-snackbar-padding_right:12;
|
|
2135
|
+
--spacing-noticebar-snackbar_icon-margin_right:8;
|
|
2136
|
+
--spacing-noticebar-snackbar_text-margin_right:4;
|
|
2137
|
+
--spacing-noticebar-toast-padding_left:8;
|
|
2138
|
+
--spacing-noticebar-toast-padding_right:16;
|
|
2139
|
+
--spacing-noticebar-toast_icon-margin_right:4;
|
|
2140
|
+
--spacing-noticebar-notification-padding_left:16;
|
|
2141
|
+
--spacing-noticebar-notification-padding_right:16;
|
|
2142
|
+
--spacing-noticebar-notification-padding_top:16;
|
|
2143
|
+
--spacing-noticebar-notification-padding_bottom:16;
|
|
2144
|
+
--spacing-noticebar-notification_title-margin_bottom:6;
|
|
2145
|
+
--spacing-noticebar-notification_button-padding_right:12;
|
|
2146
|
+
--spacing-noticebar-notification-button-margin_left:3;
|
|
2147
|
+
--icon-noticebar-snackbar:16;
|
|
2148
|
+
--icon-noticebar-toast:20;
|
|
2149
|
+
--icon-noticebar-notification:12;
|
|
2150
|
+
--icon-noticebar-:20;
|
|
2151
|
+
--color-noticebar-snackbar_info-bg:#e6f8fa;
|
|
2152
|
+
--color-noticebar-snackbar_info-text:#00A5BB;
|
|
2153
|
+
--color-noticebar-snackbar_info-icon:rgba(0,165,187,.6);
|
|
2154
|
+
--color-noticebar-snackbar_warning-bg:#ffeeee;
|
|
2155
|
+
--color-noticebar-snackbar_warning-text:#eb5c31;
|
|
2156
|
+
--color-noticebar-snackbar_warning-icon:rgba(235,92,49,.6);
|
|
2157
|
+
--color-noticebar-snackbar_tips-bg:#fffbe4;
|
|
2158
|
+
--color-noticebar-snackbar_tips-text:#d2a700;
|
|
2159
|
+
--color-noticebar-snackbar_tips-icon:rgba(210,167,0,.6);
|
|
2160
|
+
--color-noticebar-notification-bg:#ffffff;
|
|
2161
|
+
--color-noticebar-notification-text:rgba(0,0,0,.85);
|
|
2162
|
+
--color-noticebar-notification_tag_success-bg:rgba(27,196,125,.2);
|
|
2163
|
+
--color-noticebar-notification_tag_tips-bg:rgba(255,199,0,.2);
|
|
2164
|
+
--color-noticebar-notification_tag_warning-bg:rgba(235,92,49,.1);
|
|
2165
|
+
--color-noticebar-notification_tag_disable-bg:rgba(0,0,0,.10);
|
|
2166
|
+
--color-noticebar-toast_info-bg:rgba(0,0,0,.85);
|
|
2167
|
+
--color-noticebar-toast_info-text:#ffffff;
|
|
2168
|
+
--color-noticebar-toast_warning-icon:#eb5c31;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
html[theme="dark"]{
|
|
2172
|
+
--height-pagebreak-drop:3;
|
|
2173
|
+
--width-pagebreak-drop:8;
|
|
2174
|
+
--radius-pagebreak-drop:1;
|
|
2175
|
+
--radius-pagebreak-number_bg:14;
|
|
2176
|
+
--spacing-pagebreak-drop-margin_right:4;
|
|
2177
|
+
--spacing-pagebreak-number-padding_y:8;
|
|
2178
|
+
--spacing-pagebreak-number-padding_x:1;
|
|
2179
|
+
--color-pagebreak-drop-default:rgba(255,255,255,.20);
|
|
2180
|
+
--color-pagebreak-drop-active:rgba(255,255,255,.85);
|
|
2181
|
+
--color-pagebreak-number-bg:rgba(0,0,0,.3);
|
|
2182
|
+
--color-pagebreak-number-text-default:rgba(255,255,255,.5);
|
|
2183
|
+
--color-pagebreak-number-text-active:#ffffff;
|
|
2184
|
+
--color-pagebreak-drop-light:#ffffff;
|
|
2185
|
+
--color-pagebreak-drop-light-active:rgba(255,255,255,.15);
|
|
2186
|
+
}
|
|
2187
|
+
html{
|
|
2188
|
+
--height-pagebreak-drop:3;
|
|
2189
|
+
--width-pagebreak-drop:8;
|
|
2190
|
+
--radius-pagebreak-drop:1;
|
|
2191
|
+
--radius-pagebreak-number_bg:14;
|
|
2192
|
+
--spacing-pagebreak-drop-margin_right:4;
|
|
2193
|
+
--spacing-pagebreak-number-padding_y:8;
|
|
2194
|
+
--spacing-pagebreak-number-padding_x:1;
|
|
2195
|
+
--color-pagebreak-drop-default:rgba(0,0,0,.15);
|
|
2196
|
+
--color-pagebreak-drop-active:rgba(0,0,0,.85);
|
|
2197
|
+
--color-pagebreak-number-bg:rgba(0,0,0,.3);
|
|
2198
|
+
--color-pagebreak-number-text-default:rgba(255,255,255,.5);
|
|
2199
|
+
--color-pagebreak-number-text-active:#ffffff;
|
|
2200
|
+
--color-pagebreak-drop-light:#ffffff;
|
|
2201
|
+
--color-pagebreak-drop-light-active:rgba(255,255,255,.15);
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
html[theme="dark"]{
|
|
2205
|
+
--height-popover-primary:33;
|
|
2206
|
+
--height-popover-custom:33;
|
|
2207
|
+
--height-popover-secondary:22;
|
|
2208
|
+
--radius-popover-primary:4;
|
|
2209
|
+
--radius-popover-secondary:4;
|
|
2210
|
+
--radius-popover-custom:4;
|
|
2211
|
+
--spacing-popover-primary-padding_left:12;
|
|
2212
|
+
--spacing-popover-primary-padding_right:12;
|
|
2213
|
+
--spacing-popover-primary-margin_y:4;
|
|
2214
|
+
--spacing-popover-secondary-padding_left:8;
|
|
2215
|
+
--spacing-popover-secondary-padding_right:8;
|
|
2216
|
+
--spacing-popover-secondary-margin_y:4;
|
|
2217
|
+
--spacing-popover-custom-padding_left:12;
|
|
2218
|
+
--spacing-popover-custom-padding_right:12;
|
|
2219
|
+
--spacing-popover-custom-margin_y:4;
|
|
2220
|
+
--icon-popover-primary:16;
|
|
2221
|
+
--icon-popover-secondary:12;
|
|
2222
|
+
--icon-popover-custom:16;
|
|
2223
|
+
--color-popover-primary-bg:#767680;
|
|
2224
|
+
--color-popover-primary-text:#ffffff;
|
|
2225
|
+
--color-popover-secondary-bg:#767680;
|
|
2226
|
+
--color-popover-secondary-text:#ffffff;
|
|
2227
|
+
--color-popover-custom-bg:#1bc47d;
|
|
2228
|
+
--color-popover-custom-text:#ffffff;
|
|
2229
|
+
}
|
|
2230
|
+
html{
|
|
2231
|
+
--height-popover-primary:33;
|
|
2232
|
+
--height-popover-custom:33;
|
|
2233
|
+
--height-popover-secondary:22;
|
|
2234
|
+
--radius-popover-primary:4;
|
|
2235
|
+
--radius-popover-secondary:4;
|
|
2236
|
+
--radius-popover-custom:4;
|
|
2237
|
+
--spacing-popover-primary-padding_left:12;
|
|
2238
|
+
--spacing-popover-primary-padding_right:12;
|
|
2239
|
+
--spacing-popover-primary-margin_y:4;
|
|
2240
|
+
--spacing-popover-secondary-padding_left:8;
|
|
2241
|
+
--spacing-popover-secondary-padding_right:8;
|
|
2242
|
+
--spacing-popover-secondary-margin_y:4;
|
|
2243
|
+
--spacing-popover-custom-padding_left:12;
|
|
2244
|
+
--spacing-popover-custom-padding_right:12;
|
|
2245
|
+
--spacing-popover-custom-margin_y:4;
|
|
2246
|
+
--icon-popover-primary:16;
|
|
2247
|
+
--icon-popover-secondary:12;
|
|
2248
|
+
--icon-popover-custom:16;
|
|
2249
|
+
--color-popover-primary-bg:#545458;
|
|
2250
|
+
--color-popover-primary-text:#ffffff;
|
|
2251
|
+
--color-popover-secondary-bg:#545458;
|
|
2252
|
+
--color-popover-secondary-text:#ffffff;
|
|
2253
|
+
--color-popover-custom-bg:#1bc47d;
|
|
2254
|
+
--color-popover-custom-text:#ffffff;
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
html[theme="dark"]{
|
|
2258
|
+
--spacing-result-text-margin_top:12;
|
|
2259
|
+
--spacing-result-text-margin_bottom:28;
|
|
2260
|
+
--spacing-result-title-margin_top:0;
|
|
2261
|
+
--spacing-result-button-margin_y:80;
|
|
2262
|
+
--spacing-result-text_button-margin_top:12;
|
|
2263
|
+
--color-result-title:#F2F5FF;
|
|
2264
|
+
--color-result-text:rgba(235,235,245,.65);
|
|
2265
|
+
}
|
|
2266
|
+
html{
|
|
2267
|
+
--spacing-result-text-margin_top:12;
|
|
2268
|
+
--spacing-result-text-margin_bottom:28;
|
|
2269
|
+
--spacing-result-title-margin_top:0;
|
|
2270
|
+
--spacing-result-button-margin_y:80;
|
|
2271
|
+
--spacing-result-text_button-margin_top:12;
|
|
2272
|
+
--color-result-title:rgba(0,0,0,.85);
|
|
2273
|
+
--color-result-text:rgba(0,0,0,.5);
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
html[theme="dark"]{
|
|
2277
|
+
--height-selector-form:44;
|
|
2278
|
+
--height-selector-multi:48;
|
|
2279
|
+
--height-selector-multi_button:28;
|
|
2280
|
+
--height-selector-import:44;
|
|
2281
|
+
--radius-selector-form:6;
|
|
2282
|
+
--radius-selector-multi_button:6;
|
|
2283
|
+
--spacing-selector-xl-margin_y:4;
|
|
2284
|
+
--spacing-selector-l-margin_y:4;
|
|
2285
|
+
--spacing-selector-m-margin_y:2;
|
|
2286
|
+
--spacing-selector-s-margin_y:2;
|
|
2287
|
+
--spacing-selector-trade-margin_y:4;
|
|
2288
|
+
--spacing-selector-multi_button-padding_y:12;
|
|
2289
|
+
--spacing-selector-multi_icon_close-margin_left:4;
|
|
2290
|
+
--spacing-selector-multi_button-margin_right:12;
|
|
2291
|
+
--spacing-selector-multi_icon_down-margin_right:8;
|
|
2292
|
+
--spacing-selector-padding_y:16;
|
|
2293
|
+
--spacing-selector-icon-margin_right:4;
|
|
2294
|
+
--spacing-selector-down-margin_left:8;
|
|
2295
|
+
--icon-selector-l:20;
|
|
2296
|
+
--icon-selector-down:16;
|
|
2297
|
+
--icon-selector-m:20;
|
|
2298
|
+
--icon-selector-s:16;
|
|
2299
|
+
--icon-selector-multi_button_close:16;
|
|
2300
|
+
--icon-selector-xl:24;
|
|
2301
|
+
--width-selector-form:335;
|
|
2302
|
+
--color-selector-xl-text-disable:rgba(235,235,245,.3);
|
|
2303
|
+
--color-selector-xl-text-default:rgba(235,235,245,.3);
|
|
2304
|
+
--color-selector-xl-text-active:#F2F5FF;
|
|
2305
|
+
--color-selector-l-text-default:rgba(235,235,245,.3);
|
|
2306
|
+
--color-selector-l-text-active:#F2F5FF;
|
|
2307
|
+
--color-selector-l-text-disable:rgba(235,235,245,.3);
|
|
2308
|
+
--color-selector-icon_down-default:rgba(235,235,245,.65);
|
|
2309
|
+
--color-selector-icon_down-active:rgba(235,235,245,.65);
|
|
2310
|
+
--color-selector-icon_down-disable:rgba(235,235,245,.3);
|
|
2311
|
+
--color-selector-m-text-default:rgba(235,235,245,.3);
|
|
2312
|
+
--color-selector-m-text-active:#F2F5FF;
|
|
2313
|
+
--color-selector-m-text-disable:rgba(235,235,245,.3);
|
|
2314
|
+
--color-selector-s-text-default:rgba(235,235,245,.3);
|
|
2315
|
+
--color-selector-s-text-active:#F2F5FF;
|
|
2316
|
+
--color-selector-s-text-disable:rgba(235,235,245,.3);
|
|
2317
|
+
--color-selector-form-bg-default:rgba(118,118,128,.14);
|
|
2318
|
+
--color-selector-form-bg-active:rgba(118,118,128,.14);
|
|
2319
|
+
--color-selector-form-bg-disable:rgba(118,118,128,.14);
|
|
2320
|
+
--color-selector-form-text-default:rgba(235,235,245,.3);
|
|
2321
|
+
--color-selector-form-text-active:#F2F5FF;
|
|
2322
|
+
--color-selector-form-text-disable:rgba(235,235,245,.3);
|
|
2323
|
+
--color-selector-multi_button-bg:rgba(118,118,128,.14);
|
|
2324
|
+
--color-selector-multi_button-text:#F2F5FF;
|
|
2325
|
+
--color-selector-multi_icon_close:rgba(235,235,245,.3);
|
|
2326
|
+
--color-selector-multi_icon_down:rgba(235,235,245,.65);
|
|
2327
|
+
--color-selector-multi_divider:rgba(84,84,88,.85);
|
|
2328
|
+
--color-selector-import-bg-default:rgba(0,0,0,.05);
|
|
2329
|
+
--color-selector-import-text-default:#F2F5FF;
|
|
2330
|
+
}
|
|
2331
|
+
html{
|
|
2332
|
+
--height-selector-form:44;
|
|
2333
|
+
--height-selector-multi:48;
|
|
2334
|
+
--height-selector-multi_button:28;
|
|
2335
|
+
--height-selector-import:44;
|
|
2336
|
+
--radius-selector-form:6;
|
|
2337
|
+
--radius-selector-multi_button:6;
|
|
2338
|
+
--spacing-selector-xl-margin_y:4;
|
|
2339
|
+
--spacing-selector-l-margin_y:4;
|
|
2340
|
+
--spacing-selector-m-margin_y:2;
|
|
2341
|
+
--spacing-selector-s-margin_y:2;
|
|
2342
|
+
--spacing-selector-trade-margin_y:4;
|
|
2343
|
+
--spacing-selector-multi_button-padding_y:12;
|
|
2344
|
+
--spacing-selector-multi_icon_close-margin_left:4;
|
|
2345
|
+
--spacing-selector-multi_button-margin_right:12;
|
|
2346
|
+
--spacing-selector-multi_icon_down-margin_right:8;
|
|
2347
|
+
--spacing-selector-padding_y:16;
|
|
2348
|
+
--spacing-selector-icon-margin_right:4;
|
|
2349
|
+
--spacing-selector-down-margin_left:8;
|
|
2350
|
+
--icon-selector-l:20;
|
|
2351
|
+
--icon-selector-down:16;
|
|
2352
|
+
--icon-selector-m:20;
|
|
2353
|
+
--icon-selector-s:16;
|
|
2354
|
+
--icon-selector-multi_button_close:16;
|
|
2355
|
+
--icon-selector-xl:24;
|
|
2356
|
+
--width-selector-form:335;
|
|
2357
|
+
--color-selector-xl-text-disable:rgba(0,0,0,.3);
|
|
2358
|
+
--color-selector-xl-text-default:rgba(0,0,0,.3);
|
|
2359
|
+
--color-selector-xl-text-active:rgba(0,0,0,.85);
|
|
2360
|
+
--color-selector-l-text-default:rgba(0,0,0,.3);
|
|
2361
|
+
--color-selector-l-text-active:rgba(0,0,0,.85);
|
|
2362
|
+
--color-selector-l-text-disable:rgba(0,0,0,.3);
|
|
2363
|
+
--color-selector-icon_down-default:rgba(0,0,0,.5);
|
|
2364
|
+
--color-selector-icon_down-active:rgba(0,0,0,.5);
|
|
2365
|
+
--color-selector-icon_down-disable:rgba(0,0,0,.3);
|
|
2366
|
+
--color-selector-m-text-default:rgba(0,0,0,.3);
|
|
2367
|
+
--color-selector-m-text-active:rgba(0,0,0,.85);
|
|
2368
|
+
--color-selector-m-text-disable:rgba(0,0,0,.3);
|
|
2369
|
+
--color-selector-s-text-default:rgba(0,0,0,.3);
|
|
2370
|
+
--color-selector-s-text-active:rgba(0,0,0,.85);
|
|
2371
|
+
--color-selector-s-text-disable:rgba(0,0,0,.3);
|
|
2372
|
+
--color-selector-form-bg-default:#f7f8f9;
|
|
2373
|
+
--color-selector-form-bg-active:#f7f8f9;
|
|
2374
|
+
--color-selector-form-bg-disable:#f7f8f9;
|
|
2375
|
+
--color-selector-form-text-default:rgba(0,0,0,.3);
|
|
2376
|
+
--color-selector-form-text-active:rgba(0,0,0,.85);
|
|
2377
|
+
--color-selector-form-text-disable:rgba(0,0,0,.3);
|
|
2378
|
+
--color-selector-multi_button-bg:#f7f8f9;
|
|
2379
|
+
--color-selector-multi_button-text:rgba(0,0,0,.85);
|
|
2380
|
+
--color-selector-multi_icon_close:rgba(0,0,0,.3);
|
|
2381
|
+
--color-selector-multi_icon_down:rgba(0,0,0,.5);
|
|
2382
|
+
--color-selector-multi_divider:rgba(0,0,0,.15);
|
|
2383
|
+
--color-selector-import-bg-default:rgba(0,0,0,.05);
|
|
2384
|
+
--color-selector-import-text-default:rgba(0,0,0,.85);
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
html[theme="dark"]{
|
|
2388
|
+
--height-skeleton-img:210;
|
|
2389
|
+
--height-skeleton-button:48;
|
|
2390
|
+
--height-skeleton-small_shapes:66;
|
|
2391
|
+
--height-skeleton-text_s:12;
|
|
2392
|
+
--height-skeleton-text_m:18;
|
|
2393
|
+
--height-skeleton-text_l:28;
|
|
2394
|
+
--width-skeleton-head:136;
|
|
2395
|
+
--width-skeleton-button:215;
|
|
2396
|
+
--width-skeleton-avatar_s:36;
|
|
2397
|
+
--width-skeleton-avatar_text:95;
|
|
2398
|
+
--width-skeleton-stock_data_s:42;
|
|
2399
|
+
--width-skeleton-stock_data_m:64;
|
|
2400
|
+
--width-skeleton-stock_data_l:64;
|
|
2401
|
+
--width-skeleton-stock_data_xl:104;
|
|
2402
|
+
--width-skeleton-avatar_m:48;
|
|
2403
|
+
--width-skeleton-avatar_l:80;
|
|
2404
|
+
--width-skeleton-img_small:100;
|
|
2405
|
+
--radius-skeleton-img:12;
|
|
2406
|
+
--radius-skeleton-text_l:4;
|
|
2407
|
+
--radius-skeleton-button:10;
|
|
2408
|
+
--radius-skeleton-small_shapes:6;
|
|
2409
|
+
--radius-skeleton-text_s:2;
|
|
2410
|
+
--spacing-skeleton-text-margin_bottom:12;
|
|
2411
|
+
--spacing-skeleton-avatar-margin_right:8;
|
|
2412
|
+
--spacing-skeleton-avatar-margin_bottom:10;
|
|
2413
|
+
--spacing-skeleton-stock-padding_x:5;
|
|
2414
|
+
--spacing-skeleton-stock-padding_y:24;
|
|
2415
|
+
--spacing-skeleton-data-padding_y:20;
|
|
2416
|
+
--color-skeleton-bg:rgba(118,118,128,.15);
|
|
2417
|
+
--color-skeleton-loading_gradient-bg-active:rgba(118,118,128,.05);
|
|
2418
|
+
}
|
|
2419
|
+
html{
|
|
2420
|
+
--height-skeleton-img:210;
|
|
2421
|
+
--height-skeleton-button:48;
|
|
2422
|
+
--height-skeleton-small_shapes:66;
|
|
2423
|
+
--height-skeleton-text_s:12;
|
|
2424
|
+
--height-skeleton-text_m:18;
|
|
2425
|
+
--height-skeleton-text_l:28;
|
|
2426
|
+
--width-skeleton-head:136;
|
|
2427
|
+
--width-skeleton-button:215;
|
|
2428
|
+
--width-skeleton-avatar_s:36;
|
|
2429
|
+
--width-skeleton-avatar_text:95;
|
|
2430
|
+
--width-skeleton-stock_data_s:42;
|
|
2431
|
+
--width-skeleton-stock_data_m:64;
|
|
2432
|
+
--width-skeleton-stock_data_l:64;
|
|
2433
|
+
--width-skeleton-stock_data_xl:104;
|
|
2434
|
+
--width-skeleton-avatar_m:48;
|
|
2435
|
+
--width-skeleton-avatar_l:80;
|
|
2436
|
+
--width-skeleton-img_small:100;
|
|
2437
|
+
--radius-skeleton-img:12;
|
|
2438
|
+
--radius-skeleton-text_l:4;
|
|
2439
|
+
--radius-skeleton-button:10;
|
|
2440
|
+
--radius-skeleton-small_shapes:6;
|
|
2441
|
+
--radius-skeleton-text_s:2;
|
|
2442
|
+
--spacing-skeleton-text-margin_bottom:12;
|
|
2443
|
+
--spacing-skeleton-avatar-margin_right:8;
|
|
2444
|
+
--spacing-skeleton-avatar-margin_bottom:10;
|
|
2445
|
+
--spacing-skeleton-stock-padding_x:5;
|
|
2446
|
+
--spacing-skeleton-stock-padding_y:24;
|
|
2447
|
+
--spacing-skeleton-data-padding_y:20;
|
|
2448
|
+
--color-skeleton-bg:#f7f8f9;
|
|
2449
|
+
--color-skeleton-loading_gradient-bg-active:rgba(247,248,249,.3);
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
html[theme="dark"]{
|
|
2453
|
+
--height-slider-track:6;
|
|
2454
|
+
--height-slider-mark_track:12;
|
|
2455
|
+
--height-slider-mark_handle:22;
|
|
2456
|
+
--width-slider-handle_border:3;
|
|
2457
|
+
--width-slider-handle:20;
|
|
2458
|
+
--width-slider-mark_handle_border:1;
|
|
2459
|
+
--width-slider-mark_handle:16;
|
|
2460
|
+
--width-slider-mark:1;
|
|
2461
|
+
--radius-slider-track:3;
|
|
2462
|
+
--radius-slider-mark_handle:4;
|
|
2463
|
+
--radius-slider-mark_track:4;
|
|
2464
|
+
--spacing-slider-margin_bottom:4;
|
|
2465
|
+
--spacing-slider-mark-margin_top:20;
|
|
2466
|
+
--spacing-slider-mark_handle-margin_top:2;
|
|
2467
|
+
--spacing-slider-mark_text_focus-margin_bottom:8;
|
|
2468
|
+
--color-slider-mark-text:rgba(235,235,245,.3);
|
|
2469
|
+
--color-slider-track-default:rgba(118,118,128,.24);
|
|
2470
|
+
--color-slider-track-focus:#1bc47d;
|
|
2471
|
+
--color-slider-handle-bg:#ffffff;
|
|
2472
|
+
--color-slider-handle_border-default:#c2c2c2;
|
|
2473
|
+
--color-slider-handle_border-focus:#1bc47d;
|
|
2474
|
+
--color-slider-mark:#ffffff;
|
|
2475
|
+
--color-slider-mark-text-focus:#F2F5FF;
|
|
2476
|
+
}
|
|
2477
|
+
html{
|
|
2478
|
+
--height-slider-track:6;
|
|
2479
|
+
--height-slider-mark_track:12;
|
|
2480
|
+
--height-slider-mark_handle:22;
|
|
2481
|
+
--width-slider-handle_border:3;
|
|
2482
|
+
--width-slider-handle:20;
|
|
2483
|
+
--width-slider-mark_handle_border:1;
|
|
2484
|
+
--width-slider-mark_handle:16;
|
|
2485
|
+
--width-slider-mark:1;
|
|
2486
|
+
--radius-slider-track:3;
|
|
2487
|
+
--radius-slider-mark_handle:4;
|
|
2488
|
+
--radius-slider-mark_track:4;
|
|
2489
|
+
--spacing-slider-margin_bottom:4;
|
|
2490
|
+
--spacing-slider-mark-margin_top:20;
|
|
2491
|
+
--spacing-slider-mark_handle-margin_top:2;
|
|
2492
|
+
--spacing-slider-mark_text_focus-margin_bottom:8;
|
|
2493
|
+
--color-slider-mark-text:rgba(0,0,0,.3);
|
|
2494
|
+
--color-slider-track-default:#ebedf0;
|
|
2495
|
+
--color-slider-track-focus:#1bc47d;
|
|
2496
|
+
--color-slider-handle-bg:#ffffff;
|
|
2497
|
+
--color-slider-handle_border-default:#c2c2c2;
|
|
2498
|
+
--color-slider-handle_border-focus:#1bc47d;
|
|
2499
|
+
--color-slider-mark:#ffffff;
|
|
2500
|
+
--color-slider-mark-text-focus:rgba(0,0,0,.85);
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
html[theme="dark"]{
|
|
2504
|
+
--height-steps-border-default:1;
|
|
2505
|
+
--height-steps-border-hover:1;
|
|
2506
|
+
--height-steps-basic-default:3;
|
|
2507
|
+
--height-steps-basic-hover:3;
|
|
2508
|
+
--spacing-steps-horizontal-padding_y:10;
|
|
2509
|
+
--spacing-steps-horizontal-padding_x:8;
|
|
2510
|
+
--spacing-steps-horizontal_item-padding_y:2;
|
|
2511
|
+
--spacing-steps-horizontal_item-margin_right:4;
|
|
2512
|
+
--spacing-steps-horizontal_icon-margin_bottom:8;
|
|
2513
|
+
--spacing-steps-horizontal_description_text-margin_top:6;
|
|
2514
|
+
--spacing-steps-vertical-padding_y:20;
|
|
2515
|
+
--spacing-steps-vertical-padding_x:8;
|
|
2516
|
+
--spacing-steps-vertical_icon-margin_right:12;
|
|
2517
|
+
--spacing-steps-vertical_title-margin_top:2;
|
|
2518
|
+
--spacing-steps-vertical_description_text-margin_top:6;
|
|
2519
|
+
--spacing-steps-vertical_description_text-margin_bottom:20;
|
|
2520
|
+
--spacing-steps-basic-padding_y:16;
|
|
2521
|
+
--spacing-steps-basic-padding_top:12;
|
|
2522
|
+
--spacing-steps-basic-padding_bottom:8;
|
|
2523
|
+
--spacing-steps-basic_item-margin_right:16;
|
|
2524
|
+
--icon-steps-size:20;
|
|
2525
|
+
--icon-steps-size_s:10;
|
|
2526
|
+
--radius-steps-basic:1.5;
|
|
2527
|
+
--color-steps-border-default:rgba(84,84,88,.85);
|
|
2528
|
+
--color-steps-border-hover:#1bc47d;
|
|
2529
|
+
--color-steps-text-complete:#F2F5FF;
|
|
2530
|
+
--color-steps-text-afoot:#F2F5FF;
|
|
2531
|
+
--color-steps-text-warning:#eb5c31;
|
|
2532
|
+
--color-steps-text-not_started:rgba(235,235,245,.65);
|
|
2533
|
+
--color-steps-description_text:rgba(235,235,245,.65);
|
|
2534
|
+
--color-steps-basic-default:rgba(118,118,128,.24);
|
|
2535
|
+
--color-steps-basic-hover:#1bc47d;
|
|
2536
|
+
}
|
|
2537
|
+
html{
|
|
2538
|
+
--height-steps-border-default:1;
|
|
2539
|
+
--height-steps-border-hover:1;
|
|
2540
|
+
--height-steps-basic-default:3;
|
|
2541
|
+
--height-steps-basic-hover:3;
|
|
2542
|
+
--spacing-steps-horizontal-padding_y:10;
|
|
2543
|
+
--spacing-steps-horizontal-padding_x:8;
|
|
2544
|
+
--spacing-steps-horizontal_item-padding_y:2;
|
|
2545
|
+
--spacing-steps-horizontal_item-margin_right:4;
|
|
2546
|
+
--spacing-steps-horizontal_icon-margin_bottom:8;
|
|
2547
|
+
--spacing-steps-horizontal_description_text-margin_top:6;
|
|
2548
|
+
--spacing-steps-vertical-padding_y:20;
|
|
2549
|
+
--spacing-steps-vertical-padding_x:8;
|
|
2550
|
+
--spacing-steps-vertical_icon-margin_right:12;
|
|
2551
|
+
--spacing-steps-vertical_title-margin_top:2;
|
|
2552
|
+
--spacing-steps-vertical_description_text-margin_top:6;
|
|
2553
|
+
--spacing-steps-vertical_description_text-margin_bottom:20;
|
|
2554
|
+
--spacing-steps-basic-padding_y:16;
|
|
2555
|
+
--spacing-steps-basic-padding_top:12;
|
|
2556
|
+
--spacing-steps-basic-padding_bottom:8;
|
|
2557
|
+
--spacing-steps-basic_item-margin_right:16;
|
|
2558
|
+
--icon-steps-size:20;
|
|
2559
|
+
--icon-steps-size_s:10;
|
|
2560
|
+
--radius-steps-basic:1.5;
|
|
2561
|
+
--color-steps-border-default:rgba(0,0,0,.1);
|
|
2562
|
+
--color-steps-border-hover:#1bc47d;
|
|
2563
|
+
--color-steps-text-complete:rgba(0,0,0,.85);
|
|
2564
|
+
--color-steps-text-afoot:rgba(0,0,0,.85);
|
|
2565
|
+
--color-steps-text-warning:#eb5c31;
|
|
2566
|
+
--color-steps-text-not_started:rgba(0,0,0,.5);
|
|
2567
|
+
--color-steps-description_text:rgba(0,0,0,.5);
|
|
2568
|
+
--color-steps-basic-default:#ebedf0;
|
|
2569
|
+
--color-steps-basic-hover:#1bc47d;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
html[theme="dark"]{
|
|
2573
|
+
--height-switch-bg:10;
|
|
2574
|
+
--height-switch-button:20;
|
|
2575
|
+
--width-switch-bg:40;
|
|
2576
|
+
--radius-switch-bg:5;
|
|
2577
|
+
--radius-switch-button:10;
|
|
2578
|
+
--color-switch-off_bg-default:rgba(105,105,112,.6);
|
|
2579
|
+
--color-switch-off_bg-disable:rgba(105,105,112,.2);
|
|
2580
|
+
--color-switch-off_button_bg-default:#eeeeee;
|
|
2581
|
+
--color-switch-off_button_bg-disable:rgba(72,72,74,.95);
|
|
2582
|
+
--color-switch-off_button_border-default:rgba(0,0,0,.1);
|
|
2583
|
+
--color-switch-off_button_border-disable:rgba(0,0,0,.05);
|
|
2584
|
+
--color-switch-on_bg-default:rgba(27,196,125,.3);
|
|
2585
|
+
--color-switch-on_bg-disable:rgba(27,196,125,.1);
|
|
2586
|
+
--color-switch-on_button_bg-default:#1bc47d;
|
|
2587
|
+
--color-switch-on_button_bg-disable:#093E28;
|
|
2588
|
+
--color-switch-on_button_border-default:rgba(0,0,0,.1);
|
|
2589
|
+
--color-switch-on_button_border-disable:rgba(0,0,0,.05);
|
|
2590
|
+
}
|
|
2591
|
+
html{
|
|
2592
|
+
--height-switch-bg:10;
|
|
2593
|
+
--height-switch-button:20;
|
|
2594
|
+
--width-switch-bg:40;
|
|
2595
|
+
--radius-switch-bg:5;
|
|
2596
|
+
--radius-switch-button:10;
|
|
2597
|
+
--color-switch-off_bg-default:#ebedf0;
|
|
2598
|
+
--color-switch-off_bg-disable:rgba(235,237,240,.5);
|
|
2599
|
+
--color-switch-off_button_bg-default:#ffffff;
|
|
2600
|
+
--color-switch-off_button_bg-disable:#f1f2f4;
|
|
2601
|
+
--color-switch-off_button_border-default:rgba(0,0,0,.1);
|
|
2602
|
+
--color-switch-off_button_border-disable:rgba(0,0,0,.02);
|
|
2603
|
+
--color-switch-on_bg-default:rgba(27,196,125,.3);
|
|
2604
|
+
--color-switch-on_bg-disable:rgba(27,196,125,.1);
|
|
2605
|
+
--color-switch-on_button_bg-default:#1bc47d;
|
|
2606
|
+
--color-switch-on_button_bg-disable:#d2f3ea;
|
|
2607
|
+
--color-switch-on_button_border-default:rgba(0,0,0,.1);
|
|
2608
|
+
--color-switch-on_button_border-disable:rgba(0,0,0,.05);
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
html[theme="dark"]{
|
|
2612
|
+
--height-tab-primary:56;
|
|
2613
|
+
--height-tab-primary-bar:3;
|
|
2614
|
+
--height-tab-secondary:48;
|
|
2615
|
+
--height-tab-secondary-bar:2;
|
|
2616
|
+
--height-tab-capsule:48;
|
|
2617
|
+
--height-tab-capsule_btn:28;
|
|
2618
|
+
--height-tab-selector_l:34;
|
|
2619
|
+
--height-tab-selector_l_btn:30;
|
|
2620
|
+
--height-tab-selector_m:28;
|
|
2621
|
+
--height-tab-selector_m_btn:24;
|
|
2622
|
+
--height-tab-secondary-divider:0.5;
|
|
2623
|
+
--height-tab-buy_sell:44;
|
|
2624
|
+
--height-tab-filter:48;
|
|
2625
|
+
--height-tab-filter_divider:0.5;
|
|
2626
|
+
--spacing-tab-primary-padding_left:8;
|
|
2627
|
+
--spacing-tab-primary-padding_right:8;
|
|
2628
|
+
--spacing-tab-primary-margin_left:12;
|
|
2629
|
+
--spacing-tab-primary_bar-margin_top-active:4;
|
|
2630
|
+
--spacing-tab-primary_icon-margin_right:20;
|
|
2631
|
+
--spacing-tab-secondary-padding_left:12;
|
|
2632
|
+
--spacing-tab-secondary-padding_right:12;
|
|
2633
|
+
--spacing-tab-secondary-margin_left:8;
|
|
2634
|
+
--spacing-tab-secondary_bar-margin_top-active:13;
|
|
2635
|
+
--spacing-tab-secondary_icon-margin_right:20;
|
|
2636
|
+
--spacing-tab-capsule_btn-padding_left:12;
|
|
2637
|
+
--spacing-tab-capsule_btn-padding_right:12;
|
|
2638
|
+
--spacing-tab-capsule_btn-margin_right:6;
|
|
2639
|
+
--spacing-tab-capsule_btn-margin_left:6;
|
|
2640
|
+
--spacing-tab-capsule_btn_icon-margin_left:0;
|
|
2641
|
+
--spacing-tab-capsule-margin_left:14;
|
|
2642
|
+
--spacing-tab-capsule-margin_top:10;
|
|
2643
|
+
--spacing-tab-capsule-margin_bottom:10;
|
|
2644
|
+
--spacing-tab-capsule_icon-margin_right:20;
|
|
2645
|
+
--spacing-tab-selector-margin_left:2;
|
|
2646
|
+
--spacing-tab-selector-margin_right:2;
|
|
2647
|
+
--spacing-tab-selector-margin_top:2;
|
|
2648
|
+
--spacing-tab-selector-margin_bottom:2;
|
|
2649
|
+
--spacing-tab-filter-margin_y:20;
|
|
2650
|
+
--spacing-tab-filter_contant-margin_y:8;
|
|
2651
|
+
--spacing-tab-filter_down-margin_left:0;
|
|
2652
|
+
--spacing-tab-double_click_filter-margin_y:24;
|
|
2653
|
+
--radius-tab-capsule_button:14;
|
|
2654
|
+
--radius-tab-selector_card:6;
|
|
2655
|
+
--radius-tab-buy_sell-1:6;
|
|
2656
|
+
--radius-tab-buy_sell-2:4;
|
|
2657
|
+
--radius-tab-primary_bar:1;
|
|
2658
|
+
--radius-tab-secondary-bar_bottom:0;
|
|
2659
|
+
--radius-tab-secondary-bar_top:1;
|
|
2660
|
+
--width-tab-primary-bar:16;
|
|
2661
|
+
--width-tab-buy-border-active:1;
|
|
2662
|
+
--icon-tab-filter_down:16;
|
|
2663
|
+
--color-tab-primary-text-default:rgba(235,235,245,.65);
|
|
2664
|
+
--color-tab-primary-text-active:#F2F5FF;
|
|
2665
|
+
--color-tab-primary-bar-active:#1bc47d;
|
|
2666
|
+
--color-tab-secondary-text-default:rgba(235,235,245,.65);
|
|
2667
|
+
--color-tab-secondary-text-active:#F2F5FF;
|
|
2668
|
+
--color-tab-secondary-bar-active:#F2F5FF;
|
|
2669
|
+
--color-tab-secondary-divider:rgba(84,84,88,.35);
|
|
2670
|
+
--color-tab-capsule-text-default:#F2F5FF;
|
|
2671
|
+
--color-tab-capsule_btn-bg-default:rgba(118,118,128,.14);
|
|
2672
|
+
--color-tab-capsule-text-active:#1bc47d;
|
|
2673
|
+
--color-tab-capsule_btn-bg-active:rgba(27,196,125,.2);
|
|
2674
|
+
--color-tab-selector-text-default:rgba(235,235,245,.65);
|
|
2675
|
+
--color-tab-selector-bg-default:rgba(118,118,128,.2);
|
|
2676
|
+
--color-tab-selector-bg-active:rgba(118,118,128,.5);
|
|
2677
|
+
--color-tab-selector-text-active:#F2F5FF;
|
|
2678
|
+
--color-tab-buy-text-default:#F2F5FF;
|
|
2679
|
+
--color-tab-buy-text-active:#1bc47d;
|
|
2680
|
+
--color-tab-buy-text-disable:rgba(235,235,245,.3);
|
|
2681
|
+
--color-tab-buy-bg-default:rgba(118,118,128,.14);
|
|
2682
|
+
--color-tab-buy-bg-active:rgba(27,196,125,.20);
|
|
2683
|
+
--color-tab-buy-border-active:#1bc47d;
|
|
2684
|
+
--color-tab-buy-bg-disable:rgba(118,118,128,.14);
|
|
2685
|
+
--color-tab-sell-text-default:#F2F5FF;
|
|
2686
|
+
--color-tab-sell-text-active:#f24822;
|
|
2687
|
+
--color-tab-sell-bg-default:rgba(118,118,128,.14);
|
|
2688
|
+
--color-tab-sell-bg-active:rgba(242,72,34,.20);
|
|
2689
|
+
--color-tab-sell-border-active:#f24822;
|
|
2690
|
+
--color-tab-sell-bg-disable:rgba(118,118,128,.14);
|
|
2691
|
+
--color-tab-filter-text-default:rgba(235,235,245,.65);
|
|
2692
|
+
--color-tab-filter-text-active:#F2F5FF;
|
|
2693
|
+
--color-tab-filter_down:rgba(235,235,245,.65);
|
|
2694
|
+
--color-tab-filter-divider:rgba(84,84,88,.35);
|
|
2695
|
+
--color-tab-sell-text-disable:rgba(235,235,245,.3);
|
|
2696
|
+
--color-tab-filter_down-active:#1bc47d;
|
|
2697
|
+
}
|
|
2698
|
+
html{
|
|
2699
|
+
--height-tab-primary:56;
|
|
2700
|
+
--height-tab-primary-bar:3;
|
|
2701
|
+
--height-tab-secondary:48;
|
|
2702
|
+
--height-tab-secondary-bar:2;
|
|
2703
|
+
--height-tab-capsule:48;
|
|
2704
|
+
--height-tab-capsule_btn:28;
|
|
2705
|
+
--height-tab-selector_l:34;
|
|
2706
|
+
--height-tab-selector_l_btn:30;
|
|
2707
|
+
--height-tab-selector_m:28;
|
|
2708
|
+
--height-tab-selector_m_btn:24;
|
|
2709
|
+
--height-tab-secondary-divider:0.5;
|
|
2710
|
+
--height-tab-buy_sell:44;
|
|
2711
|
+
--height-tab-filter:48;
|
|
2712
|
+
--height-tab-filter_divider:0.5;
|
|
2713
|
+
--spacing-tab-primary-padding_left:8;
|
|
2714
|
+
--spacing-tab-primary-padding_right:8;
|
|
2715
|
+
--spacing-tab-primary-margin_left:12;
|
|
2716
|
+
--spacing-tab-primary_bar-margin_top-active:4;
|
|
2717
|
+
--spacing-tab-primary_icon-margin_right:20;
|
|
2718
|
+
--spacing-tab-secondary-padding_left:12;
|
|
2719
|
+
--spacing-tab-secondary-padding_right:12;
|
|
2720
|
+
--spacing-tab-secondary-margin_left:8;
|
|
2721
|
+
--spacing-tab-secondary_bar-margin_top-active:13;
|
|
2722
|
+
--spacing-tab-secondary_icon-margin_right:20;
|
|
2723
|
+
--spacing-tab-capsule_btn-padding_left:12;
|
|
2724
|
+
--spacing-tab-capsule_btn-padding_right:12;
|
|
2725
|
+
--spacing-tab-capsule_btn-margin_right:6;
|
|
2726
|
+
--spacing-tab-capsule_btn-margin_left:6;
|
|
2727
|
+
--spacing-tab-capsule_btn_icon-margin_left:0;
|
|
2728
|
+
--spacing-tab-capsule-margin_left:14;
|
|
2729
|
+
--spacing-tab-capsule-margin_top:10;
|
|
2730
|
+
--spacing-tab-capsule-margin_bottom:10;
|
|
2731
|
+
--spacing-tab-capsule_icon-margin_right:20;
|
|
2732
|
+
--spacing-tab-selector-margin_left:2;
|
|
2733
|
+
--spacing-tab-selector-margin_right:2;
|
|
2734
|
+
--spacing-tab-selector-margin_top:2;
|
|
2735
|
+
--spacing-tab-selector-margin_bottom:2;
|
|
2736
|
+
--spacing-tab-filter-margin_y:20;
|
|
2737
|
+
--spacing-tab-filter_contant-margin_y:8;
|
|
2738
|
+
--spacing-tab-filter_down-margin_left:0;
|
|
2739
|
+
--spacing-tab-double_click_filter-margin_y:24;
|
|
2740
|
+
--radius-tab-capsule_button:14;
|
|
2741
|
+
--radius-tab-selector_card:6;
|
|
2742
|
+
--radius-tab-buy_sell-1:6;
|
|
2743
|
+
--radius-tab-buy_sell-2:4;
|
|
2744
|
+
--radius-tab-primary_bar:1;
|
|
2745
|
+
--radius-tab-secondary-bar_bottom:0;
|
|
2746
|
+
--radius-tab-secondary-bar_top:1;
|
|
2747
|
+
--width-tab-primary-bar:16;
|
|
2748
|
+
--width-tab-buy-border-active:1;
|
|
2749
|
+
--icon-tab-filter_down:16;
|
|
2750
|
+
--color-tab-primary-text-default:rgba(0,0,0,.5);
|
|
2751
|
+
--color-tab-primary-text-active:rgba(0,0,0,.85);
|
|
2752
|
+
--color-tab-primary-bar-active:#1bc47d;
|
|
2753
|
+
--color-tab-secondary-text-default:rgba(0,0,0,.5);
|
|
2754
|
+
--color-tab-secondary-text-active:rgba(0,0,0,.85);
|
|
2755
|
+
--color-tab-secondary-bar-active:rgba(0,0,0,.85);
|
|
2756
|
+
--color-tab-secondary-divider:rgba(0,0,0,.05);
|
|
2757
|
+
--color-tab-capsule-text-default:rgba(0,0,0,.85);
|
|
2758
|
+
--color-tab-capsule_btn-bg-default:#f7f8f9;
|
|
2759
|
+
--color-tab-capsule-text-active:#1bc47d;
|
|
2760
|
+
--color-tab-capsule_btn-bg-active:rgba(27,196,125,.1);
|
|
2761
|
+
--color-tab-selector-text-default:rgba(0,0,0,.5);
|
|
2762
|
+
--color-tab-selector-bg-default:#f7f8f9;
|
|
2763
|
+
--color-tab-selector-bg-active:#ffffff;
|
|
2764
|
+
--color-tab-selector-text-active:rgba(0,0,0,.85);
|
|
2765
|
+
--color-tab-buy-text-default:rgba(0,0,0,.85);
|
|
2766
|
+
--color-tab-buy-text-active:#1bc47d;
|
|
2767
|
+
--color-tab-buy-text-disable:rgba(0,0,0,.3);
|
|
2768
|
+
--color-tab-buy-bg-default:#f7f8f9;
|
|
2769
|
+
--color-tab-buy-bg-active:rgba(27,196,125,.15);
|
|
2770
|
+
--color-tab-buy-border-active:#1bc47d;
|
|
2771
|
+
--color-tab-buy-bg-disable:#f7f8f9;
|
|
2772
|
+
--color-tab-sell-text-default:rgba(0,0,0,.85);
|
|
2773
|
+
--color-tab-sell-text-active:#f24822;
|
|
2774
|
+
--color-tab-sell-text-disable:rgba(0,0,0,.3);
|
|
2775
|
+
--color-tab-sell-bg-default:#f7f8f9;
|
|
2776
|
+
--color-tab-sell-bg-active:rgba(242,72,34,.15);
|
|
2777
|
+
--color-tab-sell-border-active:#f24822;
|
|
2778
|
+
--color-tab-sell-bg-disable:#f7f8f9;
|
|
2779
|
+
--color-tab-filter-text-default:rgba(0,0,0,.5);
|
|
2780
|
+
--color-tab-filter-text-active:rgba(0,0,0,.85);
|
|
2781
|
+
--color-tab-filter_down:rgba(0,0,0,.5);
|
|
2782
|
+
--color-tab-filter-divider:rgba(0,0,0,.05);
|
|
2783
|
+
--color-tab-filter_down-active:#1bc47d;
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2786
|
+
html[theme="dark"]{
|
|
2787
|
+
--height-tag-l:18;
|
|
2788
|
+
--height-tag-s:14;
|
|
2789
|
+
--height-tag-m:16;
|
|
2790
|
+
--radius-tag-bg:4;
|
|
2791
|
+
--spacing-tag-padding_y:4;
|
|
2792
|
+
--width-tag-border:0.5;
|
|
2793
|
+
--color-tag-default-text:rgba(235,235,245,.60);
|
|
2794
|
+
--color-tag-default-bg:rgba(118,118,128,.14);
|
|
2795
|
+
--color-tag-default_border-text:#cad2da;
|
|
2796
|
+
--color-tag-default-border:#cad2da;
|
|
2797
|
+
--color-tag-dark-text:rgba(255,255,255,.8);
|
|
2798
|
+
--color-tag-dark-bg:rgba(255,255,255,.3);
|
|
2799
|
+
--color-tag-dark_border-text:rgba(255,255,255,.8);
|
|
2800
|
+
--color-tag-dark-border:rgba(255,255,255,.3);
|
|
2801
|
+
--color-tag-blue-text:rgba(24,160,251,.9);
|
|
2802
|
+
--color-tag-blue-bg:rgba(24,160,251,.15);
|
|
2803
|
+
--color-tag-blue-border:rgba(24,160,251,.5);
|
|
2804
|
+
--color-tag-cyan-text:rgba(0,165,187,.9);
|
|
2805
|
+
--color-tag-cyan-bg:rgba(0,165,187,.15);
|
|
2806
|
+
--color-tag-cyan-border:rgba(0,165,187,.5);
|
|
2807
|
+
--color-tag-green-text:rgba(27,196,125,.9);
|
|
2808
|
+
--color-tag-green-bg:rgba(27,196,125,.15);
|
|
2809
|
+
--color-tag-green-border:rgba(27,196,125,.5);
|
|
2810
|
+
--color-tag-olive-text:rgba(119,193,63,.9);
|
|
2811
|
+
--color-tag-olive-bg:rgba(119,193,63,.15);
|
|
2812
|
+
--color-tag-olive-border:rgba(119,193,63,.60);
|
|
2813
|
+
--color-tag-yellow-text:rgba(255,168,25,.9);
|
|
2814
|
+
--color-tag-yellow-bg:rgba(255,199,0,.15);
|
|
2815
|
+
--color-tag-yellow-border:rgba(210,167,0,.5);
|
|
2816
|
+
--color-tag-orange-text:rgba(255,115,60,.9);
|
|
2817
|
+
--color-tag-orange-bg:rgba(255,115,60,.15);
|
|
2818
|
+
--color-tag-orange-border:rgba(255,115,60,.5);
|
|
2819
|
+
--color-tag-red-text:rgba(242,72,34,.9);
|
|
2820
|
+
--color-tag-red-bg:rgba(242,72,34,.15);
|
|
2821
|
+
--color-tag-red-border:rgba(242,72,34,.5);
|
|
2822
|
+
--color-tag-pink-text:rgba(244,89,167,.9);
|
|
2823
|
+
--color-tag-pink-bg:rgba(244,89,167,.15);
|
|
2824
|
+
--color-tag-pink-border:rgba(244,89,167,.5);
|
|
2825
|
+
--color-tag-purple-text:rgba(144,124,255,.9);
|
|
2826
|
+
--color-tag-purple-bg:rgba(144,124,255,.15);
|
|
2827
|
+
--color-tag-purple-border:rgba(144,124,255,.5);
|
|
2828
|
+
}
|
|
2829
|
+
html{
|
|
2830
|
+
--height-tag-l:18;
|
|
2831
|
+
--height-tag-s:14;
|
|
2832
|
+
--height-tag-m:16;
|
|
2833
|
+
--radius-tag-bg:4;
|
|
2834
|
+
--spacing-tag-padding_y:4;
|
|
2835
|
+
--width-tag-border:0.5;
|
|
2836
|
+
--color-tag-default-text:#7f7f7f;
|
|
2837
|
+
--color-tag-default-bg:#f1f2f4;
|
|
2838
|
+
--color-tag-default_border-text:#f1f2f4;
|
|
2839
|
+
--color-tag-default-border:#f1f2f4;
|
|
2840
|
+
--color-tag-dark-text:#ffffff;
|
|
2841
|
+
--color-tag-dark-bg:rgba(0,0,0,.3);
|
|
2842
|
+
--color-tag-dark_border-text:rgba(0,0,0,.85);
|
|
2843
|
+
--color-tag-dark-border:rgba(0,0,0,.3);
|
|
2844
|
+
--color-tag-blue-text:#18a0fb;
|
|
2845
|
+
--color-tag-blue-bg:rgba(24,160,251,.1);
|
|
2846
|
+
--color-tag-blue-border:rgba(24,160,251,.5);
|
|
2847
|
+
--color-tag-cyan-text:#00A5BB;
|
|
2848
|
+
--color-tag-cyan-bg:rgba(0,165,187,.1);
|
|
2849
|
+
--color-tag-cyan-border:rgba(0,165,187,.5);
|
|
2850
|
+
--color-tag-green-text:#1bc47d;
|
|
2851
|
+
--color-tag-green-bg:rgba(27,196,125,.1);
|
|
2852
|
+
--color-tag-green-border:rgba(27,196,125,.5);
|
|
2853
|
+
--color-tag-olive-text:#77c13f;
|
|
2854
|
+
--color-tag-olive-bg:rgba(119,193,63,.15);
|
|
2855
|
+
--color-tag-olive-border:rgba(119,193,63,.60);
|
|
2856
|
+
--color-tag-yellow-text:#ffa819;
|
|
2857
|
+
--color-tag-yellow-bg:rgba(255,199,0,.15);
|
|
2858
|
+
--color-tag-yellow-border:rgba(210,167,0,.5);
|
|
2859
|
+
--color-tag-orange-text:#ff733c;
|
|
2860
|
+
--color-tag-orange-bg:rgba(255,115,60,.1);
|
|
2861
|
+
--color-tag-orange-border:rgba(255,115,60,.5);
|
|
2862
|
+
--color-tag-red-text:#f24822;
|
|
2863
|
+
--color-tag-red-bg:rgba(242,72,34,.1);
|
|
2864
|
+
--color-tag-red-border:rgba(242,72,34,.5);
|
|
2865
|
+
--color-tag-pink-text:#f459a7;
|
|
2866
|
+
--color-tag-pink-bg:rgba(244,89,167,.1);
|
|
2867
|
+
--color-tag-pink-border:rgba(244,89,167,.5);
|
|
2868
|
+
--color-tag-purple-text:#907cff;
|
|
2869
|
+
--color-tag-purple-bg:rgba(144,124,255,.1);
|
|
2870
|
+
--color-tag-purple-border:rgba(144,124,255,.5);
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
html[theme="dark"]{
|
|
2874
|
+
--height-title-primary:48;
|
|
2875
|
+
--height-title-secondary:48;
|
|
2876
|
+
--height-title-tertiary:40;
|
|
2877
|
+
--height-title-quaternary:32;
|
|
2878
|
+
--height-title-primary_double:69;
|
|
2879
|
+
--height-title-secondary_double:66;
|
|
2880
|
+
--height-title-tertiary_double:58;
|
|
2881
|
+
--height-title-quaternary_double:49;
|
|
2882
|
+
--spacing-title-padding_left:20;
|
|
2883
|
+
--spacing-title-padding_right:20;
|
|
2884
|
+
--spacing-title-primary_icon-margin_y:4;
|
|
2885
|
+
--spacing-title-secondary_icon-margin_y:4;
|
|
2886
|
+
--spacing-title-tertiary_icon-margin_y:4;
|
|
2887
|
+
--spacing-title-quaternary_icon-margin_y:4;
|
|
2888
|
+
--spacing-title-text-margin_right:4;
|
|
2889
|
+
--spacing-title-subtitle-margin_top:4;
|
|
2890
|
+
--icon-title-primary:20;
|
|
2891
|
+
--icon-title-secondary:20;
|
|
2892
|
+
--icon-title-tertiary:16;
|
|
2893
|
+
--icon-title-quaternary:16;
|
|
2894
|
+
--icon-title-arrow:16;
|
|
2895
|
+
--color-title-head:#F2F5FF;
|
|
2896
|
+
--color-title-text:rgba(235,235,245,.65);
|
|
2897
|
+
--color-title-icon_arrow:rgba(235,235,245,.65);
|
|
2898
|
+
}
|
|
2899
|
+
html{
|
|
2900
|
+
--height-title-primary:48;
|
|
2901
|
+
--height-title-secondary:48;
|
|
2902
|
+
--height-title-tertiary:40;
|
|
2903
|
+
--height-title-quaternary:32;
|
|
2904
|
+
--height-title-primary_double:69;
|
|
2905
|
+
--height-title-secondary_double:66;
|
|
2906
|
+
--height-title-tertiary_double:58;
|
|
2907
|
+
--height-title-quaternary_double:49;
|
|
2908
|
+
--spacing-title-padding_left:20;
|
|
2909
|
+
--spacing-title-padding_right:20;
|
|
2910
|
+
--spacing-title-primary_icon-margin_y:4;
|
|
2911
|
+
--spacing-title-secondary_icon-margin_y:4;
|
|
2912
|
+
--spacing-title-tertiary_icon-margin_y:4;
|
|
2913
|
+
--spacing-title-quaternary_icon-margin_y:4;
|
|
2914
|
+
--spacing-title-text-margin_right:4;
|
|
2915
|
+
--spacing-title-subtitle-margin_top:4;
|
|
2916
|
+
--icon-title-primary:20;
|
|
2917
|
+
--icon-title-secondary:20;
|
|
2918
|
+
--icon-title-tertiary:16;
|
|
2919
|
+
--icon-title-quaternary:16;
|
|
2920
|
+
--icon-title-arrow:16;
|
|
2921
|
+
--color-title-head:rgba(0,0,0,.85);
|
|
2922
|
+
--color-title-text:rgba(0,0,0,.5);
|
|
2923
|
+
--color-title-icon_arrow:rgba(0,0,0,.5);
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2926
|
+
html[theme="dark"]{
|
|
2927
|
+
--height-toast-small:109;
|
|
2928
|
+
--width-toast-small:120;
|
|
2929
|
+
--width-toast-large:279;
|
|
2930
|
+
--radius-toast-content:10;
|
|
2931
|
+
--spacing-toast-padding_y:20;
|
|
2932
|
+
--spacing-toast-padding_x:20;
|
|
2933
|
+
--spacing-toast-icon-margin_bottom:6;
|
|
2934
|
+
--icon-toast-size:48;
|
|
2935
|
+
--color-toast-bg:rgba(72,72,74,.96);
|
|
2936
|
+
--color-toast-text:#ffffff;
|
|
2937
|
+
}
|
|
2938
|
+
html{
|
|
2939
|
+
--height-toast-small:109;
|
|
2940
|
+
--width-toast-small:120;
|
|
2941
|
+
--width-toast-large:279;
|
|
2942
|
+
--radius-toast-content:10;
|
|
2943
|
+
--spacing-toast-padding_y:20;
|
|
2944
|
+
--spacing-toast-padding_x:20;
|
|
2945
|
+
--spacing-toast-icon-margin_bottom:6;
|
|
2946
|
+
--icon-toast-size:48;
|
|
2947
|
+
--color-toast-bg:rgba(0,0,0,.85);
|
|
2948
|
+
--color-toast-text:#ffffff;
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
html[theme="dark"]{
|
|
2952
|
+
--height-upload-bg:96;
|
|
2953
|
+
--width-upload-small:96;
|
|
2954
|
+
--radius-upload-content:6;
|
|
2955
|
+
--spacing-upload-padding_top:22;
|
|
2956
|
+
--spacing-upload-padding_bottom:19;
|
|
2957
|
+
--spacing-upload-text-margin_top:6;
|
|
2958
|
+
--icon-upload-size:32;
|
|
2959
|
+
--icon-upload-close:16;
|
|
2960
|
+
--color-upload-bg:rgba(118,118,128,.14);
|
|
2961
|
+
--color-upload-icon:rgba(255,255,255,.15);
|
|
2962
|
+
--color-upload-text:rgba(235,235,245,.65);
|
|
2963
|
+
--color-upload-pdf-bg:rgba(235,92,49,.85);
|
|
2964
|
+
--color-upload-pdf-text:#ffffff;
|
|
2965
|
+
--color-upload-close_bg:rgba(0,0,0,.3);
|
|
2966
|
+
}
|
|
2967
|
+
html{
|
|
2968
|
+
--height-upload-bg:96;
|
|
2969
|
+
--width-upload-small:96;
|
|
2970
|
+
--radius-upload-content:6;
|
|
2971
|
+
--spacing-upload-padding_top:22;
|
|
2972
|
+
--spacing-upload-padding_bottom:19;
|
|
2973
|
+
--spacing-upload-text-margin_top:6;
|
|
2974
|
+
--icon-upload-size:32;
|
|
2975
|
+
--icon-upload-close:16;
|
|
2976
|
+
--color-upload-bg:#f7f8f9;
|
|
2977
|
+
--color-upload-icon:rgba(0,0,0,.15);
|
|
2978
|
+
--color-upload-text:rgba(0,0,0,.5);
|
|
2979
|
+
--color-upload-pdf-bg:rgba(235,92,49,.85);
|
|
2980
|
+
--color-upload-pdf-text:#ffffff;
|
|
2981
|
+
--color-upload-close_bg:rgba(0,0,0,.3);
|
|
2982
|
+
}
|