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,105 +1,105 @@
1
- .agree{
2
- height: 100%;
3
- background: #fff;
4
- padding: 14px 24px;
5
- overflow: hidden;
6
- .thehead{
7
- display: flex;
8
- justify-content: space-between;
9
- .title{
10
- display: flex;
11
- .title-color{
12
- width: 2px;
13
- height: 1.5rem;
14
- background: #00847F;
15
- margin-top: 0.25rem;
16
- }
17
- .title-text{
18
- font-size: 1.5rem;
19
- color: #323232;
20
- margin-left: 8px;
21
- }
22
-
23
- }
24
- .qianshu{
25
- width: 96px;
26
- height: 2rem;
27
- background: #F9F2F3;
28
- border-radius: 2px;
29
- border: 1px solid #E5B2B5;
30
- font-size: 14px;
31
- color: #DB0011;
32
- line-height: 32px;
33
- text-align: center;
34
- }
35
- .reset{
36
- width: 96px;
37
- height: 2rem;
38
- background: white;
39
- border-radius: 2px;
40
- border: 1px solid #DCDCDC;
41
- font-size: 14px;
42
- color: #646464;
43
- line-height: 32px;
44
- text-align: center;
45
- margin-right: 8px;
46
- }
47
- }
48
-
49
- .contents{
50
- display: flex;
51
- flex-direction: column;
52
- height: 100%;
53
- overflow: overlay;
54
- padding-bottom: 2.5rem;
55
- .item-panel{
56
- width: 100%;
57
- display: flex;
58
- flex-direction: row;
59
- flex-wrap: nowrap;
60
- align-items: center;
61
- font-size: 16px;
62
- font-family: PingFangSC-Regular, PingFang SC;
63
- font-weight: 400;
64
- color: #666;
65
- line-height: 24px;
66
- margin-top: 20px;
67
- // height: 80px;
68
-
69
- >div:first-child{
70
- display: flex;
71
- align-items: center;
72
- background: #F8F8F8;
73
- border-radius: 8px 0px 0px 8px;
74
- padding: 20px;
75
- margin-right: 2px;
76
- flex: 1;
77
- height: 100%;
78
- }
79
- >div:last-child{
80
- display: flex;
81
- align-items: center;
82
- justify-content: center;
83
- background: #F8F8F8;
84
- border-radius: 0px 8px 8px 0px;
85
- color: #999 ;
86
- padding: 14px;
87
- width: 140px;
88
- height: 100%;
89
- }
90
- &.checked{
91
- >div:first-child{
92
- color: #999;
93
- }
94
- >div:last-child{
95
- color: #333;
96
- }
97
- }
98
- .ant-checkbox-checked .ant-checkbox-inner {
99
- background-color: #DE2228;
100
- border-color: #DE2228;
101
- }
102
- }
103
- }
104
-
105
- }
1
+ .agree{
2
+ height: 100%;
3
+ background: #fff;
4
+ padding: 14px 24px;
5
+ overflow: hidden;
6
+ .thehead{
7
+ display: flex;
8
+ justify-content: space-between;
9
+ .title{
10
+ display: flex;
11
+ .title-color{
12
+ width: 2px;
13
+ height: 1.5rem;
14
+ background: #00847F;
15
+ margin-top: 0.25rem;
16
+ }
17
+ .title-text{
18
+ font-size: 1.5rem;
19
+ color: #323232;
20
+ margin-left: 8px;
21
+ }
22
+
23
+ }
24
+ .qianshu{
25
+ width: 96px;
26
+ height: 2rem;
27
+ background: #F9F2F3;
28
+ border-radius: 2px;
29
+ border: 1px solid #E5B2B5;
30
+ font-size: 14px;
31
+ color: #DB0011;
32
+ line-height: 32px;
33
+ text-align: center;
34
+ }
35
+ .reset{
36
+ width: 96px;
37
+ height: 2rem;
38
+ background: white;
39
+ border-radius: 2px;
40
+ border: 1px solid #DCDCDC;
41
+ font-size: 14px;
42
+ color: #646464;
43
+ line-height: 32px;
44
+ text-align: center;
45
+ margin-right: 8px;
46
+ }
47
+ }
48
+
49
+ .contents{
50
+ display: flex;
51
+ flex-direction: column;
52
+ height: 100%;
53
+ overflow: overlay;
54
+ padding-bottom: 2.5rem;
55
+ .item-panel{
56
+ width: 100%;
57
+ display: flex;
58
+ flex-direction: row;
59
+ flex-wrap: nowrap;
60
+ align-items: center;
61
+ font-size: 16px;
62
+ font-family: PingFangSC-Regular, PingFang SC;
63
+ font-weight: 400;
64
+ color: #666;
65
+ line-height: 24px;
66
+ margin-top: 20px;
67
+ // height: 80px;
68
+
69
+ >div:first-child{
70
+ display: flex;
71
+ align-items: center;
72
+ background: #F8F8F8;
73
+ border-radius: 8px 0px 0px 8px;
74
+ padding: 20px;
75
+ margin-right: 2px;
76
+ flex: 1;
77
+ height: 100%;
78
+ }
79
+ >div:last-child{
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ background: #F8F8F8;
84
+ border-radius: 0px 8px 8px 0px;
85
+ color: #999 ;
86
+ padding: 14px;
87
+ width: 140px;
88
+ height: 100%;
89
+ }
90
+ &.checked{
91
+ >div:first-child{
92
+ color: #999;
93
+ }
94
+ >div:last-child{
95
+ color: #333;
96
+ }
97
+ }
98
+ .ant-checkbox-checked .ant-checkbox-inner {
99
+ background-color: #DE2228;
100
+ border-color: #DE2228;
101
+ }
102
+ }
103
+ }
104
+
105
+ }