react_hsbc_teller 1.9.8 → 1.9.81

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 (38) hide show
  1. package/.babelrc +39 -39
  2. package/README.en.md +36 -36
  3. package/README.md +52 -52
  4. package/config/webpack.config.js +119 -119
  5. package/config/webpack.dev.js +108 -108
  6. package/config/webpack.prod.js +104 -104
  7. package/lib/hsbc.js +1 -1
  8. package/package.json +108 -108
  9. package/packages/api/api.js +553 -553
  10. package/packages/api/server.js +50 -50
  11. package/packages/common/JKL.js +61 -61
  12. package/packages/common/XML.js +271 -271
  13. package/packages/common/index.esm.js +374 -374
  14. package/packages/common/websocket.js +267 -267
  15. package/packages/demo/demo.js +279 -279
  16. package/packages/demo/index.js +3 -3
  17. package/packages/demo/pdf.js +79 -79
  18. package/packages/envconfig/envconfig.js +12 -12
  19. package/packages/index.js +2 -2
  20. package/packages/pages/foot/foot.jsx +212 -212
  21. package/packages/pages/foot/foot.less +84 -84
  22. package/packages/pages/header/header.jsx +15 -15
  23. package/packages/pages/header/header.less +51 -51
  24. package/packages/pages/index.jsx +52 -52
  25. package/packages/pages/sign/signMy.jsx +221 -221
  26. package/packages/pages/sign/signMy.less +129 -129
  27. package/packages/pages/video/video.jsx +6768 -6756
  28. package/packages/pages/video/video.less +616 -616
  29. package/packages/style/index.less +1 -1
  30. package/packages/style/reset.less +345 -345
  31. package/packages/utils/asyncComponent.jsx +26 -26
  32. package/packages/utils/cell.js +64 -64
  33. package/packages/utils/mixin.js +27 -27
  34. package/packages/utils/setRem.js +10 -10
  35. package/public/index.html +77 -77
  36. package/src/index.js +11 -11
  37. package/src/index.less +5 -5
  38. package/tsconfig.json +11 -11
@@ -1,617 +1,617 @@
1
- .publishVideo1{
2
- width: 100px;
3
- height: 100px
4
- }
5
- .mixedvideo{
6
- display: none;
7
- position:absolute;
8
- object-fit: cover
9
- }
10
- .imgClass{
11
- width: 100%;
12
- height: 100%;
13
- float: right
14
- }
15
- .imgClassVoice{
16
- width: 25Px;
17
- height: 24Px;
18
- margin-bottom: 4Px;
19
- }
20
- .sharedScreen{
21
- font-size: 10px;
22
- position: absolute;
23
- height: 30px;
24
- line-height: 30px;
25
- color: red;
26
- }
27
- .wrapper {
28
- overflow: auto;
29
- height: 100%;
30
- width: 20%;
31
- background: #f3f3f3;
32
- text-align: center;
33
- margin-left: 20px;
34
- // display: grid;
35
- // grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
36
- // grid-template-rows: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
37
- }
38
- .isNoVideo{
39
- display: none;
40
- }
41
- .itemed {
42
- text-align: center;
43
- // border: 1px solid #fff;
44
- color: #fff;
45
- font-weight: bold;
46
- height: 170px;
47
- position: relative;
48
- background: #333;
49
- margin-bottom: 20px;
50
- border-radius: 6px;
51
- }
52
- .videoFit{
53
- object-fit: cover !important;
54
- }
55
- // .isBack {
56
- // transform: rotateY(180deg);
57
- // // background: #333;
58
- // }
59
- .video1{
60
- width: 100%;
61
- height: 100%;
62
- object-fit: cover;
63
- border-radius: 6px;
64
- }
65
- .videoTab{
66
- width: 100%;
67
- height: 100%;
68
- object-fit: contain;
69
- border-radius: 6px;
70
- }
71
- .video{
72
- width: 100%;
73
- height: 100%;
74
- object-fit: cover;
75
- border-radius: 6px;
76
- }
77
- .video1Div{
78
- width: 100%;
79
- height: 100%;
80
- }
81
- .health{
82
- padding: 20Px;
83
- background: #f0f0f0;
84
- }
85
- .healthVideo{
86
- height: ~"calc(100vh - 12.9125rem)";
87
- width: 100%;
88
- display: inline-flex;
89
- }
90
- .all{
91
- height: 100%
92
- }
93
- .ownClass{
94
- height: calc(100vh - 15px);
95
- object-fit: cover;
96
- width: 100%;
97
- }
98
- .publishVideoClass{
99
- height: 100%;
100
- width: 100%;
101
- object-fit: cover;
102
- border-radius: 6px;
103
- }
104
- .publishVideoDiv{
105
- height: 100%;
106
- width: 100%;
107
- border-radius: 6px;
108
- }
109
- .invitationSpan{
110
- margin-top: 5px;
111
- margin-right: 15px;
112
- float: right;
113
- height: 37px !important;
114
- width: 80px !important;
115
- font-size: 16px !important;
116
- border: 1px #3E505D solid!important;
117
- background: #3E505D !important;
118
- color: #fff!important;
119
- }
120
- .inputClick{
121
- width: 65%;
122
- height: 46px;
123
- border-radius: 2px;
124
- // border: 0px;
125
- outline: none;
126
- font-size: 17px;
127
- padding: 0 5px;
128
- border: 1px #707070 solid;
129
- }
130
- .modalSpan{
131
- margin-right: 20px;
132
- font-size: 17px;
133
- color: #666666;
134
- }
135
- .invitationImg{
136
- width: 20px;
137
- height: 20px;
138
- }
139
- .invitationButton{
140
- color: #1a9adc !important;
141
- border: none !important;
142
- background: #fff !important;
143
- }
144
- .invitationDiv{
145
- margin-left: 40px;
146
- margin-bottom: 15px;
147
- input::-webkit-inner-spin-button {
148
- -webkit-appearance: none;
149
- appearance: none;
150
- margin: 0;
151
- }
152
- }
153
- .faceImg{
154
- width: 60%;
155
- margin-bottom: 20Px;
156
- }
157
- .faceBody{
158
- text-align: center;
159
- height: 100%;
160
- .faceCardImg{
161
- // height: 100%;
162
- }
163
- .resuleCard{
164
- text-align: -webkit-left;
165
- padding: 0Px 2Px;
166
- div{
167
- font-size: 13Px;
168
- color: #646464;
169
- margin: 10Px 20Px;
170
- input{
171
- border: #DCDCDC 1px solid;
172
- width: 15rem;
173
- height: 2rem;
174
- line-height: 2rem;
175
- margin-left: 15px;
176
- }
177
- span{
178
- display: inline-block;
179
- min-width: 5rem;
180
- }
181
- }
182
- }
183
- }
184
- .content{
185
- height: 200px;
186
- border-radius: 4px;
187
- border:1px dashed #DDDDDD;
188
- margin: 24px;
189
- margin-bottom: 3rem;
190
- flex:1;
191
-
192
- }
193
- .ant-spin-nested-loading,.ant-spin-container{
194
- height: 100%;
195
- }
196
- .projection{
197
- width: 80%;
198
- position: relative;
199
- // background: #fff;
200
- color: #333;
201
- border-radius: 0 4px 4px 4px;
202
- text-align: left;
203
- // height: ~"calc(100vh - 130px)";
204
- // position: absolute;
205
- // z-index: 1;
206
- // background: #fff;
207
- .videoDiv{
208
- width: 100%;
209
- height: 100%;
210
- .video{
211
- width: 100%;
212
- height: 100%;
213
- background: rgba(0, 0, 0, 0.65);
214
- }
215
- }
216
- }
217
- .customerTitle{
218
- background: rgba(0, 0, 0, 0.65);
219
- display: inline-flex;
220
- position: absolute;
221
- // top: 0;
222
- left: 10px;
223
- // width: 80px;
224
- line-height: 40px;
225
-
226
- bottom: 10px;
227
- height: 40px;
228
- // background: rgba(219, 0, 17, 0.1);
229
- border-radius: 4px;
230
- // transform: rotateY(180deg);
231
- // color: #DB0011;
232
- // font-size: 14px;
233
- }
234
- .tellerTitle{
235
- background: rgba(0, 0, 0, 0.65);
236
- display: inline-flex;
237
- position: absolute;
238
- // top: 0;
239
- left: 10px;
240
- // width: 80px;
241
- line-height: 40px;
242
-
243
- bottom: 10px;
244
- height: 40px;
245
- // background: rgba(219, 0, 17, 0.1);
246
- border-radius: 4px;
247
- // transform: rotateY(180deg);
248
- // color: #DB0011;
249
- font-size: 14px;
250
- }
251
- .titleBig{
252
- max-width: 30%;
253
- }
254
- .titleSamlle{
255
- max-width: 70%;
256
- }
257
- .titleName{
258
- white-space: nowrap;
259
- text-overflow: ellipsis;
260
- overflow: hidden;
261
- padding-right: 10px;
262
- }
263
- .themeClass{
264
- position: absolute;
265
- top: 0;
266
- left: 0;
267
- right: 0;
268
- bottom: 0;
269
- margin: auto;
270
- width: 500px;
271
- height: 300px;
272
- font-size: 22px;
273
- color: #222222;
274
- font-weight: 600;
275
- ul{
276
- li{
277
- list-style: none;
278
- margin: 21px 0;
279
- text-align: left;
280
- span{
281
- font-size: 20px;
282
- width: 143px;
283
- text-align: left;
284
- display: inline-block;
285
- }
286
- .labelClass{
287
- font-size: 16px;
288
- text-align: left;
289
- display: inline-block;
290
- }
291
- }
292
- }
293
- }
294
- .button{
295
- display: inline-flex;
296
- // width: 100%;
297
- // position: absolute;
298
- // z-index: 1;
299
- // top: 0;
300
- // left: 0;
301
- .selectSee{
302
- max-width: 8rem;
303
- height: 32px;
304
- text-align: center;
305
- background: #303D46;
306
- border-radius: 0 0 0.104167rem 0.104167rem;
307
- border: 0.052083rem solid #303D46;
308
- color: #ffffff;
309
- font-size: 14px;
310
- }
311
- .noSelest{
312
- max-width: 8rem;
313
- height: 32px;
314
- text-align: center;
315
- background: #D7D8D6;
316
- border-radius: 0 0 0.104167rem 0.104167rem;
317
- border: 0.052083rem solid #D7D8D6;
318
- color: #303D46;
319
- font-size: 14px;
320
- }
321
- div{
322
- font-size: 16px;
323
- color: #FFFFFF;
324
- padding: 6px 13px;
325
- }
326
- }
327
- .voiceClass{
328
- width: 25Px;
329
- height: 25.3Px;
330
- margin-bottom: 1Px;
331
- }
332
- .cameraAnMicrophone{
333
- margin: 10px 20px;
334
- }
335
- .ant-modal-header{
336
- // padding: 36px 30px 30px 30px !important;
337
- border-bottom: none !important;
338
- }
339
- .ant-modal-body{
340
- padding: 0 !important;
341
- }
342
- .ant-modal-title{
343
- font-size: 22px !important;
344
- color: #333333 !important;
345
- }
346
- .ant-modal-footer {
347
- margin-top: 0px!important;
348
- // padding: 0px 0px 0px!important;
349
- }
350
-
351
- .modelButtonCancel{
352
- width: 100px!important;
353
- height: 40px!important;
354
- font-size: 16px!important;
355
- color: #333!important;
356
- border: 1px #333 solid!important;
357
- background: #fff!important;
358
- border-spacing: 20px!important;
359
- }
360
- .modelNoButton{
361
- margin-left: 10px;
362
- }
363
- .modelButtonCancelOne{
364
- width: 170px!important;
365
- height: 40px!important;
366
- font-size: 16px!important;
367
- color: #5C5C5C!important;
368
- border: 1px #5C5C5C solid!important;
369
- border-spacing: 20px!important;
370
- background: #d9d9d9!important;
371
- }
372
- .modelButtonOkInvitation{
373
- width: 170px!important;
374
- height: 40px!important;
375
- font-size: 16px!important;
376
- color: #ffffff!important;
377
- border: 1px #DB0011 solid!important;
378
- background: #DB0011!important;
379
- border-spacing: 20px!important;
380
- }
381
- .modelButtonOk{
382
- width: 100px!important;
383
- height: 40px!important;
384
- font-size: 16px!important;
385
- color: #ffffff!important;
386
- border: 1px #DB0011 solid!important;
387
- background: #DB0011!important;
388
- border-spacing: 20px!important;
389
- }
390
- .modelButtonNo{
391
- width: 100px!important;
392
- height: 40px!important;
393
- font-size: 16px!important;
394
- color: #5C5C5C!important;
395
- border: 1px #5C5C5C solid!important;
396
- background: #d9d9d9!important;
397
- border-spacing: 20px!important;
398
- }
399
- .modelButtonFaceOk{
400
- width: 170px!important;
401
- height: 40px!important;
402
- font-size: 16px!important;
403
- color: #333!important;
404
- border: 1px #333 solid!important;
405
- background: #fff!important;
406
- border-spacing: 20px!important;
407
- }
408
- .modelButtonFaceOkColor{
409
- width: 170px!important;
410
- height: 40px!important;
411
- font-size: 16px!important;
412
- color: #ffffff!important;
413
- border: 1px #DB0011 solid!important;
414
- background: #DB0011!important;
415
- border-spacing: 20px!important;
416
- }
417
- .modelButtonFaceOkColorFile{
418
- width: 170px!important;
419
- height: 40px!important;
420
- font-size: 16px!important;
421
- color: #5C5C5C!important;
422
- border: 1px #5C5C5C solid!important;
423
- background: #d9d9d9!important;
424
- border-spacing: 20px!important;
425
- }
426
- .endModal{
427
- font-size: 16px;
428
- padding: 56px 30px 0px 30px;
429
- color: #333333;
430
- }
431
- .inspection{
432
- font-size: 16px;
433
- margin: 20px 50px;
434
- }
435
- .errorClassName{
436
- .ant-message-notice-content{
437
- min-width: 500px;
438
- min-height: 44px;
439
- background: #F9F2F3;
440
- border: 1px #E5B2B5 solid;
441
- font-size: 16px;
442
- color: #252525;
443
- text-align: center;
444
- padding: 7px;
445
- }
446
-
447
- img{
448
- margin-right: 8px;
449
- width: 16px;
450
- height: 16px;
451
- margin-bottom: 3px;
452
- }
453
-
454
- }
455
- .successClassName{
456
- .ant-message-notice-content{
457
- min-width: 500px;
458
- height: 44px;
459
- background: #E5F2F2;
460
- border: 1px #99CECC solid;
461
- font-size: 16px;
462
- color: #252525;
463
- text-align: center;
464
- padding: 7px;
465
- }
466
-
467
- img{
468
- margin-right: 8px;
469
- width: 16px;
470
- height: 16px;
471
- margin-bottom: 3px;
472
- }
473
-
474
- }
475
- .errorClassFace{
476
- min-width: 350px;
477
- min-height: 44px;
478
- background: #F9F2F3;
479
- border: 1px #E5B2B5 solid;
480
- font-size: 16px;
481
- color: #252525;
482
- text-align: center;
483
- padding: 7px;
484
-
485
- img{
486
- margin-right: 8px;
487
- width: 16px;
488
- height: 16px;
489
- margin-bottom: 3px;
490
- }
491
- }
492
- .videoErrorClass{
493
- height: 60px;
494
- margin: 15px;
495
- }
496
- .successClassFace{
497
- min-width: 350px;
498
- height: 44px;
499
- background: #E5F2F2;
500
- border: 1px #99CECC solid;
501
- font-size: 16px;
502
- color: #252525;
503
- text-align: center;
504
- padding: 7px;
505
-
506
- img{
507
- margin-right: 8px;
508
- width: 16px;
509
- height: 16px;
510
- margin-bottom: 3px;
511
- }
512
-
513
- }
514
- .radio {
515
- position: relative;
516
- display: inline-block;
517
- font-weight: 400;
518
- padding-left: 25px;
519
- text-align: left;
520
- width: 100%;
521
- display: flex;
522
- }
523
-
524
- .radio input {
525
- position: absolute;
526
- left: -9999px;
527
- }
528
-
529
- .radio i {
530
- display: block;
531
- position: absolute;
532
- top: 50%;
533
- left: 2px;
534
- width: 12px;
535
- height: 12px;
536
- transform: translateY(-50%);
537
- outline: 0;
538
- border: 1px solid rgb(133, 133, 133);
539
- background: transparent;
540
- border-radius: 50%;
541
- transition: border-color .3s;
542
- -webkit-transition: border-color .3s;
543
- box-sizing: content-box;
544
- }
545
-
546
- .radio input+i:after {
547
- position: absolute;
548
- content: '';
549
- top: 50%;
550
- left: 50%;
551
- transform: translate(-50%,-50%);
552
- width: 50%;
553
- height: 50%;
554
- border-radius: 50%;
555
- background-color: #269792;
556
- // border: 1px solid #269792;
557
- opacity: 0;
558
- transition: opacity .1s;
559
- -webkit-transition: opacity .1s;
560
- box-sizing: content-box;
561
- }
562
-
563
- .radio input:checked+i:after {
564
- opacity: 1;
565
- }
566
- .errorClassInvitationColor{
567
- background: #F9F2F3;
568
- border: 1px #E5B2B5 solid;
569
- }
570
- .errorClassInvitation{
571
- width: 90%;
572
- height: 50px;
573
- margin: 50px 30px 0px;
574
- img{
575
- margin: 15px 20px;
576
- width: 18px;
577
- height: 18px;
578
- }
579
- }
580
- .linkClass{
581
- margin: 20px 40px;
582
- font-size: 14px;
583
- word-break: break-all;
584
- }
585
- .speakerTitle{
586
- color: red;
587
- }
588
- .selectCustomer{
589
- font-size: 16px;
590
- margin: 20Px 40px;
591
- }
592
- .faceImgCard{
593
- width: 25rem;
594
- margin-bottom: 10px;
595
- height: 13.5rem;
596
- }
597
- .faceImgCardTwo{
598
- margin-bottom: 0px !important;
599
- }
600
- .titleDiv{
601
- font-size: 1.4rem;
602
- }
603
- .videoListClass{
604
- align-content: flex-start;
605
- flex-wrap: wrap;
606
- display: inline-flex;
607
- }
608
- .videoMinutuListClass{
609
- width: 50%;
610
- }
611
- .videoMinutuClass{
612
- width: 100%;
613
- }
614
- .imgDIV{
615
- margin: 0 !important;
616
- text-align:center;
1
+ .publishVideo1{
2
+ width: 100px;
3
+ height: 100px
4
+ }
5
+ .mixedvideo{
6
+ display: none;
7
+ position:absolute;
8
+ object-fit: cover
9
+ }
10
+ .imgClass{
11
+ width: 100%;
12
+ height: 100%;
13
+ float: right
14
+ }
15
+ .imgClassVoice{
16
+ width: 25Px;
17
+ height: 24Px;
18
+ margin-bottom: 4Px;
19
+ }
20
+ .sharedScreen{
21
+ font-size: 10px;
22
+ position: absolute;
23
+ height: 30px;
24
+ line-height: 30px;
25
+ color: red;
26
+ }
27
+ .wrapper {
28
+ overflow: auto;
29
+ height: 100%;
30
+ width: 20%;
31
+ background: #f3f3f3;
32
+ text-align: center;
33
+ margin-left: 20px;
34
+ // display: grid;
35
+ // grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
36
+ // grid-template-rows: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
37
+ }
38
+ .isNoVideo{
39
+ display: none;
40
+ }
41
+ .itemed {
42
+ text-align: center;
43
+ // border: 1px solid #fff;
44
+ color: #fff;
45
+ font-weight: bold;
46
+ height: 170px;
47
+ position: relative;
48
+ background: #333;
49
+ margin-bottom: 20px;
50
+ border-radius: 6px;
51
+ }
52
+ .videoFit{
53
+ object-fit: cover !important;
54
+ }
55
+ // .isBack {
56
+ // transform: rotateY(180deg);
57
+ // // background: #333;
58
+ // }
59
+ .video1{
60
+ width: 100%;
61
+ height: 100%;
62
+ object-fit: cover;
63
+ border-radius: 6px;
64
+ }
65
+ .videoTab{
66
+ width: 100%;
67
+ height: 100%;
68
+ object-fit: contain;
69
+ border-radius: 6px;
70
+ }
71
+ .video{
72
+ width: 100%;
73
+ height: 100%;
74
+ object-fit: cover;
75
+ border-radius: 6px;
76
+ }
77
+ .video1Div{
78
+ width: 100%;
79
+ height: 100%;
80
+ }
81
+ .health{
82
+ padding: 20Px;
83
+ background: #f0f0f0;
84
+ }
85
+ .healthVideo{
86
+ height: ~"calc(100vh - 12.9125rem)";
87
+ width: 100%;
88
+ display: inline-flex;
89
+ }
90
+ .all{
91
+ height: 100%
92
+ }
93
+ .ownClass{
94
+ height: calc(100vh - 15px);
95
+ object-fit: cover;
96
+ width: 100%;
97
+ }
98
+ .publishVideoClass{
99
+ height: 100%;
100
+ width: 100%;
101
+ object-fit: cover;
102
+ border-radius: 6px;
103
+ }
104
+ .publishVideoDiv{
105
+ height: 100%;
106
+ width: 100%;
107
+ border-radius: 6px;
108
+ }
109
+ .invitationSpan{
110
+ margin-top: 5px;
111
+ margin-right: 15px;
112
+ float: right;
113
+ height: 37px !important;
114
+ width: 80px !important;
115
+ font-size: 16px !important;
116
+ border: 1px #3E505D solid!important;
117
+ background: #3E505D !important;
118
+ color: #fff!important;
119
+ }
120
+ .inputClick{
121
+ width: 65%;
122
+ height: 46px;
123
+ border-radius: 2px;
124
+ // border: 0px;
125
+ outline: none;
126
+ font-size: 17px;
127
+ padding: 0 5px;
128
+ border: 1px #707070 solid;
129
+ }
130
+ .modalSpan{
131
+ margin-right: 20px;
132
+ font-size: 17px;
133
+ color: #666666;
134
+ }
135
+ .invitationImg{
136
+ width: 20px;
137
+ height: 20px;
138
+ }
139
+ .invitationButton{
140
+ color: #1a9adc !important;
141
+ border: none !important;
142
+ background: #fff !important;
143
+ }
144
+ .invitationDiv{
145
+ margin-left: 40px;
146
+ margin-bottom: 15px;
147
+ input::-webkit-inner-spin-button {
148
+ -webkit-appearance: none;
149
+ appearance: none;
150
+ margin: 0;
151
+ }
152
+ }
153
+ .faceImg{
154
+ width: 60%;
155
+ margin-bottom: 20Px;
156
+ }
157
+ .faceBody{
158
+ text-align: center;
159
+ height: 100%;
160
+ .faceCardImg{
161
+ // height: 100%;
162
+ }
163
+ .resuleCard{
164
+ text-align: -webkit-left;
165
+ padding: 0Px 2Px;
166
+ div{
167
+ font-size: 13Px;
168
+ color: #646464;
169
+ margin: 10Px 20Px;
170
+ input{
171
+ border: #DCDCDC 1px solid;
172
+ width: 15rem;
173
+ height: 2rem;
174
+ line-height: 2rem;
175
+ margin-left: 15px;
176
+ }
177
+ span{
178
+ display: inline-block;
179
+ min-width: 5rem;
180
+ }
181
+ }
182
+ }
183
+ }
184
+ .content{
185
+ height: 200px;
186
+ border-radius: 4px;
187
+ border:1px dashed #DDDDDD;
188
+ margin: 24px;
189
+ margin-bottom: 3rem;
190
+ flex:1;
191
+
192
+ }
193
+ .ant-spin-nested-loading,.ant-spin-container{
194
+ height: 100%;
195
+ }
196
+ .projection{
197
+ width: 80%;
198
+ position: relative;
199
+ // background: #fff;
200
+ color: #333;
201
+ border-radius: 0 4px 4px 4px;
202
+ text-align: left;
203
+ // height: ~"calc(100vh - 130px)";
204
+ // position: absolute;
205
+ // z-index: 1;
206
+ // background: #fff;
207
+ .videoDiv{
208
+ width: 100%;
209
+ height: 100%;
210
+ .video{
211
+ width: 100%;
212
+ height: 100%;
213
+ background: rgba(0, 0, 0, 0.65);
214
+ }
215
+ }
216
+ }
217
+ .customerTitle{
218
+ background: rgba(0, 0, 0, 0.65);
219
+ display: inline-flex;
220
+ position: absolute;
221
+ // top: 0;
222
+ left: 10px;
223
+ // width: 80px;
224
+ line-height: 40px;
225
+
226
+ bottom: 10px;
227
+ height: 40px;
228
+ // background: rgba(219, 0, 17, 0.1);
229
+ border-radius: 4px;
230
+ // transform: rotateY(180deg);
231
+ // color: #DB0011;
232
+ // font-size: 14px;
233
+ }
234
+ .tellerTitle{
235
+ background: rgba(0, 0, 0, 0.65);
236
+ display: inline-flex;
237
+ position: absolute;
238
+ // top: 0;
239
+ left: 10px;
240
+ // width: 80px;
241
+ line-height: 40px;
242
+
243
+ bottom: 10px;
244
+ height: 40px;
245
+ // background: rgba(219, 0, 17, 0.1);
246
+ border-radius: 4px;
247
+ // transform: rotateY(180deg);
248
+ // color: #DB0011;
249
+ font-size: 14px;
250
+ }
251
+ .titleBig{
252
+ max-width: 30%;
253
+ }
254
+ .titleSamlle{
255
+ max-width: 70%;
256
+ }
257
+ .titleName{
258
+ white-space: nowrap;
259
+ text-overflow: ellipsis;
260
+ overflow: hidden;
261
+ padding-right: 10px;
262
+ }
263
+ .themeClass{
264
+ position: absolute;
265
+ top: 0;
266
+ left: 0;
267
+ right: 0;
268
+ bottom: 0;
269
+ margin: auto;
270
+ width: 500px;
271
+ height: 300px;
272
+ font-size: 22px;
273
+ color: #222222;
274
+ font-weight: 600;
275
+ ul{
276
+ li{
277
+ list-style: none;
278
+ margin: 21px 0;
279
+ text-align: left;
280
+ span{
281
+ font-size: 20px;
282
+ width: 143px;
283
+ text-align: left;
284
+ display: inline-block;
285
+ }
286
+ .labelClass{
287
+ font-size: 16px;
288
+ text-align: left;
289
+ display: inline-block;
290
+ }
291
+ }
292
+ }
293
+ }
294
+ .button{
295
+ display: inline-flex;
296
+ // width: 100%;
297
+ // position: absolute;
298
+ // z-index: 1;
299
+ // top: 0;
300
+ // left: 0;
301
+ .selectSee{
302
+ max-width: 8rem;
303
+ height: 32px;
304
+ text-align: center;
305
+ background: #303D46;
306
+ border-radius: 0 0 0.104167rem 0.104167rem;
307
+ border: 0.052083rem solid #303D46;
308
+ color: #ffffff;
309
+ font-size: 14px;
310
+ }
311
+ .noSelest{
312
+ max-width: 8rem;
313
+ height: 32px;
314
+ text-align: center;
315
+ background: #D7D8D6;
316
+ border-radius: 0 0 0.104167rem 0.104167rem;
317
+ border: 0.052083rem solid #D7D8D6;
318
+ color: #303D46;
319
+ font-size: 14px;
320
+ }
321
+ div{
322
+ font-size: 16px;
323
+ color: #FFFFFF;
324
+ padding: 6px 13px;
325
+ }
326
+ }
327
+ .voiceClass{
328
+ width: 25Px;
329
+ height: 25.3Px;
330
+ margin-bottom: 1Px;
331
+ }
332
+ .cameraAnMicrophone{
333
+ margin: 10px 20px;
334
+ }
335
+ .ant-modal-header{
336
+ // padding: 36px 30px 30px 30px !important;
337
+ border-bottom: none !important;
338
+ }
339
+ .ant-modal-body{
340
+ padding: 0 !important;
341
+ }
342
+ .ant-modal-title{
343
+ font-size: 22px !important;
344
+ color: #333333 !important;
345
+ }
346
+ .ant-modal-footer {
347
+ margin-top: 0px!important;
348
+ // padding: 0px 0px 0px!important;
349
+ }
350
+
351
+ .modelButtonCancel{
352
+ width: 100px!important;
353
+ height: 40px!important;
354
+ font-size: 16px!important;
355
+ color: #333!important;
356
+ border: 1px #333 solid!important;
357
+ background: #fff!important;
358
+ border-spacing: 20px!important;
359
+ }
360
+ .modelNoButton{
361
+ margin-left: 10px;
362
+ }
363
+ .modelButtonCancelOne{
364
+ width: 170px!important;
365
+ height: 40px!important;
366
+ font-size: 16px!important;
367
+ color: #5C5C5C!important;
368
+ border: 1px #5C5C5C solid!important;
369
+ border-spacing: 20px!important;
370
+ background: #d9d9d9!important;
371
+ }
372
+ .modelButtonOkInvitation{
373
+ width: 170px!important;
374
+ height: 40px!important;
375
+ font-size: 16px!important;
376
+ color: #ffffff!important;
377
+ border: 1px #DB0011 solid!important;
378
+ background: #DB0011!important;
379
+ border-spacing: 20px!important;
380
+ }
381
+ .modelButtonOk{
382
+ width: 100px!important;
383
+ height: 40px!important;
384
+ font-size: 16px!important;
385
+ color: #ffffff!important;
386
+ border: 1px #DB0011 solid!important;
387
+ background: #DB0011!important;
388
+ border-spacing: 20px!important;
389
+ }
390
+ .modelButtonNo{
391
+ width: 100px!important;
392
+ height: 40px!important;
393
+ font-size: 16px!important;
394
+ color: #5C5C5C!important;
395
+ border: 1px #5C5C5C solid!important;
396
+ background: #d9d9d9!important;
397
+ border-spacing: 20px!important;
398
+ }
399
+ .modelButtonFaceOk{
400
+ width: 170px!important;
401
+ height: 40px!important;
402
+ font-size: 16px!important;
403
+ color: #333!important;
404
+ border: 1px #333 solid!important;
405
+ background: #fff!important;
406
+ border-spacing: 20px!important;
407
+ }
408
+ .modelButtonFaceOkColor{
409
+ width: 170px!important;
410
+ height: 40px!important;
411
+ font-size: 16px!important;
412
+ color: #ffffff!important;
413
+ border: 1px #DB0011 solid!important;
414
+ background: #DB0011!important;
415
+ border-spacing: 20px!important;
416
+ }
417
+ .modelButtonFaceOkColorFile{
418
+ width: 170px!important;
419
+ height: 40px!important;
420
+ font-size: 16px!important;
421
+ color: #5C5C5C!important;
422
+ border: 1px #5C5C5C solid!important;
423
+ background: #d9d9d9!important;
424
+ border-spacing: 20px!important;
425
+ }
426
+ .endModal{
427
+ font-size: 16px;
428
+ padding: 56px 30px 0px 30px;
429
+ color: #333333;
430
+ }
431
+ .inspection{
432
+ font-size: 16px;
433
+ margin: 20px 50px;
434
+ }
435
+ .errorClassName{
436
+ .ant-message-notice-content{
437
+ min-width: 500px;
438
+ min-height: 44px;
439
+ background: #F9F2F3;
440
+ border: 1px #E5B2B5 solid;
441
+ font-size: 16px;
442
+ color: #252525;
443
+ text-align: center;
444
+ padding: 7px;
445
+ }
446
+
447
+ img{
448
+ margin-right: 8px;
449
+ width: 16px;
450
+ height: 16px;
451
+ margin-bottom: 3px;
452
+ }
453
+
454
+ }
455
+ .successClassName{
456
+ .ant-message-notice-content{
457
+ min-width: 500px;
458
+ height: 44px;
459
+ background: #E5F2F2;
460
+ border: 1px #99CECC solid;
461
+ font-size: 16px;
462
+ color: #252525;
463
+ text-align: center;
464
+ padding: 7px;
465
+ }
466
+
467
+ img{
468
+ margin-right: 8px;
469
+ width: 16px;
470
+ height: 16px;
471
+ margin-bottom: 3px;
472
+ }
473
+
474
+ }
475
+ .errorClassFace{
476
+ min-width: 350px;
477
+ min-height: 44px;
478
+ background: #F9F2F3;
479
+ border: 1px #E5B2B5 solid;
480
+ font-size: 16px;
481
+ color: #252525;
482
+ text-align: center;
483
+ padding: 7px;
484
+
485
+ img{
486
+ margin-right: 8px;
487
+ width: 16px;
488
+ height: 16px;
489
+ margin-bottom: 3px;
490
+ }
491
+ }
492
+ .videoErrorClass{
493
+ height: 60px;
494
+ margin: 15px;
495
+ }
496
+ .successClassFace{
497
+ min-width: 350px;
498
+ height: 44px;
499
+ background: #E5F2F2;
500
+ border: 1px #99CECC solid;
501
+ font-size: 16px;
502
+ color: #252525;
503
+ text-align: center;
504
+ padding: 7px;
505
+
506
+ img{
507
+ margin-right: 8px;
508
+ width: 16px;
509
+ height: 16px;
510
+ margin-bottom: 3px;
511
+ }
512
+
513
+ }
514
+ .radio {
515
+ position: relative;
516
+ display: inline-block;
517
+ font-weight: 400;
518
+ padding-left: 25px;
519
+ text-align: left;
520
+ width: 100%;
521
+ display: flex;
522
+ }
523
+
524
+ .radio input {
525
+ position: absolute;
526
+ left: -9999px;
527
+ }
528
+
529
+ .radio i {
530
+ display: block;
531
+ position: absolute;
532
+ top: 50%;
533
+ left: 2px;
534
+ width: 12px;
535
+ height: 12px;
536
+ transform: translateY(-50%);
537
+ outline: 0;
538
+ border: 1px solid rgb(133, 133, 133);
539
+ background: transparent;
540
+ border-radius: 50%;
541
+ transition: border-color .3s;
542
+ -webkit-transition: border-color .3s;
543
+ box-sizing: content-box;
544
+ }
545
+
546
+ .radio input+i:after {
547
+ position: absolute;
548
+ content: '';
549
+ top: 50%;
550
+ left: 50%;
551
+ transform: translate(-50%,-50%);
552
+ width: 50%;
553
+ height: 50%;
554
+ border-radius: 50%;
555
+ background-color: #269792;
556
+ // border: 1px solid #269792;
557
+ opacity: 0;
558
+ transition: opacity .1s;
559
+ -webkit-transition: opacity .1s;
560
+ box-sizing: content-box;
561
+ }
562
+
563
+ .radio input:checked+i:after {
564
+ opacity: 1;
565
+ }
566
+ .errorClassInvitationColor{
567
+ background: #F9F2F3;
568
+ border: 1px #E5B2B5 solid;
569
+ }
570
+ .errorClassInvitation{
571
+ width: 90%;
572
+ height: 50px;
573
+ margin: 50px 30px 0px;
574
+ img{
575
+ margin: 15px 20px;
576
+ width: 18px;
577
+ height: 18px;
578
+ }
579
+ }
580
+ .linkClass{
581
+ margin: 20px 40px;
582
+ font-size: 14px;
583
+ word-break: break-all;
584
+ }
585
+ .speakerTitle{
586
+ color: red;
587
+ }
588
+ .selectCustomer{
589
+ font-size: 16px;
590
+ margin: 20Px 40px;
591
+ }
592
+ .faceImgCard{
593
+ width: 25rem;
594
+ margin-bottom: 10px;
595
+ height: 13.5rem;
596
+ }
597
+ .faceImgCardTwo{
598
+ margin-bottom: 0px !important;
599
+ }
600
+ .titleDiv{
601
+ font-size: 1.4rem;
602
+ }
603
+ .videoListClass{
604
+ align-content: flex-start;
605
+ flex-wrap: wrap;
606
+ display: inline-flex;
607
+ }
608
+ .videoMinutuListClass{
609
+ width: 50%;
610
+ }
611
+ .videoMinutuClass{
612
+ width: 100%;
613
+ }
614
+ .imgDIV{
615
+ margin: 0 !important;
616
+ text-align:center;
617
617
  }