react_hsbc_teller 2.0.54 → 2.0.56

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 (54) hide show
  1. package/.babelrc +39 -39
  2. package/README.en.md +36 -36
  3. package/README.md +329 -323
  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/lib/hsbc.js.LICENSE.txt +13 -16
  9. package/package.json +110 -110
  10. package/packages/api/api.js +818 -818
  11. package/packages/api/server.js +50 -50
  12. package/packages/common/index.esm.js +374 -374
  13. package/packages/demo/demo.js +306 -306
  14. package/packages/demo/index.js +3 -3
  15. package/packages/demo/pdf.js +94 -94
  16. package/packages/envconfig/envconfig.js +12 -12
  17. package/packages/index.js +2 -2
  18. package/packages/pages/components/step/step.jsx +32 -31
  19. package/packages/pages/foot/foot.jsx +235 -235
  20. package/packages/pages/foot/foot.less +85 -85
  21. package/packages/pages/header/header.jsx +15 -15
  22. package/packages/pages/header/header.less +51 -51
  23. package/packages/pages/index.jsx +52 -52
  24. package/packages/pages/multiModule/components/copy/agree.jsx +115 -115
  25. package/packages/pages/multiModule/components/copy/agree.less +105 -105
  26. package/packages/pages/multiModule/components/copy/copyTwo.jsx +682 -682
  27. package/packages/pages/multiModule/components/copy/copyTwo.less +180 -180
  28. package/packages/pages/multiModule/components/copy/copy_en.jsx +368 -368
  29. package/packages/pages/multiModule/components/copy/copy_en.less +145 -145
  30. package/packages/pages/multiModule/components/copy/copylist.jsx +291 -291
  31. package/packages/pages/multiModule/components/copy/copylist.less +83 -83
  32. package/packages/pages/multiModule/components/copy/risk.jsx +296 -296
  33. package/packages/pages/multiModule/components/copy/risk.less +123 -123
  34. package/packages/pages/multiModule/components/sign/signMy.jsx +308 -308
  35. package/packages/pages/multiModule/components/sign/signMy.less +127 -127
  36. package/packages/pages/multiModule/components/subscribe/subscribe.jsx +113 -113
  37. package/packages/pages/multiModule/components/subscribe/subscribe.less +82 -82
  38. package/packages/pages/multiModule/multiModule.jsx +26 -26
  39. package/packages/pages/multiModule/multiModule.less +19 -19
  40. package/packages/pages/sign/signMy.jsx +223 -223
  41. package/packages/pages/sign/signMy.less +129 -129
  42. package/packages/pages/video/video.jsx +7746 -7745
  43. package/packages/pages/video/video.less +715 -715
  44. package/packages/style/index.less +1 -1
  45. package/packages/style/reset.less +345 -345
  46. package/packages/utils/asrController.js +259 -259
  47. package/packages/utils/asyncComponent.jsx +26 -26
  48. package/packages/utils/mixin.js +27 -27
  49. package/packages/utils/setRem.js +10 -10
  50. package/packages/utils/utils.js +199 -199
  51. package/public/index.html +77 -77
  52. package/src/index.js +11 -11
  53. package/src/index.less +5 -5
  54. package/tsconfig.json +11 -11
@@ -1,123 +1,123 @@
1
- .risk{
2
- height: 100%;
3
- background: #fff;
4
- position: relative;
5
- display: flex;
6
- flex-direction: column;
7
- .thehead{
8
- display: flex;
9
- justify-content: space-between;
10
- padding: 14px 24px ;
11
- .title{
12
- display: flex;
13
- .title-color{
14
- width: 2px;
15
- height: 1.5rem;
16
- background: #00847F;
17
- margin-top: 0.25rem;
18
- }
19
- .title-text{
20
- font-size: 1.5rem;
21
- color: #323232;
22
- margin-left: 8px;
23
- font-weight: 500;
24
- }
25
-
26
- }
27
- .btns{
28
- display: flex;
29
- }
30
- .qianshu{
31
- width: 96px;
32
- height: 2rem;
33
- background: #F9F2F3;
34
- border-radius: 2px;
35
- border: 1px solid #E5B2B5;
36
- font-size: 14px;
37
- color: #DB0011;
38
- line-height: 2rem;
39
- text-align: center;
40
- }
41
- .reset{
42
- width: 96px;
43
- height: 2rem;
44
- background: white;
45
- border-radius: 2px;
46
- border: 1px solid #DCDCDC;
47
- font-size: 14px;
48
- color: #646464;
49
- line-height: 2rem;
50
- text-align: center;
51
- margin-right: 8px;
52
- }
53
- }
54
-
55
- .content{
56
- // min-height: 300px;
57
- border-radius: 4px;
58
- border:1.5px dashed #646464;
59
- margin: 24px;
60
- position: relative;
61
- width: fit-content;
62
- height: fit-content;
63
- box-sizing: border-box;
64
- align-self: center;
65
- // left: 50%;
66
- // top: 35%;
67
- // transform: translate(-50%,-50%);
68
- flex: none;
69
- }
70
- .signHere{
71
- font-size: 30px;
72
- font-weight: 500;
73
- // white-space: nowrap;
74
- color: #c0bcbc;
75
- position: absolute;
76
- top: 50%;
77
- left: 50%;
78
- transform: translate(-50%, -50%);
79
- pointer-events: none;
80
- width: 90%;
81
- max-height: 98%;
82
- }
83
-
84
- }
85
- .modalEndTitle{
86
- font-size: 20px;
87
- }
88
- .modalEnd{
89
- font-size: 15px;
90
- margin-left: 20px;
91
- margin-top: 15px;
92
- }
93
-
94
- .footRisk{
95
- margin: auto;
96
- margin-bottom: 15px;
97
- .btns{
98
- display: flex;
99
- }
100
- .qianshu{
101
- height: 2.5rem;
102
- line-height: 2.5rem;
103
- width: 6rem;
104
- font-size: 1.1rem;
105
- background: #F9F2F3;
106
- border-radius: 2px;
107
- border: 1px solid #E5B2B5;
108
- color: #DB0011;
109
- text-align: center;
110
- }
111
- .reset{
112
- height: 2.5rem;
113
- line-height: 2.5rem;
114
- width: 6rem;
115
- font-size: 1.1rem;
116
- background: white;
117
- border-radius: 2px;
118
- border: 1px solid #DCDCDC;
119
- color: #646464;
120
- text-align: center;
121
- margin-right: 8px;
122
- }
123
- }
1
+ .risk{
2
+ height: 100%;
3
+ background: #fff;
4
+ position: relative;
5
+ display: flex;
6
+ flex-direction: column;
7
+ .thehead{
8
+ display: flex;
9
+ justify-content: space-between;
10
+ padding: 14px 24px ;
11
+ .title{
12
+ display: flex;
13
+ .title-color{
14
+ width: 2px;
15
+ height: 1.5rem;
16
+ background: #00847F;
17
+ margin-top: 0.25rem;
18
+ }
19
+ .title-text{
20
+ font-size: 1.5rem;
21
+ color: #323232;
22
+ margin-left: 8px;
23
+ font-weight: 500;
24
+ }
25
+
26
+ }
27
+ .btns{
28
+ display: flex;
29
+ }
30
+ .qianshu{
31
+ width: 96px;
32
+ height: 2rem;
33
+ background: #F9F2F3;
34
+ border-radius: 2px;
35
+ border: 1px solid #E5B2B5;
36
+ font-size: 14px;
37
+ color: #DB0011;
38
+ line-height: 2rem;
39
+ text-align: center;
40
+ }
41
+ .reset{
42
+ width: 96px;
43
+ height: 2rem;
44
+ background: white;
45
+ border-radius: 2px;
46
+ border: 1px solid #DCDCDC;
47
+ font-size: 14px;
48
+ color: #646464;
49
+ line-height: 2rem;
50
+ text-align: center;
51
+ margin-right: 8px;
52
+ }
53
+ }
54
+
55
+ .content{
56
+ // min-height: 300px;
57
+ border-radius: 4px;
58
+ border:1.5px dashed #646464;
59
+ margin: 24px;
60
+ position: relative;
61
+ width: fit-content;
62
+ height: fit-content;
63
+ box-sizing: border-box;
64
+ align-self: center;
65
+ // left: 50%;
66
+ // top: 35%;
67
+ // transform: translate(-50%,-50%);
68
+ flex: none;
69
+ }
70
+ .signHere{
71
+ font-size: 30px;
72
+ font-weight: 500;
73
+ // white-space: nowrap;
74
+ color: #c0bcbc;
75
+ position: absolute;
76
+ top: 50%;
77
+ left: 50%;
78
+ transform: translate(-50%, -50%);
79
+ pointer-events: none;
80
+ width: 90%;
81
+ max-height: 98%;
82
+ }
83
+
84
+ }
85
+ .modalEndTitle{
86
+ font-size: 20px;
87
+ }
88
+ .modalEnd{
89
+ font-size: 15px;
90
+ margin-left: 20px;
91
+ margin-top: 15px;
92
+ }
93
+
94
+ .footRisk{
95
+ margin: auto;
96
+ margin-bottom: 15px;
97
+ .btns{
98
+ display: flex;
99
+ }
100
+ .qianshu{
101
+ height: 2.5rem;
102
+ line-height: 2.5rem;
103
+ width: 6rem;
104
+ font-size: 1.1rem;
105
+ background: #F9F2F3;
106
+ border-radius: 2px;
107
+ border: 1px solid #E5B2B5;
108
+ color: #DB0011;
109
+ text-align: center;
110
+ }
111
+ .reset{
112
+ height: 2.5rem;
113
+ line-height: 2.5rem;
114
+ width: 6rem;
115
+ font-size: 1.1rem;
116
+ background: white;
117
+ border-radius: 2px;
118
+ border: 1px solid #DCDCDC;
119
+ color: #646464;
120
+ text-align: center;
121
+ margin-right: 8px;
122
+ }
123
+ }