bhd-components 0.5.5 → 0.5.7

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.
Files changed (117) hide show
  1. package/dist/1bddec89.esm.es5.production.js +72 -0
  2. package/dist/535fc6c5.esm.es5.development.js +95493 -0
  3. package/dist/CustomerService.esm.es5.development.css +2827 -0
  4. package/dist/CustomerService.esm.es5.development.js +3823 -0
  5. package/dist/CustomerService.esm.es5.production.css +1 -0
  6. package/dist/CustomerService.esm.es5.production.js +1 -0
  7. package/dist/vendor.esm.es5.development.esm.es5.development.css +117 -0
  8. package/dist/vendor.esm.es5.production.esm.es5.production.css +9 -0
  9. package/es2017/customerService/contactsList/index.d.ts +13 -0
  10. package/es2017/customerService/contactsList/index.js +313 -0
  11. package/es2017/customerService/contactsList/index.module.less +187 -0
  12. package/es2017/customerService/function.d.ts +17 -0
  13. package/es2017/customerService/function.js +67 -0
  14. package/es2017/customerService/historyFun/index.d.ts +13 -0
  15. package/es2017/customerService/historyFun/index.js +241 -0
  16. package/es2017/customerService/historyFun/index.module.less +189 -0
  17. package/es2017/customerService/images/knowledge_icon.png +0 -0
  18. package/es2017/customerService/images/voice_btn.gif +0 -0
  19. package/es2017/customerService/index.d.ts +16 -0
  20. package/es2017/customerService/index.js +2493 -0
  21. package/es2017/customerService/index.module.less +727 -0
  22. package/es2017/customerService/useMediaRecorder.d.ts +9 -0
  23. package/es2017/customerService/useMediaRecorder.js +78 -0
  24. package/es2017/customerService/voice_btn.gif +0 -0
  25. package/es2017/icons/components/custom-ai_icon.d.ts +4 -0
  26. package/es2017/icons/components/custom-ai_icon.js +58 -0
  27. package/es2017/icons/components/custom-contacts.d.ts +4 -0
  28. package/es2017/icons/components/custom-contacts.js +29 -0
  29. package/es2017/icons/components/custom-copy.d.ts +4 -0
  30. package/es2017/icons/components/custom-copy.js +36 -0
  31. package/es2017/icons/components/custom-dislike.d.ts +4 -0
  32. package/es2017/icons/components/custom-dislike.js +22 -0
  33. package/es2017/icons/components/custom-duihao.d.ts +4 -0
  34. package/es2017/icons/components/custom-duihao.js +22 -0
  35. package/es2017/icons/components/custom-exit_full_screen.d.ts +4 -0
  36. package/es2017/icons/components/custom-exit_full_screen.js +26 -0
  37. package/es2017/icons/components/custom-full_screen.d.ts +4 -0
  38. package/es2017/icons/components/custom-full_screen.js +22 -0
  39. package/es2017/icons/components/custom-like.d.ts +4 -0
  40. package/es2017/icons/components/custom-like.js +22 -0
  41. package/es2017/icons/components/custom-quote.d.ts +4 -0
  42. package/es2017/icons/components/custom-quote.js +31 -0
  43. package/es2017/icons/components/custom-record.d.ts +4 -0
  44. package/es2017/icons/components/custom-record.js +37 -0
  45. package/es2017/icons/components/custom-reloading.d.ts +4 -0
  46. package/es2017/icons/components/custom-reloading.js +26 -0
  47. package/es2017/icons/components/custom-retract.d.ts +4 -0
  48. package/es2017/icons/components/custom-retract.js +27 -0
  49. package/es2017/icons/components/custom-round_close.d.ts +4 -0
  50. package/es2017/icons/components/custom-round_close.js +24 -0
  51. package/es2017/icons/components/custom-sending.d.ts +4 -0
  52. package/es2017/icons/components/custom-sending.js +22 -0
  53. package/es2017/icons/components/custom-sound_recording.d.ts +4 -0
  54. package/es2017/icons/components/custom-sound_recording.js +22 -0
  55. package/es2017/icons/components/index.d.ts +15 -0
  56. package/es2017/icons/components/index.js +15 -0
  57. package/es2017/index.d.ts +1 -0
  58. package/es2017/index.js +1 -0
  59. package/es2017/provider/config.js +3 -3
  60. package/esm/customerService/contactsList/index.d.ts +13 -0
  61. package/esm/customerService/contactsList/index.js +326 -0
  62. package/esm/customerService/contactsList/index.module.less +187 -0
  63. package/esm/customerService/function.d.ts +17 -0
  64. package/esm/customerService/function.js +69 -0
  65. package/esm/customerService/historyFun/index.d.ts +13 -0
  66. package/esm/customerService/historyFun/index.js +256 -0
  67. package/esm/customerService/historyFun/index.module.less +189 -0
  68. package/esm/customerService/images/knowledge_icon.png +0 -0
  69. package/esm/customerService/images/voice_btn.gif +0 -0
  70. package/esm/customerService/index.d.ts +16 -0
  71. package/esm/customerService/index.js +2576 -0
  72. package/esm/customerService/index.module.less +727 -0
  73. package/esm/customerService/useMediaRecorder.d.ts +9 -0
  74. package/esm/customerService/useMediaRecorder.js +121 -0
  75. package/esm/customerService/voice_btn.gif +0 -0
  76. package/esm/icons/components/custom-ai_icon.d.ts +4 -0
  77. package/esm/icons/components/custom-ai_icon.js +60 -0
  78. package/esm/icons/components/custom-contacts.d.ts +4 -0
  79. package/esm/icons/components/custom-contacts.js +31 -0
  80. package/esm/icons/components/custom-copy.d.ts +4 -0
  81. package/esm/icons/components/custom-copy.js +38 -0
  82. package/esm/icons/components/custom-dislike.d.ts +4 -0
  83. package/esm/icons/components/custom-dislike.js +24 -0
  84. package/esm/icons/components/custom-duihao.d.ts +4 -0
  85. package/esm/icons/components/custom-duihao.js +24 -0
  86. package/esm/icons/components/custom-exit_full_screen.d.ts +4 -0
  87. package/esm/icons/components/custom-exit_full_screen.js +28 -0
  88. package/esm/icons/components/custom-full_screen.d.ts +4 -0
  89. package/esm/icons/components/custom-full_screen.js +24 -0
  90. package/esm/icons/components/custom-like.d.ts +4 -0
  91. package/esm/icons/components/custom-like.js +24 -0
  92. package/esm/icons/components/custom-quote.d.ts +4 -0
  93. package/esm/icons/components/custom-quote.js +33 -0
  94. package/esm/icons/components/custom-record.d.ts +4 -0
  95. package/esm/icons/components/custom-record.js +39 -0
  96. package/esm/icons/components/custom-reloading.d.ts +4 -0
  97. package/esm/icons/components/custom-reloading.js +28 -0
  98. package/esm/icons/components/custom-retract.d.ts +4 -0
  99. package/esm/icons/components/custom-retract.js +29 -0
  100. package/esm/icons/components/custom-round_close.d.ts +4 -0
  101. package/esm/icons/components/custom-round_close.js +26 -0
  102. package/esm/icons/components/custom-sending.d.ts +4 -0
  103. package/esm/icons/components/custom-sending.js +24 -0
  104. package/esm/icons/components/custom-sound_recording.d.ts +4 -0
  105. package/esm/icons/components/custom-sound_recording.js +24 -0
  106. package/esm/icons/components/index.d.ts +15 -0
  107. package/esm/icons/components/index.js +15 -0
  108. package/esm/index.d.ts +1 -0
  109. package/esm/index.js +1 -0
  110. package/esm/provider/config.js +3 -3
  111. package/package.json +10 -2
  112. package/dist/1951bd5c.esm.es5.development.js +0 -45417
  113. package/dist/28cd83d3.esm.es5.production.js +0 -256
  114. package/dist/table.esm.es5.development.css +0 -772
  115. package/dist/table.esm.es5.development.js +0 -289
  116. package/dist/table.esm.es5.production.css +0 -1
  117. package/dist/table.esm.es5.production.js +0 -1
@@ -0,0 +1,2827 @@
1
+ /* 变量色值 */
2
+ /* "color-background-layout": {
3
+ "value": "{Gray-01}",
4
+ "type": "color",
5
+ "description": "布局(全局)背景色"
6
+ } */
7
+ /* "color-background-elevated": {
8
+ "value": "{Gray-01}",
9
+ "type": "color",
10
+ "description": "浮层容器背景色"
11
+ } */
12
+ /* "color-background-fill": {
13
+ "value": "{Gray-05}",
14
+ "type": "color",
15
+ "description": "一级填充色(用于突出内容部分)"
16
+ }, */
17
+ /* "color-background-fillsecondary": {
18
+ "value": "{Gray-04}",
19
+ "type": "color",
20
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
21
+ }, */
22
+ /* "color-background-fillsecondary-Tr": {
23
+ "value": "{Gray-Tr-04}",
24
+ "type": "color",
25
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
26
+ }, */
27
+ /* "color-background-filltertiary": {
28
+ "value": "{Gray-03}",
29
+ "type": "color",
30
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
31
+ }, */
32
+ /* "color-background-filltertiary-Tr": {
33
+ "value": "{Gray-Tr-03}",
34
+ "type": "color",
35
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
36
+ }, */
37
+ /* "color-background-fillquaternary": {
38
+ "value": "{Gray-02}",
39
+ "type": "color",
40
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
41
+ }, */
42
+ /* "color-background-fillquaternary-Tr": {
43
+ "value": "{Gray-Tr-02}",
44
+ "type": "color",
45
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
46
+ }, */
47
+ /* "color-background-quinary": {
48
+ "value": "{Gray-01}",
49
+ "type": "color",
50
+ "description": "五级级填充色(适用于列表或文本框背景填充)"
51
+ }, */
52
+ /*
53
+ "color-background-primary-base": {
54
+ "value": "{Red-06}",
55
+ "type": "color",
56
+ "description": "主色背景"
57
+ }, */
58
+ /* "color-background-primary-active": {
59
+ "value": "{Red-07}",
60
+ "type": "color",
61
+ "description": "主色背景颜色,激活状态"
62
+ }, */
63
+ /* "color-background-primary-hover": {
64
+ "value": "{Red-05}",
65
+ "type": "color",
66
+ "description": "主色背景颜色,悬浮状态"
67
+ }, */
68
+ /* "color-background-primary-weak": {
69
+ "value": "{Red-01}",
70
+ "type": "color",
71
+ "description": "主色背景颜色(弱背景),可以在文本后面使用"
72
+ }, */
73
+ /* "color-background-primary-weak-hover": {
74
+ "value": "{Red-02}",
75
+ "type": "color",
76
+ "description": "主色浅色背景,悬浮状态"
77
+ }, */
78
+ /* "color-background-success-base": {
79
+ "value": "{Cyan-06}",
80
+ "type": "color",
81
+ "description": "成功背景颜色"
82
+ }, */
83
+ /* "color-background-success-weak": {
84
+ "value": "{Cyan-01}",
85
+ "type": "color",
86
+ "description": "成功浅色背景"
87
+ }, */
88
+ /* "color-background-warning-base": {
89
+ "value": "{Gold-06}",
90
+ "type": "color",
91
+ "description": "警告背景颜色"
92
+ }, */
93
+ /* "color-background-warning-weak": {
94
+ "value": "{Gold-01}",
95
+ "type": "color",
96
+ "description": "警告浅色背景"
97
+ }, */
98
+ /* "color-background-error-base": {
99
+ "value": "{Orange-06}",
100
+ "type": "color",
101
+ "description": "错误背景颜色"
102
+ }, */
103
+ /* "color-background-error-weak": {
104
+ "value": "{Orange-01}",
105
+ "type": "color",
106
+ "description": "错误浅色背景"
107
+ }, */
108
+ /* "color-background-info-base": {
109
+ "value": "{Blue-06}",
110
+ "type": "color",
111
+ "description": "信息色"
112
+ }, */
113
+ /* "color-background-info-weak": {
114
+ "value": "{Blue-01}",
115
+ "type": "color",
116
+ "description": "信息浅色背景"
117
+ }, */
118
+ /* "color-border": {
119
+ "value": "{Gray-05}",
120
+ "type": "color",
121
+ "description": "一级边框色"
122
+ }, */
123
+ /* "color-border-Tr": {
124
+ "value": "{Gray-Tr-05}",
125
+ "type": "color",
126
+ "description": "一级边框色"
127
+ }, */
128
+ /* "color-border-secondary": {
129
+ "value": "{Gray-04}",
130
+ "type": "color",
131
+ "description": "二级边框色"
132
+ }, */
133
+ /* "color-border-secondary-Tr": {
134
+ "value": "{Gray-Tr-04}",
135
+ "type": "color",
136
+ "description": "二级边框色"
137
+ }, */
138
+ /* "color-border-primary": {
139
+ "value": "{Red-06}",
140
+ "type": "color",
141
+ "description": "主色边框色"
142
+ }, */
143
+ /* "color-border-primary-hover": {
144
+ "value": "{Red-05}",
145
+ "type": "color",
146
+ "description": "主色边框色,悬停状态"
147
+ }, */
148
+ /* "color-border-primary-active": {
149
+ "value": "{Red-07}",
150
+ "type": "color",
151
+ "description": "主色边框色,悬停状态"
152
+ }, */
153
+ /* "color-border-success": {
154
+ "value": "{Cyan-06}",
155
+ "type": "color",
156
+ "description": "成功边框色"
157
+ }, */
158
+ /* "color-border-warning": {
159
+ "value": "{Gold-06}",
160
+ "type": "color",
161
+ "description": "警告边框色"
162
+ }, */
163
+ /* "color-border-error": {
164
+ "value": "{Orange-06}",
165
+ "type": "color",
166
+ "description": "报错边框色"
167
+ }, */
168
+ /* "color-text": {
169
+ "value": "{Gray-09}",
170
+ "type": "color",
171
+ "description": "一级文本色"
172
+ }, */
173
+ /* "color-text-Tr": {
174
+ "value": "{Gray-Tr-09}",
175
+ "type": "color",
176
+ "description": "一级文本色"
177
+ }, */
178
+ /* "color-text-Secondary": {
179
+ "value": "{Gray-08}",
180
+ "type": "color",
181
+ "description": "二级文本色"
182
+ }, */
183
+ /* "color-text-Secondary-Tr": {
184
+ "value": "{Gray-Tr-08}",
185
+ "type": "color",
186
+ "description": "二级文本色"
187
+ }, */
188
+ /* "color-text-tertiary": {
189
+ "value": "{Gray-07}",
190
+ "type": "color",
191
+ "description": "三级文本色"
192
+ }, */
193
+ /* "color-text-tertiary-Tr": {
194
+ "value": "{Gray-Tr-07}",
195
+ "type": "color",
196
+ "description": "三级文本色"
197
+ }, */
198
+ /* "color-text-quaternary": {
199
+ "value": "{Gray-06}",
200
+ "type": "color",
201
+ "description": "四级文本色"
202
+ }, */
203
+ /* "color-text-quaternary-Tr": {
204
+ "value": "{Gray-Tr-06}",
205
+ "type": "color",
206
+ "description": "四级文本色"
207
+ }, */
208
+ /* "color-text-quaternary": {
209
+ "value": "{Gray-01}",
210
+ "type": "color",
211
+ "description": "五级文本色"
212
+ }, */
213
+ /* "color-text-quaternary-Tr": {
214
+ "value": "{Gray-Tr-06}",
215
+ "type": "color",
216
+ "description": "五级文本色"
217
+ }, */
218
+ /* "color-text-primary": {
219
+ "value": "{Red-06}",
220
+ "type": "color",
221
+ "description": "品牌文本色"
222
+ }, */
223
+ /* "color-text-primary-hover": {
224
+ "value": "{Red-05}",
225
+ "type": "color",
226
+ "description": "品牌文本色,悬浮状态"
227
+ }, */
228
+ /* "color-text-primary-active": {
229
+ "value": "{Red-07}",
230
+ "type": "color",
231
+ "description": "品牌文本色,激活状态"
232
+ }, */
233
+ /* "color-text-success": {
234
+ "value": "{Cyan-06}",
235
+ "type": "color",
236
+ "description": "成功文本色"
237
+ }, */
238
+ /* "color-text-warning": {
239
+ "value": "{Gold-06}",
240
+ "type": "color",
241
+ "description": "警告文本色"
242
+ }, */
243
+ /* "color-text-error": {
244
+ "value": "{Orange-06}",
245
+ "type": "color",
246
+ "description": "报错文本色"
247
+ }, */
248
+ /* "color-text-info": {
249
+ "value": "{Blue-06}",
250
+ "type": "color",
251
+ "description": "信息文本色"
252
+ }, */
253
+ /* "color-text-info-hover": {
254
+ "value": "{Blue-05}",
255
+ "type": "color",
256
+ "description": "信息文本色,悬停状态"
257
+ }, */
258
+ /* "color-text-info-active": {
259
+ "value": "{Blue-07}",
260
+ "type": "color",
261
+ "description": "信息文本色,激活状态"
262
+ }, */
263
+ /* "color-data-visualization-01": {
264
+ "value": "#F4523B",
265
+ "type": "color",
266
+ "description": "可视化颜色1"
267
+ }, */
268
+ /* "color-data-visualization-02": {
269
+ "value": "#5991EF",
270
+ "type": "color",
271
+ "description": "可视化颜色2"
272
+ }, */
273
+ /* "color-data-visualization-03": {
274
+ "value": "#F8700C",
275
+ "type": "color",
276
+ "description": "可视化颜色3"
277
+ }, */
278
+ /* "color-data-visualization-04": {
279
+ "value": "#3ED22D",
280
+ "type": "color",
281
+ "description": "可视化颜色4"
282
+ }, */
283
+ /* "color-data-visualization-05": {
284
+ "value": "#DC2368",
285
+ "type": "color",
286
+ "description": "可视化颜色5"
287
+ }, */
288
+ /* "color-data-visualization-06": {
289
+ "value": "#2AC3D5",
290
+ "type": "color",
291
+ "description": "可视化颜色6"
292
+ }, */
293
+ /* "color-data-visualization-07": {
294
+ "value": "#F3D30C",
295
+ "type": "color",
296
+ "description": "可视化颜色7"
297
+ }, */
298
+ /* "color-data-visualization-08": {
299
+ "value": "#342AD5",
300
+ "type": "color",
301
+ "description": "可视化颜色8"
302
+ }, */
303
+ /* "color-data-visualization-09": {
304
+ "value": "#FF69B1",
305
+ "type": "color",
306
+ "description": "可视化颜色9"
307
+ }, */
308
+ /* "color-data-visualization-10": {
309
+ "value": "#45DEA6",
310
+ "type": "color",
311
+ "description": "可视化颜色10"
312
+ }, */
313
+ /* "color-data-visualization-11": {
314
+ "value": "#CB43E1",
315
+ "type": "color",
316
+ "description": "可视化颜色11"
317
+ }, */
318
+ /* "color-data-visualization-12": {
319
+ "value": "#69A8FF",
320
+ "type": "color",
321
+ "description": "可视化颜色12"
322
+ } */
323
+ /*
324
+ "color-icon": {
325
+ "value": "$Red-06",
326
+ "type": "color",
327
+ "description": "图标,默认"
328
+ }
329
+ */
330
+ /*
331
+ "color-icon-hover": {
332
+ "value": "$Red-05",
333
+ "type": "color",
334
+ "description": "图标,悬浮状态"
335
+ }
336
+ */
337
+ /*
338
+ "color-icon-active": {
339
+ "value": "$Red-07",
340
+ "type": "color",
341
+ "description": "图标,激活状态"
342
+ }
343
+ */
344
+ /*
345
+ "color-icon-success": {
346
+ "value": "$Cyan-06",
347
+ "type": "color",
348
+ "description": "图标,成功色"
349
+ }
350
+ */
351
+ /*
352
+ "color-icon-warning": {
353
+ "value": "$Gold-06",
354
+ "type": "color",
355
+ "description": "图标,警告色"
356
+ }
357
+ */
358
+ /*
359
+ "color-icon-error": {
360
+ "value": "$Orange-06",
361
+ "type": "color",
362
+ "description": "图标,报错色"
363
+ }
364
+ */
365
+ /*
366
+ "color-icon-fill": {
367
+ "value": "$Gray-08",
368
+ "type": "color",
369
+ "description": "图标,一级填充色"
370
+ }
371
+ */
372
+ /*
373
+ "color-icon-fill(Tr)": {
374
+ "value": "$Gray(Tr)-08",
375
+ "type": "color",
376
+ "description": "图标,一级填充色0.65"
377
+ }
378
+ */
379
+ /*
380
+ "color-icon-Secondary": {
381
+ "value": "$Gray-07",
382
+ "type": "color",
383
+ "description": "图标,二级填充色"
384
+ }
385
+ */
386
+ /*
387
+ "color-icon-Secondary(Tr)": {
388
+ "value": "$Gray(Tr)-07",
389
+ "type": "color",
390
+ "description": "图标,二级填充色0.45"
391
+ }
392
+ */
393
+ /*
394
+ "color-icon-tertiary": {
395
+ "value": "$Gray-06",
396
+ "type": "color",
397
+ "description": "图标,三级填充色"
398
+ }
399
+ */
400
+ /*
401
+ "color-icon-tertiary(Tr)": {
402
+ "value": "$Gray(Tr)-06",
403
+ "type": "color",
404
+ "description": "图标,三级填充色0.25"
405
+ }
406
+ */
407
+ /*
408
+ "color-icon-quaternary": {
409
+ "value": "$Gray-04",
410
+ "type": "color",
411
+ "description": "图标,四级填充色"
412
+ }
413
+ */
414
+ /*
415
+ "color-icon-quaternary(Tr)": {
416
+ "value": "$Gray(Tr)-04",
417
+ "type": "color",
418
+ "description": "图标,四级填充色0.06"
419
+ }
420
+ */
421
+ /*
422
+ "color-icon-quinary": {
423
+ "value": "$Gray-02",
424
+ "type": "color",
425
+ "description": "图标,五级填充色"
426
+ }
427
+ */
428
+ /*
429
+ "color-icon-quinary(Tr)": {
430
+ "value": "$Gray(Tr)-02",
431
+ "type": "color",
432
+ "description": "图标,五级填充色0.06"
433
+ }
434
+ */
435
+ /*
436
+ "color-icon-senary": {
437
+ "value": "$Gray-01",
438
+ "type": "color",
439
+ "description": "图标,六级填充色"
440
+ }
441
+ */
442
+ .index_module_service_ChatWindow_Drawer__9ce9eb29,
443
+ .index_module_ChatWindow_Modal__9ce9eb29 {
444
+ width: 100% !important;
445
+ }
446
+ .index_module_service_ChatWindow_Drawer__9ce9eb29 .bhd-drawer-mask,
447
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-drawer-mask {
448
+ background-color: rgba(0, 0, 0, 0.15) !important;
449
+ }
450
+ .index_module_ChatWindow_Drawer__9ce9eb29,
451
+ .index_module_ChatWindow_Modal__9ce9eb29 {
452
+ /* 全局修改滚动条样式 */
453
+ box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
454
+ }
455
+ .index_module_ChatWindow_Drawer__9ce9eb29 textarea::-webkit-scrollbar,
456
+ .index_module_ChatWindow_Modal__9ce9eb29 textarea::-webkit-scrollbar {
457
+ background-color: #eaedf1;
458
+ background-color: transparent;
459
+ width: 4px;
460
+ height: 4px;
461
+ }
462
+ .index_module_ChatWindow_Drawer__9ce9eb29 textarea::-webkit-scrollbar-thumb,
463
+ .index_module_ChatWindow_Modal__9ce9eb29 textarea::-webkit-scrollbar-thumb {
464
+ border-radius: 4px;
465
+ background-color: rgba(0, 0, 0, 0.25);
466
+ }
467
+ .index_module_ChatWindow_Drawer__9ce9eb29 pre::-webkit-scrollbar,
468
+ .index_module_ChatWindow_Modal__9ce9eb29 pre::-webkit-scrollbar {
469
+ background-color: #eaedf1;
470
+ background-color: transparent;
471
+ width: 4px;
472
+ height: 4px;
473
+ }
474
+ .index_module_ChatWindow_Drawer__9ce9eb29 pre::-webkit-scrollbar-thumb,
475
+ .index_module_ChatWindow_Modal__9ce9eb29 pre::-webkit-scrollbar-thumb {
476
+ border-radius: 4px;
477
+ background-color: rgba(0, 0, 0, 0.25);
478
+ }
479
+ .index_module_ChatWindow_Drawer__9ce9eb29 .bhd-drawer-body,
480
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-drawer-body {
481
+ padding: 0 !important;
482
+ }
483
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29,
484
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 {
485
+ display: flex;
486
+ padding: 16px 24px;
487
+ justify-content: space-between;
488
+ align-items: center;
489
+ background-color: #fff;
490
+ line-height: 1;
491
+ }
492
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_user__9ce9eb29,
493
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_user__9ce9eb29 {
494
+ color: #000;
495
+ font-size: 16px;
496
+ font-weight: 600;
497
+ position: relative;
498
+ padding-left: 36px;
499
+ }
500
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_user__9ce9eb29 i,
501
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_user__9ce9eb29 i {
502
+ padding-right: 16px;
503
+ color: #111;
504
+ position: absolute;
505
+ font-size: 20px;
506
+ top: -2px;
507
+ left: 0;
508
+ }
509
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_operate__9ce9eb29,
510
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_operate__9ce9eb29 {
511
+ display: flex;
512
+ height: 16px;
513
+ }
514
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_operate__9ce9eb29 i,
515
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_operate__9ce9eb29 i {
516
+ font-size: 16px;
517
+ margin-left: 23px;
518
+ cursor: pointer;
519
+ }
520
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_line__9ce9eb29,
521
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap__9ce9eb29 .index_module_top__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_line__9ce9eb29 {
522
+ display: inline-block;
523
+ width: 1px;
524
+ height: 16px;
525
+ background-color: rgba(0, 0, 0, 0.15);
526
+ margin: 0 4px;
527
+ margin-left: 23px;
528
+ }
529
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap_newlabo__9ce9eb29 .index_module_top__9ce9eb29,
530
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap_newlabo__9ce9eb29 .index_module_top__9ce9eb29 {
531
+ background-color: #f5f5f5;
532
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
533
+ }
534
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_header_wrap_newlabo__9ce9eb29 .index_module_top__9ce9eb29 .index_module_user__9ce9eb29,
535
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_header_wrap_newlabo__9ce9eb29 .index_module_top__9ce9eb29 .index_module_user__9ce9eb29 {
536
+ padding-left: 0;
537
+ font-weight: 400;
538
+ }
539
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29,
540
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 {
541
+ max-height: calc(100vh - 110px);
542
+ overflow: auto;
543
+ background: #F5F5F5;
544
+ min-height: 500px;
545
+ }
546
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_loading__9ce9eb29,
547
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_loading__9ce9eb29 {
548
+ text-align: center;
549
+ margin: 10px 0;
550
+ }
551
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_loading__9ce9eb29 img,
552
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_loading__9ce9eb29 img {
553
+ width: 30px;
554
+ height: 30px;
555
+ }
556
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29,
557
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 {
558
+ padding: 16px;
559
+ padding-top: 0;
560
+ }
561
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29 .index_module_head_sculpture__9ce9eb29,
562
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29 .index_module_head_sculpture__9ce9eb29 {
563
+ width: 32px;
564
+ height: 32px;
565
+ margin-top: 24px;
566
+ border-radius: 50%;
567
+ display: inline-block;
568
+ vertical-align: top;
569
+ overflow: hidden;
570
+ }
571
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29 .index_module_head_sculpture__9ce9eb29 img,
572
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29 .index_module_head_sculpture__9ce9eb29 img {
573
+ width: 100%;
574
+ height: 100%;
575
+ }
576
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_right__9ce9eb29 .index_module_head_sculpture__9ce9eb29,
577
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_right__9ce9eb29 .index_module_head_sculpture__9ce9eb29 {
578
+ width: 32px;
579
+ height: 32px;
580
+ margin-top: 24px;
581
+ line-height: 32px;
582
+ border-radius: 50%;
583
+ display: inline-block;
584
+ vertical-align: top;
585
+ overflow: hidden;
586
+ text-align: center;
587
+ }
588
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_right__9ce9eb29 .index_module_head_sculpture__9ce9eb29 i,
589
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_right__9ce9eb29 .index_module_head_sculpture__9ce9eb29 i {
590
+ color: #fff;
591
+ }
592
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_right__9ce9eb29 .index_module_head_sculpture__9ce9eb29 img,
593
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_right__9ce9eb29 .index_module_head_sculpture__9ce9eb29 img {
594
+ width: 100%;
595
+ height: 100%;
596
+ }
597
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li,
598
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li {
599
+ position: relative;
600
+ display: flex;
601
+ width: 100%;
602
+ }
603
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29,
604
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 {
605
+ max-width: 80%;
606
+ }
607
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29,
608
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 {
609
+ position: relative;
610
+ }
611
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29:hover .index_module_operate_modal__9ce9eb29,
612
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29:hover .index_module_operate_modal__9ce9eb29 {
613
+ visibility: visible;
614
+ }
615
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29,
616
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 {
617
+ max-width: 100%;
618
+ }
619
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29,
620
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 {
621
+ padding: 0;
622
+ line-height: 1;
623
+ }
624
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 p,
625
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 p,
626
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 li,
627
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 li {
628
+ line-height: 1.5;
629
+ color: rgba(0, 0, 0, 0.85);
630
+ }
631
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 > h3,
632
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 > h3 {
633
+ font-size: 16px;
634
+ font-weight: 600;
635
+ padding: 10px 0;
636
+ }
637
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 ol li p,
638
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 ol li p {
639
+ padding: 4px 0;
640
+ font-size: 14px;
641
+ font-weight: 600;
642
+ }
643
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 ol li > ul li,
644
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 .index_module_content_child__9ce9eb29 ol li > ul li {
645
+ list-style: inside;
646
+ color: rgba(0, 0, 0, 0.65);
647
+ }
648
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 pre,
649
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_main_content__9ce9eb29 .index_module_content__9ce9eb29 pre {
650
+ background: rgba(0, 0, 0, 0.05);
651
+ padding: 12px;
652
+ line-height: 1.5;
653
+ margin: 4px 0;
654
+ }
655
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29,
656
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 {
657
+ visibility: hidden;
658
+ height: 24px;
659
+ white-space: nowrap;
660
+ position: relative;
661
+ right: 0;
662
+ top: -14px;
663
+ z-index: 99999;
664
+ text-align: right;
665
+ }
666
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29,
667
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 {
668
+ display: inline-flex;
669
+ align-items: center;
670
+ padding: 8px 0;
671
+ border-radius: 4px;
672
+ background: #FFF;
673
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
674
+ line-height: 1;
675
+ color: rgba(0, 0, 0, 0.45);
676
+ }
677
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 i,
678
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 i {
679
+ color: rgba(0, 0, 0, 0.45);
680
+ font-size: 16px;
681
+ cursor: pointer;
682
+ }
683
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 i svg,
684
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 i svg {
685
+ color: rgba(0, 0, 0, 0.65);
686
+ }
687
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 i:hover svg,
688
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 i:hover svg {
689
+ color: #f4523b;
690
+ }
691
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_active__9ce9eb29,
692
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_active__9ce9eb29 {
693
+ color: #f4523b;
694
+ }
695
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 span,
696
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 span {
697
+ margin: 0 8px;
698
+ }
699
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_ask_question__9ce9eb29,
700
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_ask_question__9ce9eb29 {
701
+ cursor: pointer;
702
+ color: rgba(0, 0, 0, 0.45);
703
+ font-size: 12px;
704
+ line-height: 1;
705
+ padding: 2px 8px;
706
+ background-color: rgba(0, 0, 0, 0.04);
707
+ margin-right: 16px;
708
+ }
709
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29,
710
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 {
711
+ display: flex;
712
+ justify-content: space-between;
713
+ align-items: center;
714
+ }
715
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29,
716
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 {
717
+ display: inline-block;
718
+ padding: 8px;
719
+ line-height: 1;
720
+ color: rgba(0, 0, 0, 0.45);
721
+ }
722
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 i,
723
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 i {
724
+ color: rgba(0, 0, 0, 0.45);
725
+ font-size: 16px;
726
+ cursor: pointer;
727
+ }
728
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 i svg,
729
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 i svg {
730
+ color: rgba(0, 0, 0, 0.65);
731
+ }
732
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 i:hover svg,
733
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 i:hover svg {
734
+ color: #f4523b;
735
+ }
736
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_active__9ce9eb29,
737
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 .index_module_active__9ce9eb29 {
738
+ color: #f4523b;
739
+ }
740
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 span,
741
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_operate__9ce9eb29 span {
742
+ margin: 0 16px;
743
+ }
744
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_generate__9ce9eb29,
745
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_generate__9ce9eb29 {
746
+ font-size: 12px;
747
+ color: rgba(0, 0, 0, 0.45);
748
+ display: inline-block;
749
+ padding: 8px 0;
750
+ cursor: pointer;
751
+ }
752
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_generate__9ce9eb29 span,
753
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_generate__9ce9eb29 span {
754
+ display: inline-block;
755
+ width: 10px;
756
+ height: 10px;
757
+ border-radius: 2px;
758
+ background-color: rgba(0, 0, 0, 0.45);
759
+ margin-right: 4px;
760
+ }
761
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_findTeacher__9ce9eb29,
762
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_findTeacher__9ce9eb29 {
763
+ font-size: 12px;
764
+ color: rgba(0, 0, 0, 0.45);
765
+ display: inline-block;
766
+ padding: 8px 0;
767
+ cursor: pointer;
768
+ }
769
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_findTeacher__9ce9eb29 span,
770
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_main__9ce9eb29 .index_module_operate_modal_bottom__9ce9eb29 .index_module_stop_findTeacher__9ce9eb29 span {
771
+ padding: 2px 8px;
772
+ background-color: rgba(0, 0, 0, 0.04);
773
+ color: rgba(0, 0, 0, 0.45);
774
+ }
775
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_content__9ce9eb29,
776
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 > li .index_module_content__9ce9eb29 {
777
+ padding: 12px 16px;
778
+ display: inline-block;
779
+ font-size: 14px;
780
+ }
781
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29,
782
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29 {
783
+ justify-content: flex-end;
784
+ }
785
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29 .index_module_main__9ce9eb29,
786
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_left__9ce9eb29 .index_module_main__9ce9eb29 {
787
+ text-align: right;
788
+ }
789
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 li.index_module_left__9ce9eb29 .index_module_content__9ce9eb29,
790
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 li.index_module_left__9ce9eb29 .index_module_content__9ce9eb29 {
791
+ border-radius: 20px 2px 20px 20px;
792
+ background: #D1E4FF;
793
+ text-align: left;
794
+ }
795
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 li.index_module_right__9ce9eb29 .index_module_content__9ce9eb29,
796
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 li.index_module_right__9ce9eb29 .index_module_content__9ce9eb29 {
797
+ border-radius: 2px 20px 20px 20px;
798
+ background: #fff;
799
+ }
800
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 li .index_module_content__9ce9eb29 .index_module_association_problem__9ce9eb29 li,
801
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 li .index_module_content__9ce9eb29 .index_module_association_problem__9ce9eb29 li {
802
+ color: #5991EF;
803
+ font-size: 14px;
804
+ font-weight: 400;
805
+ line-height: 1.8;
806
+ cursor: pointer;
807
+ }
808
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_time__9ce9eb29,
809
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_time__9ce9eb29 {
810
+ display: block;
811
+ margin: 40px 0;
812
+ margin-bottom: 16px;
813
+ text-align: center;
814
+ font-size: 12px;
815
+ color: rgba(0, 0, 0, 0.25);
816
+ position: relative;
817
+ }
818
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_time__9ce9eb29::before,
819
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_time__9ce9eb29::before {
820
+ content: '';
821
+ width: 100px;
822
+ display: inline-block;
823
+ height: 1px;
824
+ background-color: #EBEBEB;
825
+ position: relative;
826
+ top: -3px;
827
+ right: 16px;
828
+ }
829
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_time__9ce9eb29::after,
830
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_time__9ce9eb29::after {
831
+ content: '';
832
+ width: 100px;
833
+ display: inline-block;
834
+ height: 1px;
835
+ background-color: #EBEBEB;
836
+ position: relative;
837
+ top: -3px;
838
+ left: 16px;
839
+ }
840
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_citation_content__9ce9eb29,
841
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_citation_content__9ce9eb29 {
842
+ display: inline-block;
843
+ margin-top: 4px;
844
+ padding: 8px;
845
+ border-radius: 2px;
846
+ background: #E7E7E7;
847
+ }
848
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_citation_content__9ce9eb29 p,
849
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_citation_content__9ce9eb29 p {
850
+ color: rgba(0, 0, 0, 0.65);
851
+ font-size: 12px;
852
+ line-height: 1.5;
853
+ overflow: hidden;
854
+ text-overflow: ellipsis;
855
+ -webkit-box-orient: vertical;
856
+ -webkit-line-clamp: 2;
857
+ display: -webkit-box;
858
+ height: 36px;
859
+ word-break: break-all;
860
+ cursor: pointer;
861
+ text-align: left;
862
+ }
863
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_popover_content__9ce9eb29,
864
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_message_con__9ce9eb29 .index_module_popover_content__9ce9eb29 {
865
+ max-width: 400px;
866
+ }
867
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main_newlabo__9ce9eb29 pre,
868
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main_newlabo__9ce9eb29 pre {
869
+ background: #2b303b !important;
870
+ color: #fff;
871
+ overflow: auto;
872
+ }
873
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main_newlabo__9ce9eb29 pre pre::-webkit-scrollbar,
874
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main_newlabo__9ce9eb29 pre pre::-webkit-scrollbar {
875
+ background-color: #eaedf1;
876
+ background-color: transparent;
877
+ width: 4px;
878
+ height: 4px;
879
+ }
880
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_main_newlabo__9ce9eb29 pre pre::-webkit-scrollbar-thumb,
881
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main_newlabo__9ce9eb29 pre pre::-webkit-scrollbar-thumb {
882
+ border-radius: 4px;
883
+ background-color: #f4f4f4;
884
+ }
885
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29,
886
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 {
887
+ position: absolute;
888
+ bottom: 0;
889
+ width: 100%;
890
+ }
891
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list_teacherList__9ce9eb29 .index_module_item__9ce9eb29,
892
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list_teacherList__9ce9eb29 .index_module_item__9ce9eb29 {
893
+ display: inline-block;
894
+ margin-right: 8px;
895
+ }
896
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29,
897
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29 {
898
+ position: absolute;
899
+ bottom: 60px;
900
+ padding: 0 16px;
901
+ padding-bottom: 4px;
902
+ line-height: 1;
903
+ }
904
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29 .index_module_item__9ce9eb29 > span,
905
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29 .index_module_item__9ce9eb29 > span {
906
+ cursor: pointer;
907
+ max-width: 100%;
908
+ display: inline-block;
909
+ margin-bottom: 2px;
910
+ padding: 8px 16px;
911
+ justify-content: center;
912
+ align-items: center;
913
+ border-radius: 4px;
914
+ background: #ECECEC;
915
+ font-size: 14px;
916
+ line-height: 1;
917
+ overflow: hidden;
918
+ }
919
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29 .index_module_item__9ce9eb29 > span:hover,
920
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29 .index_module_item__9ce9eb29 > span:hover {
921
+ background-color: #fff;
922
+ }
923
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29 .index_module_item__9ce9eb29 > span .index_module_sign__9ce9eb29,
924
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_issues_list__9ce9eb29 .index_module_item__9ce9eb29 > span .index_module_sign__9ce9eb29 {
925
+ color: #f4523b;
926
+ }
927
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29,
928
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 {
929
+ display: flex;
930
+ align-items: flex-end;
931
+ margin-bottom: 12px;
932
+ padding: 0 16px;
933
+ }
934
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29,
935
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 {
936
+ align-items: flex-end;
937
+ width: calc(100% - 36px);
938
+ background-color: #fff;
939
+ padding: 11px 16px;
940
+ border: 1px solid #ebebeb;
941
+ border-radius: 8px;
942
+ justify-content: space-between;
943
+ line-height: 1;
944
+ position: relative;
945
+ padding-right: 1px;
946
+ }
947
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29,
948
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29 {
949
+ line-height: 1;
950
+ }
951
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29 textarea,
952
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29 textarea {
953
+ max-height: 100px;
954
+ padding: 0;
955
+ border: none;
956
+ box-shadow: none !important;
957
+ resize: none;
958
+ padding-right: 48px;
959
+ }
960
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29 textarea.bhd-input,
961
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29 textarea.bhd-input {
962
+ min-height: 21px !important;
963
+ line-height: 1.5;
964
+ }
965
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29 .bhd-input[disabled],
966
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_input__9ce9eb29 .bhd-input[disabled] {
967
+ background-color: #fff !important;
968
+ }
969
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_no_AI__9ce9eb29,
970
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_no_AI__9ce9eb29 {
971
+ width: 100%;
972
+ }
973
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_no_AI__9ce9eb29 textarea,
974
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 > .index_module_no_AI__9ce9eb29 textarea {
975
+ padding-right: 12px;
976
+ }
977
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29,
978
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29 {
979
+ position: absolute;
980
+ right: 14px;
981
+ bottom: 12px;
982
+ }
983
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29 i,
984
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29 i {
985
+ cursor: pointer;
986
+ }
987
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29 i svg,
988
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29 i svg {
989
+ color: rgba(0, 0, 0, 0.65);
990
+ font-size: 20px;
991
+ }
992
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29 .index_module_voice_btn__9ce9eb29,
993
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_voice__9ce9eb29 .index_module_voice_btn__9ce9eb29 {
994
+ width: 32px;
995
+ cursor: pointer;
996
+ position: absolute;
997
+ bottom: -6px;
998
+ right: 0px;
999
+ }
1000
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29,
1001
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29 {
1002
+ display: flex;
1003
+ align-items: center;
1004
+ width: calc(100% - 24px);
1005
+ }
1006
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29 .index_module_content_con__9ce9eb29,
1007
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29 .index_module_content_con__9ce9eb29 {
1008
+ margin-top: 6px;
1009
+ align-items: center;
1010
+ padding: 8px;
1011
+ background: #E7E7E7;
1012
+ display: inline-block;
1013
+ width: calc(100% - 60px);
1014
+ }
1015
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29 .index_module_content_con__9ce9eb29 p,
1016
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29 .index_module_content_con__9ce9eb29 p {
1017
+ color: rgba(0, 0, 0, 0.65);
1018
+ border-radius: 2px;
1019
+ font-size: 12px;
1020
+ line-height: 1.5;
1021
+ overflow: hidden;
1022
+ text-overflow: ellipsis;
1023
+ -webkit-box-orient: vertical;
1024
+ -webkit-line-clamp: 2;
1025
+ display: -webkit-box;
1026
+ height: 36px;
1027
+ word-break: break-all;
1028
+ }
1029
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29 .index_module_delete_quote__9ce9eb29,
1030
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_input_wrap__9ce9eb29 .index_module_content_main__9ce9eb29 .index_module_delete_quote__9ce9eb29 {
1031
+ font-size: 18px;
1032
+ color: #bfbfbf;
1033
+ margin-top: 6px;
1034
+ }
1035
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_sending__9ce9eb29,
1036
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_sending__9ce9eb29 {
1037
+ width: 20px;
1038
+ margin-left: 16px;
1039
+ margin-bottom: 9px;
1040
+ }
1041
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_sending__9ce9eb29 i svg,
1042
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_sending__9ce9eb29 i svg {
1043
+ font-size: 20px;
1044
+ color: rgba(0, 0, 0, 0.65);
1045
+ }
1046
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_sending__9ce9eb29 .index_module_disabled__9ce9eb29 svg,
1047
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 .index_module_Drawer_buttom__9ce9eb29 .index_module_sending__9ce9eb29 .index_module_disabled__9ce9eb29 svg {
1048
+ color: rgba(0, 0, 0, 0.25);
1049
+ cursor: not-allowed;
1050
+ }
1051
+ .index_module_ChatWindow_Drawer__9ce9eb29 .index_module_Drawer_buttom_Issues_List_newlabo__9ce9eb29,
1052
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List_newlabo__9ce9eb29 {
1053
+ background-color: #f5f5f5 !important;
1054
+ }
1055
+ .index_module_ChatWindow_Drawer__9ce9eb29 .anticon,
1056
+ .index_module_ChatWindow_Modal__9ce9eb29 .anticon {
1057
+ vertical-align: 0;
1058
+ }
1059
+ .index_module_ChatWindow_Drawer__9ce9eb29 {
1060
+ background: #F5F5F5 !important;
1061
+ position: relative;
1062
+ height: 100%;
1063
+ }
1064
+ .index_module_ChatWindow_Drawer__9ce9eb29 .bhd-drawer-header {
1065
+ display: none !important;
1066
+ }
1067
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-modal {
1068
+ border-radius: 8px;
1069
+ overflow: hidden;
1070
+ position: relative;
1071
+ }
1072
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-modal-content {
1073
+ height: 100%;
1074
+ background-color: #F5F5F5 !important;
1075
+ }
1076
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-modal-content .bhd-modal-close {
1077
+ display: none !important;
1078
+ }
1079
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-modal-header {
1080
+ display: none !important;
1081
+ }
1082
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-modal-body {
1083
+ height: 100%;
1084
+ padding: 0 !important;
1085
+ border-radius: 4px !important;
1086
+ }
1087
+ .index_module_ChatWindow_Modal__9ce9eb29 .bhd-drawer-right > .bhd-drawer-content-wrapper {
1088
+ top: 129px;
1089
+ right: 200px;
1090
+ height: 790px;
1091
+ }
1092
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_main_list__9ce9eb29 {
1093
+ max-height: 650px;
1094
+ }
1095
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_user__9ce9eb29 {
1096
+ padding-left: 0 !important;
1097
+ }
1098
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_buttom_Issues_List__9ce9eb29 {
1099
+ border-radius: 4px;
1100
+ width: calc(100% - 328px);
1101
+ margin-left: 328px;
1102
+ }
1103
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 {
1104
+ max-height: 700px;
1105
+ }
1106
+ .index_module_ChatWindow_Modal__9ce9eb29 .index_module_Drawer_main__9ce9eb29 .index_module_chat_content__9ce9eb29 {
1107
+ width: calc(100% - 328px);
1108
+ margin-left: 328px;
1109
+ display: inline-block;
1110
+ }
1111
+ .index_module_popover_main_content__9ce9eb29 {
1112
+ min-width: 300px !important;
1113
+ max-width: 340px !important;
1114
+ background-color: #fff !important;
1115
+ box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
1116
+ border-radius: 4px;
1117
+ border: 1px solid rgba(0, 0, 0, 0.15);
1118
+ }
1119
+ .index_module_popover_main_content__9ce9eb29 .bhd-tooltip-content {
1120
+ background-color: #fff;
1121
+ border-radius: 4px;
1122
+ }
1123
+ .index_module_popover_main_content__9ce9eb29 .bhd-tooltip-content .bhd-tooltip-inner {
1124
+ background-color: #fff;
1125
+ color: rgba(0, 0, 0, 0.85);
1126
+ font-size: 14px;
1127
+ padding: 12px 16px;
1128
+ border-radius: 4px;
1129
+ }
1130
+ .index_module_popover_main_content__9ce9eb29 .bhd-tooltip-arrow:before {
1131
+ background: #ccc !important;
1132
+ }
1133
+ .index_module_popover_main_content__9ce9eb29 .bhd-tooltip-arrow::after {
1134
+ width: 0 !important;
1135
+ height: 0 !important;
1136
+ border: 5px solid;
1137
+ border-color: transparent transparent #fff transparent;
1138
+ transform: none !important;
1139
+ background: transparent !important;
1140
+ bottom: 0px !important;
1141
+ left: 0px !important;
1142
+ right: 0 !important;
1143
+ box-shadow: none !important;
1144
+ }
1145
+
1146
+ /* 变量色值 */
1147
+ /* "color-background-layout": {
1148
+ "value": "{Gray-01}",
1149
+ "type": "color",
1150
+ "description": "布局(全局)背景色"
1151
+ } */
1152
+ /* "color-background-elevated": {
1153
+ "value": "{Gray-01}",
1154
+ "type": "color",
1155
+ "description": "浮层容器背景色"
1156
+ } */
1157
+ /* "color-background-fill": {
1158
+ "value": "{Gray-05}",
1159
+ "type": "color",
1160
+ "description": "一级填充色(用于突出内容部分)"
1161
+ }, */
1162
+ /* "color-background-fillsecondary": {
1163
+ "value": "{Gray-04}",
1164
+ "type": "color",
1165
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
1166
+ }, */
1167
+ /* "color-background-fillsecondary-Tr": {
1168
+ "value": "{Gray-Tr-04}",
1169
+ "type": "color",
1170
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
1171
+ }, */
1172
+ /* "color-background-filltertiary": {
1173
+ "value": "{Gray-03}",
1174
+ "type": "color",
1175
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
1176
+ }, */
1177
+ /* "color-background-filltertiary-Tr": {
1178
+ "value": "{Gray-Tr-03}",
1179
+ "type": "color",
1180
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
1181
+ }, */
1182
+ /* "color-background-fillquaternary": {
1183
+ "value": "{Gray-02}",
1184
+ "type": "color",
1185
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
1186
+ }, */
1187
+ /* "color-background-fillquaternary-Tr": {
1188
+ "value": "{Gray-Tr-02}",
1189
+ "type": "color",
1190
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
1191
+ }, */
1192
+ /* "color-background-quinary": {
1193
+ "value": "{Gray-01}",
1194
+ "type": "color",
1195
+ "description": "五级级填充色(适用于列表或文本框背景填充)"
1196
+ }, */
1197
+ /*
1198
+ "color-background-primary-base": {
1199
+ "value": "{Red-06}",
1200
+ "type": "color",
1201
+ "description": "主色背景"
1202
+ }, */
1203
+ /* "color-background-primary-active": {
1204
+ "value": "{Red-07}",
1205
+ "type": "color",
1206
+ "description": "主色背景颜色,激活状态"
1207
+ }, */
1208
+ /* "color-background-primary-hover": {
1209
+ "value": "{Red-05}",
1210
+ "type": "color",
1211
+ "description": "主色背景颜色,悬浮状态"
1212
+ }, */
1213
+ /* "color-background-primary-weak": {
1214
+ "value": "{Red-01}",
1215
+ "type": "color",
1216
+ "description": "主色背景颜色(弱背景),可以在文本后面使用"
1217
+ }, */
1218
+ /* "color-background-primary-weak-hover": {
1219
+ "value": "{Red-02}",
1220
+ "type": "color",
1221
+ "description": "主色浅色背景,悬浮状态"
1222
+ }, */
1223
+ /* "color-background-success-base": {
1224
+ "value": "{Cyan-06}",
1225
+ "type": "color",
1226
+ "description": "成功背景颜色"
1227
+ }, */
1228
+ /* "color-background-success-weak": {
1229
+ "value": "{Cyan-01}",
1230
+ "type": "color",
1231
+ "description": "成功浅色背景"
1232
+ }, */
1233
+ /* "color-background-warning-base": {
1234
+ "value": "{Gold-06}",
1235
+ "type": "color",
1236
+ "description": "警告背景颜色"
1237
+ }, */
1238
+ /* "color-background-warning-weak": {
1239
+ "value": "{Gold-01}",
1240
+ "type": "color",
1241
+ "description": "警告浅色背景"
1242
+ }, */
1243
+ /* "color-background-error-base": {
1244
+ "value": "{Orange-06}",
1245
+ "type": "color",
1246
+ "description": "错误背景颜色"
1247
+ }, */
1248
+ /* "color-background-error-weak": {
1249
+ "value": "{Orange-01}",
1250
+ "type": "color",
1251
+ "description": "错误浅色背景"
1252
+ }, */
1253
+ /* "color-background-info-base": {
1254
+ "value": "{Blue-06}",
1255
+ "type": "color",
1256
+ "description": "信息色"
1257
+ }, */
1258
+ /* "color-background-info-weak": {
1259
+ "value": "{Blue-01}",
1260
+ "type": "color",
1261
+ "description": "信息浅色背景"
1262
+ }, */
1263
+ /* "color-border": {
1264
+ "value": "{Gray-05}",
1265
+ "type": "color",
1266
+ "description": "一级边框色"
1267
+ }, */
1268
+ /* "color-border-Tr": {
1269
+ "value": "{Gray-Tr-05}",
1270
+ "type": "color",
1271
+ "description": "一级边框色"
1272
+ }, */
1273
+ /* "color-border-secondary": {
1274
+ "value": "{Gray-04}",
1275
+ "type": "color",
1276
+ "description": "二级边框色"
1277
+ }, */
1278
+ /* "color-border-secondary-Tr": {
1279
+ "value": "{Gray-Tr-04}",
1280
+ "type": "color",
1281
+ "description": "二级边框色"
1282
+ }, */
1283
+ /* "color-border-primary": {
1284
+ "value": "{Red-06}",
1285
+ "type": "color",
1286
+ "description": "主色边框色"
1287
+ }, */
1288
+ /* "color-border-primary-hover": {
1289
+ "value": "{Red-05}",
1290
+ "type": "color",
1291
+ "description": "主色边框色,悬停状态"
1292
+ }, */
1293
+ /* "color-border-primary-active": {
1294
+ "value": "{Red-07}",
1295
+ "type": "color",
1296
+ "description": "主色边框色,悬停状态"
1297
+ }, */
1298
+ /* "color-border-success": {
1299
+ "value": "{Cyan-06}",
1300
+ "type": "color",
1301
+ "description": "成功边框色"
1302
+ }, */
1303
+ /* "color-border-warning": {
1304
+ "value": "{Gold-06}",
1305
+ "type": "color",
1306
+ "description": "警告边框色"
1307
+ }, */
1308
+ /* "color-border-error": {
1309
+ "value": "{Orange-06}",
1310
+ "type": "color",
1311
+ "description": "报错边框色"
1312
+ }, */
1313
+ /* "color-text": {
1314
+ "value": "{Gray-09}",
1315
+ "type": "color",
1316
+ "description": "一级文本色"
1317
+ }, */
1318
+ /* "color-text-Tr": {
1319
+ "value": "{Gray-Tr-09}",
1320
+ "type": "color",
1321
+ "description": "一级文本色"
1322
+ }, */
1323
+ /* "color-text-Secondary": {
1324
+ "value": "{Gray-08}",
1325
+ "type": "color",
1326
+ "description": "二级文本色"
1327
+ }, */
1328
+ /* "color-text-Secondary-Tr": {
1329
+ "value": "{Gray-Tr-08}",
1330
+ "type": "color",
1331
+ "description": "二级文本色"
1332
+ }, */
1333
+ /* "color-text-tertiary": {
1334
+ "value": "{Gray-07}",
1335
+ "type": "color",
1336
+ "description": "三级文本色"
1337
+ }, */
1338
+ /* "color-text-tertiary-Tr": {
1339
+ "value": "{Gray-Tr-07}",
1340
+ "type": "color",
1341
+ "description": "三级文本色"
1342
+ }, */
1343
+ /* "color-text-quaternary": {
1344
+ "value": "{Gray-06}",
1345
+ "type": "color",
1346
+ "description": "四级文本色"
1347
+ }, */
1348
+ /* "color-text-quaternary-Tr": {
1349
+ "value": "{Gray-Tr-06}",
1350
+ "type": "color",
1351
+ "description": "四级文本色"
1352
+ }, */
1353
+ /* "color-text-quaternary": {
1354
+ "value": "{Gray-01}",
1355
+ "type": "color",
1356
+ "description": "五级文本色"
1357
+ }, */
1358
+ /* "color-text-quaternary-Tr": {
1359
+ "value": "{Gray-Tr-06}",
1360
+ "type": "color",
1361
+ "description": "五级文本色"
1362
+ }, */
1363
+ /* "color-text-primary": {
1364
+ "value": "{Red-06}",
1365
+ "type": "color",
1366
+ "description": "品牌文本色"
1367
+ }, */
1368
+ /* "color-text-primary-hover": {
1369
+ "value": "{Red-05}",
1370
+ "type": "color",
1371
+ "description": "品牌文本色,悬浮状态"
1372
+ }, */
1373
+ /* "color-text-primary-active": {
1374
+ "value": "{Red-07}",
1375
+ "type": "color",
1376
+ "description": "品牌文本色,激活状态"
1377
+ }, */
1378
+ /* "color-text-success": {
1379
+ "value": "{Cyan-06}",
1380
+ "type": "color",
1381
+ "description": "成功文本色"
1382
+ }, */
1383
+ /* "color-text-warning": {
1384
+ "value": "{Gold-06}",
1385
+ "type": "color",
1386
+ "description": "警告文本色"
1387
+ }, */
1388
+ /* "color-text-error": {
1389
+ "value": "{Orange-06}",
1390
+ "type": "color",
1391
+ "description": "报错文本色"
1392
+ }, */
1393
+ /* "color-text-info": {
1394
+ "value": "{Blue-06}",
1395
+ "type": "color",
1396
+ "description": "信息文本色"
1397
+ }, */
1398
+ /* "color-text-info-hover": {
1399
+ "value": "{Blue-05}",
1400
+ "type": "color",
1401
+ "description": "信息文本色,悬停状态"
1402
+ }, */
1403
+ /* "color-text-info-active": {
1404
+ "value": "{Blue-07}",
1405
+ "type": "color",
1406
+ "description": "信息文本色,激活状态"
1407
+ }, */
1408
+ /* "color-data-visualization-01": {
1409
+ "value": "#F4523B",
1410
+ "type": "color",
1411
+ "description": "可视化颜色1"
1412
+ }, */
1413
+ /* "color-data-visualization-02": {
1414
+ "value": "#5991EF",
1415
+ "type": "color",
1416
+ "description": "可视化颜色2"
1417
+ }, */
1418
+ /* "color-data-visualization-03": {
1419
+ "value": "#F8700C",
1420
+ "type": "color",
1421
+ "description": "可视化颜色3"
1422
+ }, */
1423
+ /* "color-data-visualization-04": {
1424
+ "value": "#3ED22D",
1425
+ "type": "color",
1426
+ "description": "可视化颜色4"
1427
+ }, */
1428
+ /* "color-data-visualization-05": {
1429
+ "value": "#DC2368",
1430
+ "type": "color",
1431
+ "description": "可视化颜色5"
1432
+ }, */
1433
+ /* "color-data-visualization-06": {
1434
+ "value": "#2AC3D5",
1435
+ "type": "color",
1436
+ "description": "可视化颜色6"
1437
+ }, */
1438
+ /* "color-data-visualization-07": {
1439
+ "value": "#F3D30C",
1440
+ "type": "color",
1441
+ "description": "可视化颜色7"
1442
+ }, */
1443
+ /* "color-data-visualization-08": {
1444
+ "value": "#342AD5",
1445
+ "type": "color",
1446
+ "description": "可视化颜色8"
1447
+ }, */
1448
+ /* "color-data-visualization-09": {
1449
+ "value": "#FF69B1",
1450
+ "type": "color",
1451
+ "description": "可视化颜色9"
1452
+ }, */
1453
+ /* "color-data-visualization-10": {
1454
+ "value": "#45DEA6",
1455
+ "type": "color",
1456
+ "description": "可视化颜色10"
1457
+ }, */
1458
+ /* "color-data-visualization-11": {
1459
+ "value": "#CB43E1",
1460
+ "type": "color",
1461
+ "description": "可视化颜色11"
1462
+ }, */
1463
+ /* "color-data-visualization-12": {
1464
+ "value": "#69A8FF",
1465
+ "type": "color",
1466
+ "description": "可视化颜色12"
1467
+ } */
1468
+ /*
1469
+ "color-icon": {
1470
+ "value": "$Red-06",
1471
+ "type": "color",
1472
+ "description": "图标,默认"
1473
+ }
1474
+ */
1475
+ /*
1476
+ "color-icon-hover": {
1477
+ "value": "$Red-05",
1478
+ "type": "color",
1479
+ "description": "图标,悬浮状态"
1480
+ }
1481
+ */
1482
+ /*
1483
+ "color-icon-active": {
1484
+ "value": "$Red-07",
1485
+ "type": "color",
1486
+ "description": "图标,激活状态"
1487
+ }
1488
+ */
1489
+ /*
1490
+ "color-icon-success": {
1491
+ "value": "$Cyan-06",
1492
+ "type": "color",
1493
+ "description": "图标,成功色"
1494
+ }
1495
+ */
1496
+ /*
1497
+ "color-icon-warning": {
1498
+ "value": "$Gold-06",
1499
+ "type": "color",
1500
+ "description": "图标,警告色"
1501
+ }
1502
+ */
1503
+ /*
1504
+ "color-icon-error": {
1505
+ "value": "$Orange-06",
1506
+ "type": "color",
1507
+ "description": "图标,报错色"
1508
+ }
1509
+ */
1510
+ /*
1511
+ "color-icon-fill": {
1512
+ "value": "$Gray-08",
1513
+ "type": "color",
1514
+ "description": "图标,一级填充色"
1515
+ }
1516
+ */
1517
+ /*
1518
+ "color-icon-fill(Tr)": {
1519
+ "value": "$Gray(Tr)-08",
1520
+ "type": "color",
1521
+ "description": "图标,一级填充色0.65"
1522
+ }
1523
+ */
1524
+ /*
1525
+ "color-icon-Secondary": {
1526
+ "value": "$Gray-07",
1527
+ "type": "color",
1528
+ "description": "图标,二级填充色"
1529
+ }
1530
+ */
1531
+ /*
1532
+ "color-icon-Secondary(Tr)": {
1533
+ "value": "$Gray(Tr)-07",
1534
+ "type": "color",
1535
+ "description": "图标,二级填充色0.45"
1536
+ }
1537
+ */
1538
+ /*
1539
+ "color-icon-tertiary": {
1540
+ "value": "$Gray-06",
1541
+ "type": "color",
1542
+ "description": "图标,三级填充色"
1543
+ }
1544
+ */
1545
+ /*
1546
+ "color-icon-tertiary(Tr)": {
1547
+ "value": "$Gray(Tr)-06",
1548
+ "type": "color",
1549
+ "description": "图标,三级填充色0.25"
1550
+ }
1551
+ */
1552
+ /*
1553
+ "color-icon-quaternary": {
1554
+ "value": "$Gray-04",
1555
+ "type": "color",
1556
+ "description": "图标,四级填充色"
1557
+ }
1558
+ */
1559
+ /*
1560
+ "color-icon-quaternary(Tr)": {
1561
+ "value": "$Gray(Tr)-04",
1562
+ "type": "color",
1563
+ "description": "图标,四级填充色0.06"
1564
+ }
1565
+ */
1566
+ /*
1567
+ "color-icon-quinary": {
1568
+ "value": "$Gray-02",
1569
+ "type": "color",
1570
+ "description": "图标,五级填充色"
1571
+ }
1572
+ */
1573
+ /*
1574
+ "color-icon-quinary(Tr)": {
1575
+ "value": "$Gray(Tr)-02",
1576
+ "type": "color",
1577
+ "description": "图标,五级填充色0.06"
1578
+ }
1579
+ */
1580
+ /*
1581
+ "color-icon-senary": {
1582
+ "value": "$Gray-01",
1583
+ "type": "color",
1584
+ "description": "图标,六级填充色"
1585
+ }
1586
+ */
1587
+ .index_module_history_list__81d1a4f5 {
1588
+ position: absolute;
1589
+ top: 0;
1590
+ background: rgba(0, 0, 0, 0.3);
1591
+ width: 100%;
1592
+ height: 100%;
1593
+ overflow: hidden;
1594
+ }
1595
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 {
1596
+ background: #fff;
1597
+ position: absolute;
1598
+ bottom: -500px;
1599
+ width: 100%;
1600
+ border-radius: 16px 16px 0px 0px;
1601
+ overflow: hidden;
1602
+ animation: index_module_mymove__81d1a4f5 1s forwards;
1603
+ }
1604
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_title__81d1a4f5 {
1605
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
1606
+ font-size: 16px;
1607
+ font-weight: 600;
1608
+ line-height: 150%;
1609
+ padding: 16px;
1610
+ display: flex;
1611
+ justify-content: space-between;
1612
+ }
1613
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_title__81d1a4f5 svg {
1614
+ font-size: 12px;
1615
+ cursor: pointer;
1616
+ opacity: 0.65;
1617
+ font-weight: 300;
1618
+ }
1619
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_search_top__81d1a4f5 {
1620
+ position: relative;
1621
+ margin: 16px 24px;
1622
+ background-color: #fff;
1623
+ }
1624
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_search_top__81d1a4f5 input {
1625
+ width: 100%;
1626
+ height: 40px;
1627
+ line-height: 40px;
1628
+ border-radius: 2px;
1629
+ border: 1px solid #ebebeb;
1630
+ padding-left: 46px;
1631
+ padding-right: 30px;
1632
+ color: rgba(0, 0, 0, 0.85);
1633
+ }
1634
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_search_top__81d1a4f5 .anticon {
1635
+ position: absolute;
1636
+ top: 11px;
1637
+ z-index: 1;
1638
+ left: 14px;
1639
+ font-size: 16px;
1640
+ color: rgba(0, 0, 0, 0.65);
1641
+ }
1642
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_search_top__81d1a4f5 .guanbi_Close {
1643
+ position: absolute;
1644
+ top: 2px;
1645
+ right: 38px;
1646
+ font-size: 16px;
1647
+ z-index: 1;
1648
+ color: rgba(0, 0, 0, 0.65);
1649
+ cursor: pointer;
1650
+ }
1651
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_search_top__81d1a4f5 .guanbi_Close svg {
1652
+ font-size: 12px;
1653
+ opacity: 0.65;
1654
+ }
1655
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_search_top__81d1a4f5 svg {
1656
+ opacity: 0.65;
1657
+ font-weight: 300;
1658
+ }
1659
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5:first-child {
1660
+ margin-top: 0;
1661
+ }
1662
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 {
1663
+ overflow: auto;
1664
+ height: 510px;
1665
+ }
1666
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5::-webkit-scrollbar {
1667
+ background-color: #eaedf1;
1668
+ background-color: transparent;
1669
+ width: 4px;
1670
+ height: 4px;
1671
+ }
1672
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5::-webkit-scrollbar-thumb {
1673
+ border-radius: 4px;
1674
+ background-color: rgba(0, 0, 0, 0.25);
1675
+ }
1676
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5 {
1677
+ margin: 8px 24px;
1678
+ padding: 8px;
1679
+ margin-bottom: 17px;
1680
+ position: relative;
1681
+ cursor: pointer;
1682
+ }
1683
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5:hover {
1684
+ background-color: rgba(0, 0, 0, 0.04);
1685
+ border-radius: 8px;
1686
+ }
1687
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5::before {
1688
+ content: "";
1689
+ display: inline-block;
1690
+ width: 100%;
1691
+ height: 1px;
1692
+ background-color: #ebebeb;
1693
+ position: absolute;
1694
+ bottom: -9px;
1695
+ left: -1px;
1696
+ }
1697
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5 .index_module_name__81d1a4f5 {
1698
+ display: flex;
1699
+ justify-content: space-between;
1700
+ align-items: center;
1701
+ margin-bottom: 9px;
1702
+ }
1703
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5 .index_module_name__81d1a4f5 p {
1704
+ color: rgba(0, 0, 0, 0.85);
1705
+ font-size: 16px;
1706
+ font-weight: 600;
1707
+ line-height: 1.5;
1708
+ }
1709
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5 .index_module_name__81d1a4f5 .index_module_time__81d1a4f5 {
1710
+ font-size: 14px;
1711
+ color: #8c8c8c;
1712
+ }
1713
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5 .index_module_con__81d1a4f5 {
1714
+ color: rgba(0, 0, 0, 0.85);
1715
+ font-size: 14px;
1716
+ font-weight: 400;
1717
+ line-height: 150%;
1718
+ overflow: hidden;
1719
+ white-space: nowrap;
1720
+ text-overflow: ellipsis;
1721
+ }
1722
+ .index_module_history_list__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 .index_module_list__81d1a4f5 .index_module_con__81d1a4f5 span {
1723
+ color: #f4523b;
1724
+ }
1725
+ @keyframes index_module_mymove__81d1a4f5 {
1726
+ from {
1727
+ bottom: -500px;
1728
+ }
1729
+ to {
1730
+ bottom: 0;
1731
+ }
1732
+ }
1733
+ .index_module_history_list__81d1a4f5 .anticon {
1734
+ vertical-align: 0;
1735
+ }
1736
+ .index_module_history_list_broadside__81d1a4f5 {
1737
+ width: 417px;
1738
+ height: calc(100% - 50px);
1739
+ right: 0;
1740
+ top: 48px;
1741
+ border-radius: 0px 8px 8px 0px;
1742
+ background: transparent;
1743
+ }
1744
+ .index_module_history_list_broadside__81d1a4f5 .index_module_search_layout__81d1a4f5 {
1745
+ height: 100%;
1746
+ border-radius: 0;
1747
+ }
1748
+ .index_module_history_list_broadside__81d1a4f5 .index_module_search_layout__81d1a4f5 .index_module_main_list__81d1a4f5 {
1749
+ height: calc(100% - 140px);
1750
+ max-height: calc(100% - 140px);
1751
+ }
1752
+
1753
+ /* 变量色值 */
1754
+ /* "color-background-layout": {
1755
+ "value": "{Gray-01}",
1756
+ "type": "color",
1757
+ "description": "布局(全局)背景色"
1758
+ } */
1759
+ /* "color-background-elevated": {
1760
+ "value": "{Gray-01}",
1761
+ "type": "color",
1762
+ "description": "浮层容器背景色"
1763
+ } */
1764
+ /* "color-background-fill": {
1765
+ "value": "{Gray-05}",
1766
+ "type": "color",
1767
+ "description": "一级填充色(用于突出内容部分)"
1768
+ }, */
1769
+ /* "color-background-fillsecondary": {
1770
+ "value": "{Gray-04}",
1771
+ "type": "color",
1772
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
1773
+ }, */
1774
+ /* "color-background-fillsecondary-Tr": {
1775
+ "value": "{Gray-Tr-04}",
1776
+ "type": "color",
1777
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
1778
+ }, */
1779
+ /* "color-background-filltertiary": {
1780
+ "value": "{Gray-03}",
1781
+ "type": "color",
1782
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
1783
+ }, */
1784
+ /* "color-background-filltertiary-Tr": {
1785
+ "value": "{Gray-Tr-03}",
1786
+ "type": "color",
1787
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
1788
+ }, */
1789
+ /* "color-background-fillquaternary": {
1790
+ "value": "{Gray-02}",
1791
+ "type": "color",
1792
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
1793
+ }, */
1794
+ /* "color-background-fillquaternary-Tr": {
1795
+ "value": "{Gray-Tr-02}",
1796
+ "type": "color",
1797
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
1798
+ }, */
1799
+ /* "color-background-quinary": {
1800
+ "value": "{Gray-01}",
1801
+ "type": "color",
1802
+ "description": "五级级填充色(适用于列表或文本框背景填充)"
1803
+ }, */
1804
+ /*
1805
+ "color-background-primary-base": {
1806
+ "value": "{Red-06}",
1807
+ "type": "color",
1808
+ "description": "主色背景"
1809
+ }, */
1810
+ /* "color-background-primary-active": {
1811
+ "value": "{Red-07}",
1812
+ "type": "color",
1813
+ "description": "主色背景颜色,激活状态"
1814
+ }, */
1815
+ /* "color-background-primary-hover": {
1816
+ "value": "{Red-05}",
1817
+ "type": "color",
1818
+ "description": "主色背景颜色,悬浮状态"
1819
+ }, */
1820
+ /* "color-background-primary-weak": {
1821
+ "value": "{Red-01}",
1822
+ "type": "color",
1823
+ "description": "主色背景颜色(弱背景),可以在文本后面使用"
1824
+ }, */
1825
+ /* "color-background-primary-weak-hover": {
1826
+ "value": "{Red-02}",
1827
+ "type": "color",
1828
+ "description": "主色浅色背景,悬浮状态"
1829
+ }, */
1830
+ /* "color-background-success-base": {
1831
+ "value": "{Cyan-06}",
1832
+ "type": "color",
1833
+ "description": "成功背景颜色"
1834
+ }, */
1835
+ /* "color-background-success-weak": {
1836
+ "value": "{Cyan-01}",
1837
+ "type": "color",
1838
+ "description": "成功浅色背景"
1839
+ }, */
1840
+ /* "color-background-warning-base": {
1841
+ "value": "{Gold-06}",
1842
+ "type": "color",
1843
+ "description": "警告背景颜色"
1844
+ }, */
1845
+ /* "color-background-warning-weak": {
1846
+ "value": "{Gold-01}",
1847
+ "type": "color",
1848
+ "description": "警告浅色背景"
1849
+ }, */
1850
+ /* "color-background-error-base": {
1851
+ "value": "{Orange-06}",
1852
+ "type": "color",
1853
+ "description": "错误背景颜色"
1854
+ }, */
1855
+ /* "color-background-error-weak": {
1856
+ "value": "{Orange-01}",
1857
+ "type": "color",
1858
+ "description": "错误浅色背景"
1859
+ }, */
1860
+ /* "color-background-info-base": {
1861
+ "value": "{Blue-06}",
1862
+ "type": "color",
1863
+ "description": "信息色"
1864
+ }, */
1865
+ /* "color-background-info-weak": {
1866
+ "value": "{Blue-01}",
1867
+ "type": "color",
1868
+ "description": "信息浅色背景"
1869
+ }, */
1870
+ /* "color-border": {
1871
+ "value": "{Gray-05}",
1872
+ "type": "color",
1873
+ "description": "一级边框色"
1874
+ }, */
1875
+ /* "color-border-Tr": {
1876
+ "value": "{Gray-Tr-05}",
1877
+ "type": "color",
1878
+ "description": "一级边框色"
1879
+ }, */
1880
+ /* "color-border-secondary": {
1881
+ "value": "{Gray-04}",
1882
+ "type": "color",
1883
+ "description": "二级边框色"
1884
+ }, */
1885
+ /* "color-border-secondary-Tr": {
1886
+ "value": "{Gray-Tr-04}",
1887
+ "type": "color",
1888
+ "description": "二级边框色"
1889
+ }, */
1890
+ /* "color-border-primary": {
1891
+ "value": "{Red-06}",
1892
+ "type": "color",
1893
+ "description": "主色边框色"
1894
+ }, */
1895
+ /* "color-border-primary-hover": {
1896
+ "value": "{Red-05}",
1897
+ "type": "color",
1898
+ "description": "主色边框色,悬停状态"
1899
+ }, */
1900
+ /* "color-border-primary-active": {
1901
+ "value": "{Red-07}",
1902
+ "type": "color",
1903
+ "description": "主色边框色,悬停状态"
1904
+ }, */
1905
+ /* "color-border-success": {
1906
+ "value": "{Cyan-06}",
1907
+ "type": "color",
1908
+ "description": "成功边框色"
1909
+ }, */
1910
+ /* "color-border-warning": {
1911
+ "value": "{Gold-06}",
1912
+ "type": "color",
1913
+ "description": "警告边框色"
1914
+ }, */
1915
+ /* "color-border-error": {
1916
+ "value": "{Orange-06}",
1917
+ "type": "color",
1918
+ "description": "报错边框色"
1919
+ }, */
1920
+ /* "color-text": {
1921
+ "value": "{Gray-09}",
1922
+ "type": "color",
1923
+ "description": "一级文本色"
1924
+ }, */
1925
+ /* "color-text-Tr": {
1926
+ "value": "{Gray-Tr-09}",
1927
+ "type": "color",
1928
+ "description": "一级文本色"
1929
+ }, */
1930
+ /* "color-text-Secondary": {
1931
+ "value": "{Gray-08}",
1932
+ "type": "color",
1933
+ "description": "二级文本色"
1934
+ }, */
1935
+ /* "color-text-Secondary-Tr": {
1936
+ "value": "{Gray-Tr-08}",
1937
+ "type": "color",
1938
+ "description": "二级文本色"
1939
+ }, */
1940
+ /* "color-text-tertiary": {
1941
+ "value": "{Gray-07}",
1942
+ "type": "color",
1943
+ "description": "三级文本色"
1944
+ }, */
1945
+ /* "color-text-tertiary-Tr": {
1946
+ "value": "{Gray-Tr-07}",
1947
+ "type": "color",
1948
+ "description": "三级文本色"
1949
+ }, */
1950
+ /* "color-text-quaternary": {
1951
+ "value": "{Gray-06}",
1952
+ "type": "color",
1953
+ "description": "四级文本色"
1954
+ }, */
1955
+ /* "color-text-quaternary-Tr": {
1956
+ "value": "{Gray-Tr-06}",
1957
+ "type": "color",
1958
+ "description": "四级文本色"
1959
+ }, */
1960
+ /* "color-text-quaternary": {
1961
+ "value": "{Gray-01}",
1962
+ "type": "color",
1963
+ "description": "五级文本色"
1964
+ }, */
1965
+ /* "color-text-quaternary-Tr": {
1966
+ "value": "{Gray-Tr-06}",
1967
+ "type": "color",
1968
+ "description": "五级文本色"
1969
+ }, */
1970
+ /* "color-text-primary": {
1971
+ "value": "{Red-06}",
1972
+ "type": "color",
1973
+ "description": "品牌文本色"
1974
+ }, */
1975
+ /* "color-text-primary-hover": {
1976
+ "value": "{Red-05}",
1977
+ "type": "color",
1978
+ "description": "品牌文本色,悬浮状态"
1979
+ }, */
1980
+ /* "color-text-primary-active": {
1981
+ "value": "{Red-07}",
1982
+ "type": "color",
1983
+ "description": "品牌文本色,激活状态"
1984
+ }, */
1985
+ /* "color-text-success": {
1986
+ "value": "{Cyan-06}",
1987
+ "type": "color",
1988
+ "description": "成功文本色"
1989
+ }, */
1990
+ /* "color-text-warning": {
1991
+ "value": "{Gold-06}",
1992
+ "type": "color",
1993
+ "description": "警告文本色"
1994
+ }, */
1995
+ /* "color-text-error": {
1996
+ "value": "{Orange-06}",
1997
+ "type": "color",
1998
+ "description": "报错文本色"
1999
+ }, */
2000
+ /* "color-text-info": {
2001
+ "value": "{Blue-06}",
2002
+ "type": "color",
2003
+ "description": "信息文本色"
2004
+ }, */
2005
+ /* "color-text-info-hover": {
2006
+ "value": "{Blue-05}",
2007
+ "type": "color",
2008
+ "description": "信息文本色,悬停状态"
2009
+ }, */
2010
+ /* "color-text-info-active": {
2011
+ "value": "{Blue-07}",
2012
+ "type": "color",
2013
+ "description": "信息文本色,激活状态"
2014
+ }, */
2015
+ /* "color-data-visualization-01": {
2016
+ "value": "#F4523B",
2017
+ "type": "color",
2018
+ "description": "可视化颜色1"
2019
+ }, */
2020
+ /* "color-data-visualization-02": {
2021
+ "value": "#5991EF",
2022
+ "type": "color",
2023
+ "description": "可视化颜色2"
2024
+ }, */
2025
+ /* "color-data-visualization-03": {
2026
+ "value": "#F8700C",
2027
+ "type": "color",
2028
+ "description": "可视化颜色3"
2029
+ }, */
2030
+ /* "color-data-visualization-04": {
2031
+ "value": "#3ED22D",
2032
+ "type": "color",
2033
+ "description": "可视化颜色4"
2034
+ }, */
2035
+ /* "color-data-visualization-05": {
2036
+ "value": "#DC2368",
2037
+ "type": "color",
2038
+ "description": "可视化颜色5"
2039
+ }, */
2040
+ /* "color-data-visualization-06": {
2041
+ "value": "#2AC3D5",
2042
+ "type": "color",
2043
+ "description": "可视化颜色6"
2044
+ }, */
2045
+ /* "color-data-visualization-07": {
2046
+ "value": "#F3D30C",
2047
+ "type": "color",
2048
+ "description": "可视化颜色7"
2049
+ }, */
2050
+ /* "color-data-visualization-08": {
2051
+ "value": "#342AD5",
2052
+ "type": "color",
2053
+ "description": "可视化颜色8"
2054
+ }, */
2055
+ /* "color-data-visualization-09": {
2056
+ "value": "#FF69B1",
2057
+ "type": "color",
2058
+ "description": "可视化颜色9"
2059
+ }, */
2060
+ /* "color-data-visualization-10": {
2061
+ "value": "#45DEA6",
2062
+ "type": "color",
2063
+ "description": "可视化颜色10"
2064
+ }, */
2065
+ /* "color-data-visualization-11": {
2066
+ "value": "#CB43E1",
2067
+ "type": "color",
2068
+ "description": "可视化颜色11"
2069
+ }, */
2070
+ /* "color-data-visualization-12": {
2071
+ "value": "#69A8FF",
2072
+ "type": "color",
2073
+ "description": "可视化颜色12"
2074
+ } */
2075
+ /*
2076
+ "color-icon": {
2077
+ "value": "$Red-06",
2078
+ "type": "color",
2079
+ "description": "图标,默认"
2080
+ }
2081
+ */
2082
+ /*
2083
+ "color-icon-hover": {
2084
+ "value": "$Red-05",
2085
+ "type": "color",
2086
+ "description": "图标,悬浮状态"
2087
+ }
2088
+ */
2089
+ /*
2090
+ "color-icon-active": {
2091
+ "value": "$Red-07",
2092
+ "type": "color",
2093
+ "description": "图标,激活状态"
2094
+ }
2095
+ */
2096
+ /*
2097
+ "color-icon-success": {
2098
+ "value": "$Cyan-06",
2099
+ "type": "color",
2100
+ "description": "图标,成功色"
2101
+ }
2102
+ */
2103
+ /*
2104
+ "color-icon-warning": {
2105
+ "value": "$Gold-06",
2106
+ "type": "color",
2107
+ "description": "图标,警告色"
2108
+ }
2109
+ */
2110
+ /*
2111
+ "color-icon-error": {
2112
+ "value": "$Orange-06",
2113
+ "type": "color",
2114
+ "description": "图标,报错色"
2115
+ }
2116
+ */
2117
+ /*
2118
+ "color-icon-fill": {
2119
+ "value": "$Gray-08",
2120
+ "type": "color",
2121
+ "description": "图标,一级填充色"
2122
+ }
2123
+ */
2124
+ /*
2125
+ "color-icon-fill(Tr)": {
2126
+ "value": "$Gray(Tr)-08",
2127
+ "type": "color",
2128
+ "description": "图标,一级填充色0.65"
2129
+ }
2130
+ */
2131
+ /*
2132
+ "color-icon-Secondary": {
2133
+ "value": "$Gray-07",
2134
+ "type": "color",
2135
+ "description": "图标,二级填充色"
2136
+ }
2137
+ */
2138
+ /*
2139
+ "color-icon-Secondary(Tr)": {
2140
+ "value": "$Gray(Tr)-07",
2141
+ "type": "color",
2142
+ "description": "图标,二级填充色0.45"
2143
+ }
2144
+ */
2145
+ /*
2146
+ "color-icon-tertiary": {
2147
+ "value": "$Gray-06",
2148
+ "type": "color",
2149
+ "description": "图标,三级填充色"
2150
+ }
2151
+ */
2152
+ /*
2153
+ "color-icon-tertiary(Tr)": {
2154
+ "value": "$Gray(Tr)-06",
2155
+ "type": "color",
2156
+ "description": "图标,三级填充色0.25"
2157
+ }
2158
+ */
2159
+ /*
2160
+ "color-icon-quaternary": {
2161
+ "value": "$Gray-04",
2162
+ "type": "color",
2163
+ "description": "图标,四级填充色"
2164
+ }
2165
+ */
2166
+ /*
2167
+ "color-icon-quaternary(Tr)": {
2168
+ "value": "$Gray(Tr)-04",
2169
+ "type": "color",
2170
+ "description": "图标,四级填充色0.06"
2171
+ }
2172
+ */
2173
+ /*
2174
+ "color-icon-quinary": {
2175
+ "value": "$Gray-02",
2176
+ "type": "color",
2177
+ "description": "图标,五级填充色"
2178
+ }
2179
+ */
2180
+ /*
2181
+ "color-icon-quinary(Tr)": {
2182
+ "value": "$Gray(Tr)-02",
2183
+ "type": "color",
2184
+ "description": "图标,五级填充色0.06"
2185
+ }
2186
+ */
2187
+ /*
2188
+ "color-icon-senary": {
2189
+ "value": "$Gray-01",
2190
+ "type": "color",
2191
+ "description": "图标,六级填充色"
2192
+ }
2193
+ */
2194
+ .index_module_teacher_layout__5df53994 {
2195
+ position: fixed;
2196
+ right: 568px;
2197
+ border-radius: 8px;
2198
+ background: rgba(255, 255, 255, 0.5);
2199
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
2200
+ -webkit-backdrop-filter: blur(7.5px);
2201
+ backdrop-filter: blur(7.5px);
2202
+ width: 80px;
2203
+ }
2204
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div,
2205
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div {
2206
+ display: flex;
2207
+ flex-direction: column;
2208
+ align-items: center;
2209
+ padding: 8px;
2210
+ border-radius: 8px;
2211
+ margin: 8px 0;
2212
+ max-width: 60px;
2213
+ overflow: hidden;
2214
+ position: relative;
2215
+ cursor: pointer;
2216
+ }
2217
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div:hover,
2218
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div:hover {
2219
+ background-color: #f5f5f5;
2220
+ }
2221
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div:hover .index_module_delete__5df53994,
2222
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div:hover .index_module_delete__5df53994 {
2223
+ display: block;
2224
+ }
2225
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div p,
2226
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div p {
2227
+ max-width: 60px;
2228
+ overflow: hidden;
2229
+ text-overflow: ellipsis;
2230
+ white-space: nowrap;
2231
+ color: rgba(0, 0, 0, 0.65);
2232
+ font-size: 12px;
2233
+ line-height: 1;
2234
+ padding-top: 12px;
2235
+ }
2236
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div img,
2237
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div img {
2238
+ width: 32px;
2239
+ height: 32px;
2240
+ border-radius: 50%;
2241
+ }
2242
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div .index_module_num__5df53994,
2243
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div .index_module_num__5df53994 {
2244
+ position: absolute;
2245
+ top: 0;
2246
+ right: 0;
2247
+ border-radius: 26px;
2248
+ background-color: #f4523b;
2249
+ color: #fff;
2250
+ padding: 2px 5px;
2251
+ border-radius: 25px;
2252
+ font-size: 12px;
2253
+ line-height: 1.2;
2254
+ }
2255
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div .index_module_delete__5df53994,
2256
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div .index_module_delete__5df53994 {
2257
+ font-size: 18px;
2258
+ position: absolute;
2259
+ top: -2px;
2260
+ right: 0;
2261
+ color: rgba(0, 0, 0, 0.65);
2262
+ font-size: 14px;
2263
+ display: none;
2264
+ }
2265
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 > div {
2266
+ margin: 0 8px;
2267
+ }
2268
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 .index_module_shrink__5df53994 {
2269
+ border-bottom: 1px solid #ebebeb;
2270
+ border-radius: 0;
2271
+ margin-bottom: 8px;
2272
+ margin-top: 8px;
2273
+ }
2274
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 .index_module_shrink__5df53994 > span {
2275
+ font-size: 20px;
2276
+ }
2277
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 .index_module_shrink__5df53994 p {
2278
+ padding-top: 0;
2279
+ }
2280
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 .index_module_shrink__5df53994:hover {
2281
+ background-color: #fff;
2282
+ }
2283
+ .index_module_teacher_layout__5df53994 .index_module_top__5df53994 .index_module_active__5df53994,
2284
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 .index_module_active__5df53994 {
2285
+ background: #ffe8e0;
2286
+ }
2287
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div:last-child {
2288
+ margin-bottom: 0;
2289
+ }
2290
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 > div:first-child {
2291
+ margin-top: 0;
2292
+ }
2293
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994 {
2294
+ max-height: 524px;
2295
+ padding: 0 8px;
2296
+ padding-right: 4px;
2297
+ overflow-y: auto;
2298
+ margin-bottom: 8px;
2299
+ margin-top: 8px;
2300
+ }
2301
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994::-webkit-scrollbar {
2302
+ background-color: #eaedf1;
2303
+ background-color: transparent;
2304
+ width: 4px;
2305
+ height: 4px;
2306
+ }
2307
+ .index_module_teacher_layout__5df53994 .index_module_bottom__5df53994::-webkit-scrollbar-thumb {
2308
+ border-radius: 4px;
2309
+ background-color: rgba(0, 0, 0, 0.25);
2310
+ }
2311
+ .index_module_teacher_layout_newlabo__5df53994 {
2312
+ top: 50px;
2313
+ right: 0;
2314
+ }
2315
+ .index_module_teacher_layout_modal__5df53994 {
2316
+ width: 328px;
2317
+ height: 100%;
2318
+ background-color: #fff;
2319
+ position: absolute;
2320
+ border-top: 1px solid #ebebeb;
2321
+ }
2322
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994,
2323
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 {
2324
+ border-bottom: 1px solid #ebebeb;
2325
+ padding: 16px;
2326
+ display: flex;
2327
+ align-items: center;
2328
+ cursor: pointer;
2329
+ }
2330
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994 img,
2331
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 img {
2332
+ width: 32px;
2333
+ height: 32px;
2334
+ border-radius: 50%;
2335
+ margin-right: 12px;
2336
+ }
2337
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994 > span,
2338
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 > span {
2339
+ margin-right: 12px;
2340
+ }
2341
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994,
2342
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 {
2343
+ width: 252px;
2344
+ }
2345
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_message__5df53994,
2346
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_message__5df53994 {
2347
+ color: #000;
2348
+ font-size: 14px;
2349
+ line-height: 1;
2350
+ padding-right: 10px;
2351
+ }
2352
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_message__5df53994 .index_module_num__5df53994,
2353
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_message__5df53994 .index_module_num__5df53994 {
2354
+ margin-left: 12px;
2355
+ border-radius: 26px;
2356
+ background-color: #f4523b;
2357
+ color: #fff;
2358
+ padding: 2px 5px;
2359
+ border-radius: 25px;
2360
+ font-size: 12px;
2361
+ line-height: 1.2;
2362
+ }
2363
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_message__5df53994 .index_module_time__5df53994,
2364
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_message__5df53994 .index_module_time__5df53994 {
2365
+ font-size: 12px;
2366
+ color: rgba(0, 0, 0, 0.25);
2367
+ float: right;
2368
+ }
2369
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_con__5df53994,
2370
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_ai__5df53994 .index_module_user_info__5df53994 .index_module_con__5df53994 {
2371
+ color: rgba(0, 0, 0, 0.25);
2372
+ font-size: 12px;
2373
+ line-height: 1.5;
2374
+ margin-top: 8px;
2375
+ overflow: hidden;
2376
+ white-space: nowrap;
2377
+ text-overflow: ellipsis;
2378
+ }
2379
+ .index_module_teacher_layout_modal__5df53994 .index_module_top__5df53994 .index_module_active__5df53994,
2380
+ .index_module_teacher_layout_modal__5df53994 .index_module_bottom__5df53994 .index_module_active__5df53994 {
2381
+ background: var(--color-background-primary-weak, #fff4f0);
2382
+ }
2383
+ .index_module_teacher_layout_modal__5df53994 .anticon {
2384
+ vertical-align: 0;
2385
+ }
2386
+
2387
+ /* 变量色值 */
2388
+ /* "color-background-layout": {
2389
+ "value": "{Gray-01}",
2390
+ "type": "color",
2391
+ "description": "布局(全局)背景色"
2392
+ } */
2393
+ /* "color-background-elevated": {
2394
+ "value": "{Gray-01}",
2395
+ "type": "color",
2396
+ "description": "浮层容器背景色"
2397
+ } */
2398
+ /* "color-background-fill": {
2399
+ "value": "{Gray-05}",
2400
+ "type": "color",
2401
+ "description": "一级填充色(用于突出内容部分)"
2402
+ }, */
2403
+ /* "color-background-fillsecondary": {
2404
+ "value": "{Gray-04}",
2405
+ "type": "color",
2406
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
2407
+ }, */
2408
+ /* "color-background-fillsecondary-Tr": {
2409
+ "value": "{Gray-Tr-04}",
2410
+ "type": "color",
2411
+ "description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
2412
+ }, */
2413
+ /* "color-background-filltertiary": {
2414
+ "value": "{Gray-03}",
2415
+ "type": "color",
2416
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
2417
+ }, */
2418
+ /* "color-background-filltertiary-Tr": {
2419
+ "value": "{Gray-Tr-03}",
2420
+ "type": "color",
2421
+ "description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
2422
+ }, */
2423
+ /* "color-background-fillquaternary": {
2424
+ "value": "{Gray-02}",
2425
+ "type": "color",
2426
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
2427
+ }, */
2428
+ /* "color-background-fillquaternary-Tr": {
2429
+ "value": "{Gray-Tr-02}",
2430
+ "type": "color",
2431
+ "description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
2432
+ }, */
2433
+ /* "color-background-quinary": {
2434
+ "value": "{Gray-01}",
2435
+ "type": "color",
2436
+ "description": "五级级填充色(适用于列表或文本框背景填充)"
2437
+ }, */
2438
+ /*
2439
+ "color-background-primary-base": {
2440
+ "value": "{Red-06}",
2441
+ "type": "color",
2442
+ "description": "主色背景"
2443
+ }, */
2444
+ /* "color-background-primary-active": {
2445
+ "value": "{Red-07}",
2446
+ "type": "color",
2447
+ "description": "主色背景颜色,激活状态"
2448
+ }, */
2449
+ /* "color-background-primary-hover": {
2450
+ "value": "{Red-05}",
2451
+ "type": "color",
2452
+ "description": "主色背景颜色,悬浮状态"
2453
+ }, */
2454
+ /* "color-background-primary-weak": {
2455
+ "value": "{Red-01}",
2456
+ "type": "color",
2457
+ "description": "主色背景颜色(弱背景),可以在文本后面使用"
2458
+ }, */
2459
+ /* "color-background-primary-weak-hover": {
2460
+ "value": "{Red-02}",
2461
+ "type": "color",
2462
+ "description": "主色浅色背景,悬浮状态"
2463
+ }, */
2464
+ /* "color-background-success-base": {
2465
+ "value": "{Cyan-06}",
2466
+ "type": "color",
2467
+ "description": "成功背景颜色"
2468
+ }, */
2469
+ /* "color-background-success-weak": {
2470
+ "value": "{Cyan-01}",
2471
+ "type": "color",
2472
+ "description": "成功浅色背景"
2473
+ }, */
2474
+ /* "color-background-warning-base": {
2475
+ "value": "{Gold-06}",
2476
+ "type": "color",
2477
+ "description": "警告背景颜色"
2478
+ }, */
2479
+ /* "color-background-warning-weak": {
2480
+ "value": "{Gold-01}",
2481
+ "type": "color",
2482
+ "description": "警告浅色背景"
2483
+ }, */
2484
+ /* "color-background-error-base": {
2485
+ "value": "{Orange-06}",
2486
+ "type": "color",
2487
+ "description": "错误背景颜色"
2488
+ }, */
2489
+ /* "color-background-error-weak": {
2490
+ "value": "{Orange-01}",
2491
+ "type": "color",
2492
+ "description": "错误浅色背景"
2493
+ }, */
2494
+ /* "color-background-info-base": {
2495
+ "value": "{Blue-06}",
2496
+ "type": "color",
2497
+ "description": "信息色"
2498
+ }, */
2499
+ /* "color-background-info-weak": {
2500
+ "value": "{Blue-01}",
2501
+ "type": "color",
2502
+ "description": "信息浅色背景"
2503
+ }, */
2504
+ /* "color-border": {
2505
+ "value": "{Gray-05}",
2506
+ "type": "color",
2507
+ "description": "一级边框色"
2508
+ }, */
2509
+ /* "color-border-Tr": {
2510
+ "value": "{Gray-Tr-05}",
2511
+ "type": "color",
2512
+ "description": "一级边框色"
2513
+ }, */
2514
+ /* "color-border-secondary": {
2515
+ "value": "{Gray-04}",
2516
+ "type": "color",
2517
+ "description": "二级边框色"
2518
+ }, */
2519
+ /* "color-border-secondary-Tr": {
2520
+ "value": "{Gray-Tr-04}",
2521
+ "type": "color",
2522
+ "description": "二级边框色"
2523
+ }, */
2524
+ /* "color-border-primary": {
2525
+ "value": "{Red-06}",
2526
+ "type": "color",
2527
+ "description": "主色边框色"
2528
+ }, */
2529
+ /* "color-border-primary-hover": {
2530
+ "value": "{Red-05}",
2531
+ "type": "color",
2532
+ "description": "主色边框色,悬停状态"
2533
+ }, */
2534
+ /* "color-border-primary-active": {
2535
+ "value": "{Red-07}",
2536
+ "type": "color",
2537
+ "description": "主色边框色,悬停状态"
2538
+ }, */
2539
+ /* "color-border-success": {
2540
+ "value": "{Cyan-06}",
2541
+ "type": "color",
2542
+ "description": "成功边框色"
2543
+ }, */
2544
+ /* "color-border-warning": {
2545
+ "value": "{Gold-06}",
2546
+ "type": "color",
2547
+ "description": "警告边框色"
2548
+ }, */
2549
+ /* "color-border-error": {
2550
+ "value": "{Orange-06}",
2551
+ "type": "color",
2552
+ "description": "报错边框色"
2553
+ }, */
2554
+ /* "color-text": {
2555
+ "value": "{Gray-09}",
2556
+ "type": "color",
2557
+ "description": "一级文本色"
2558
+ }, */
2559
+ /* "color-text-Tr": {
2560
+ "value": "{Gray-Tr-09}",
2561
+ "type": "color",
2562
+ "description": "一级文本色"
2563
+ }, */
2564
+ /* "color-text-Secondary": {
2565
+ "value": "{Gray-08}",
2566
+ "type": "color",
2567
+ "description": "二级文本色"
2568
+ }, */
2569
+ /* "color-text-Secondary-Tr": {
2570
+ "value": "{Gray-Tr-08}",
2571
+ "type": "color",
2572
+ "description": "二级文本色"
2573
+ }, */
2574
+ /* "color-text-tertiary": {
2575
+ "value": "{Gray-07}",
2576
+ "type": "color",
2577
+ "description": "三级文本色"
2578
+ }, */
2579
+ /* "color-text-tertiary-Tr": {
2580
+ "value": "{Gray-Tr-07}",
2581
+ "type": "color",
2582
+ "description": "三级文本色"
2583
+ }, */
2584
+ /* "color-text-quaternary": {
2585
+ "value": "{Gray-06}",
2586
+ "type": "color",
2587
+ "description": "四级文本色"
2588
+ }, */
2589
+ /* "color-text-quaternary-Tr": {
2590
+ "value": "{Gray-Tr-06}",
2591
+ "type": "color",
2592
+ "description": "四级文本色"
2593
+ }, */
2594
+ /* "color-text-quaternary": {
2595
+ "value": "{Gray-01}",
2596
+ "type": "color",
2597
+ "description": "五级文本色"
2598
+ }, */
2599
+ /* "color-text-quaternary-Tr": {
2600
+ "value": "{Gray-Tr-06}",
2601
+ "type": "color",
2602
+ "description": "五级文本色"
2603
+ }, */
2604
+ /* "color-text-primary": {
2605
+ "value": "{Red-06}",
2606
+ "type": "color",
2607
+ "description": "品牌文本色"
2608
+ }, */
2609
+ /* "color-text-primary-hover": {
2610
+ "value": "{Red-05}",
2611
+ "type": "color",
2612
+ "description": "品牌文本色,悬浮状态"
2613
+ }, */
2614
+ /* "color-text-primary-active": {
2615
+ "value": "{Red-07}",
2616
+ "type": "color",
2617
+ "description": "品牌文本色,激活状态"
2618
+ }, */
2619
+ /* "color-text-success": {
2620
+ "value": "{Cyan-06}",
2621
+ "type": "color",
2622
+ "description": "成功文本色"
2623
+ }, */
2624
+ /* "color-text-warning": {
2625
+ "value": "{Gold-06}",
2626
+ "type": "color",
2627
+ "description": "警告文本色"
2628
+ }, */
2629
+ /* "color-text-error": {
2630
+ "value": "{Orange-06}",
2631
+ "type": "color",
2632
+ "description": "报错文本色"
2633
+ }, */
2634
+ /* "color-text-info": {
2635
+ "value": "{Blue-06}",
2636
+ "type": "color",
2637
+ "description": "信息文本色"
2638
+ }, */
2639
+ /* "color-text-info-hover": {
2640
+ "value": "{Blue-05}",
2641
+ "type": "color",
2642
+ "description": "信息文本色,悬停状态"
2643
+ }, */
2644
+ /* "color-text-info-active": {
2645
+ "value": "{Blue-07}",
2646
+ "type": "color",
2647
+ "description": "信息文本色,激活状态"
2648
+ }, */
2649
+ /* "color-data-visualization-01": {
2650
+ "value": "#F4523B",
2651
+ "type": "color",
2652
+ "description": "可视化颜色1"
2653
+ }, */
2654
+ /* "color-data-visualization-02": {
2655
+ "value": "#5991EF",
2656
+ "type": "color",
2657
+ "description": "可视化颜色2"
2658
+ }, */
2659
+ /* "color-data-visualization-03": {
2660
+ "value": "#F8700C",
2661
+ "type": "color",
2662
+ "description": "可视化颜色3"
2663
+ }, */
2664
+ /* "color-data-visualization-04": {
2665
+ "value": "#3ED22D",
2666
+ "type": "color",
2667
+ "description": "可视化颜色4"
2668
+ }, */
2669
+ /* "color-data-visualization-05": {
2670
+ "value": "#DC2368",
2671
+ "type": "color",
2672
+ "description": "可视化颜色5"
2673
+ }, */
2674
+ /* "color-data-visualization-06": {
2675
+ "value": "#2AC3D5",
2676
+ "type": "color",
2677
+ "description": "可视化颜色6"
2678
+ }, */
2679
+ /* "color-data-visualization-07": {
2680
+ "value": "#F3D30C",
2681
+ "type": "color",
2682
+ "description": "可视化颜色7"
2683
+ }, */
2684
+ /* "color-data-visualization-08": {
2685
+ "value": "#342AD5",
2686
+ "type": "color",
2687
+ "description": "可视化颜色8"
2688
+ }, */
2689
+ /* "color-data-visualization-09": {
2690
+ "value": "#FF69B1",
2691
+ "type": "color",
2692
+ "description": "可视化颜色9"
2693
+ }, */
2694
+ /* "color-data-visualization-10": {
2695
+ "value": "#45DEA6",
2696
+ "type": "color",
2697
+ "description": "可视化颜色10"
2698
+ }, */
2699
+ /* "color-data-visualization-11": {
2700
+ "value": "#CB43E1",
2701
+ "type": "color",
2702
+ "description": "可视化颜色11"
2703
+ }, */
2704
+ /* "color-data-visualization-12": {
2705
+ "value": "#69A8FF",
2706
+ "type": "color",
2707
+ "description": "可视化颜色12"
2708
+ } */
2709
+ /*
2710
+ "color-icon": {
2711
+ "value": "$Red-06",
2712
+ "type": "color",
2713
+ "description": "图标,默认"
2714
+ }
2715
+ */
2716
+ /*
2717
+ "color-icon-hover": {
2718
+ "value": "$Red-05",
2719
+ "type": "color",
2720
+ "description": "图标,悬浮状态"
2721
+ }
2722
+ */
2723
+ /*
2724
+ "color-icon-active": {
2725
+ "value": "$Red-07",
2726
+ "type": "color",
2727
+ "description": "图标,激活状态"
2728
+ }
2729
+ */
2730
+ /*
2731
+ "color-icon-success": {
2732
+ "value": "$Cyan-06",
2733
+ "type": "color",
2734
+ "description": "图标,成功色"
2735
+ }
2736
+ */
2737
+ /*
2738
+ "color-icon-warning": {
2739
+ "value": "$Gold-06",
2740
+ "type": "color",
2741
+ "description": "图标,警告色"
2742
+ }
2743
+ */
2744
+ /*
2745
+ "color-icon-error": {
2746
+ "value": "$Orange-06",
2747
+ "type": "color",
2748
+ "description": "图标,报错色"
2749
+ }
2750
+ */
2751
+ /*
2752
+ "color-icon-fill": {
2753
+ "value": "$Gray-08",
2754
+ "type": "color",
2755
+ "description": "图标,一级填充色"
2756
+ }
2757
+ */
2758
+ /*
2759
+ "color-icon-fill(Tr)": {
2760
+ "value": "$Gray(Tr)-08",
2761
+ "type": "color",
2762
+ "description": "图标,一级填充色0.65"
2763
+ }
2764
+ */
2765
+ /*
2766
+ "color-icon-Secondary": {
2767
+ "value": "$Gray-07",
2768
+ "type": "color",
2769
+ "description": "图标,二级填充色"
2770
+ }
2771
+ */
2772
+ /*
2773
+ "color-icon-Secondary(Tr)": {
2774
+ "value": "$Gray(Tr)-07",
2775
+ "type": "color",
2776
+ "description": "图标,二级填充色0.45"
2777
+ }
2778
+ */
2779
+ /*
2780
+ "color-icon-tertiary": {
2781
+ "value": "$Gray-06",
2782
+ "type": "color",
2783
+ "description": "图标,三级填充色"
2784
+ }
2785
+ */
2786
+ /*
2787
+ "color-icon-tertiary(Tr)": {
2788
+ "value": "$Gray(Tr)-06",
2789
+ "type": "color",
2790
+ "description": "图标,三级填充色0.25"
2791
+ }
2792
+ */
2793
+ /*
2794
+ "color-icon-quaternary": {
2795
+ "value": "$Gray-04",
2796
+ "type": "color",
2797
+ "description": "图标,四级填充色"
2798
+ }
2799
+ */
2800
+ /*
2801
+ "color-icon-quaternary(Tr)": {
2802
+ "value": "$Gray(Tr)-04",
2803
+ "type": "color",
2804
+ "description": "图标,四级填充色0.06"
2805
+ }
2806
+ */
2807
+ /*
2808
+ "color-icon-quinary": {
2809
+ "value": "$Gray-02",
2810
+ "type": "color",
2811
+ "description": "图标,五级填充色"
2812
+ }
2813
+ */
2814
+ /*
2815
+ "color-icon-quinary(Tr)": {
2816
+ "value": "$Gray(Tr)-02",
2817
+ "type": "color",
2818
+ "description": "图标,五级填充色0.06"
2819
+ }
2820
+ */
2821
+ /*
2822
+ "color-icon-senary": {
2823
+ "value": "$Gray-01",
2824
+ "type": "color",
2825
+ "description": "图标,六级填充色"
2826
+ }
2827
+ */