weapps-plugin-jingtong-verify 1.3.9 → 1.4.1-dev

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 (187) hide show
  1. package/README.md +2 -1
  2. package/app.json +33 -33
  3. package/package.json +20 -20
  4. package/sdk.js +289 -289
  5. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.js +31 -31
  6. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.json +3 -3
  7. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxml +9 -9
  8. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxss +65 -65
  9. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.js +37 -37
  10. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.json +3 -3
  11. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxml +30 -30
  12. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxss +79 -79
  13. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.js +32 -32
  14. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.json +3 -3
  15. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxml +16 -16
  16. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxss +57 -57
  17. package/weapps-plugin-jingtong-verify/components/gsd-lib/anim/anim.min.js +1 -1
  18. package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/crypto.js +37 -37
  19. package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/index.js +44 -44
  20. package/weapps-plugin-jingtong-verify/components/gsd-lib/dayjs/index.js +351 -351
  21. package/weapps-plugin-jingtong-verify/components/gsd-lib/event/index.js +117 -117
  22. package/weapps-plugin-jingtong-verify/components/gsd-lib/index.js +63 -63
  23. package/weapps-plugin-jingtong-verify/components/gsd-lib/map/index.js +10 -10
  24. package/weapps-plugin-jingtong-verify/components/gsd-lib/map/qmap.js +6 -6
  25. package/weapps-plugin-jingtong-verify/components/gsd-lib/storage/index.js +114 -114
  26. package/weapps-plugin-jingtong-verify/components/gsd-lib/utils/index.js +218 -218
  27. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formCheck.js +72 -72
  28. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formController.js +47 -47
  29. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/icon.js +11 -11
  30. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/list.js +16 -16
  31. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/navigator.js +33 -33
  32. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/primarySecondButton.js +18 -18
  33. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.js +12 -12
  34. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.json +5 -5
  35. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.wxml +15 -15
  36. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.js +47 -0
  37. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.json +4 -0
  38. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.wxml +13 -0
  39. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.wxss +1 -0
  40. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.js +44 -44
  41. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.json +5 -5
  42. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.wxml +28 -28
  43. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.js +30 -0
  44. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.json +7 -0
  45. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxml +42 -0
  46. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxss +1 -0
  47. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.js +418 -414
  48. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.json +5 -5
  49. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.wxml +29 -29
  50. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.js +11 -11
  51. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.json +3 -3
  52. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.wxml +4 -4
  53. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.js +179 -179
  54. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.json +6 -6
  55. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.wxml +16 -16
  56. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.js +92 -92
  57. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.json +6 -6
  58. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxml +12 -12
  59. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxss +2 -2
  60. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.js +49 -48
  61. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.json +3 -3
  62. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.wxml +14 -13
  63. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.js +33 -33
  64. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.json +3 -3
  65. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.wxml +2 -2
  66. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.js +108 -108
  67. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.json +6 -6
  68. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.wxml +53 -53
  69. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.js +237 -233
  70. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.json +8 -8
  71. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.wxml +49 -49
  72. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.js +328 -324
  73. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.json +6 -6
  74. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.wxml +26 -26
  75. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.js +159 -159
  76. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.json +3 -3
  77. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.wxml +10 -10
  78. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.js +112 -112
  79. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.json +5 -5
  80. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.wxml +21 -21
  81. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.js +21 -0
  82. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.json +7 -0
  83. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.wxml +16 -0
  84. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.wxss +1 -0
  85. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.js +50 -50
  86. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.json +5 -5
  87. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.wxml +27 -27
  88. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/add.svg +13 -13
  89. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/arrow.svg +14 -14
  90. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/delete.svg +16 -16
  91. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/preview.svg +21 -21
  92. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/user.svg +13 -13
  93. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-agree.wxss +147 -147
  94. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-badge.wxss +41 -0
  95. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-button-group.wxss +244 -244
  96. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-cell.wxss +220 -0
  97. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-dropdown.wxss +115 -115
  98. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-cell.wxss +101 -101
  99. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-item.wxss +174 -167
  100. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form.wxss +101 -101
  101. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-icon.wxss +268 -268
  102. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-index-list.wxss +206 -206
  103. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-input.wxss +206 -206
  104. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-picker.wxss +139 -139
  105. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-popover.wxss +129 -129
  106. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-search.wxss +171 -171
  107. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-switch.wxss +176 -0
  108. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-tips.wxss +173 -173
  109. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/icon/iconfont.wxss +160 -160
  110. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/main.wxss +283 -283
  111. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/helper.js +55 -55
  112. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validType.js +117 -117
  113. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validator.js +106 -106
  114. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.js +32 -32
  115. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.json +3 -3
  116. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxml +8 -8
  117. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxss +57 -57
  118. package/weapps-plugin-jingtong-verify/components/modal/modal.js +32 -32
  119. package/weapps-plugin-jingtong-verify/components/modal/modal.json +3 -3
  120. package/weapps-plugin-jingtong-verify/components/modal/modal.wxml +28 -28
  121. package/weapps-plugin-jingtong-verify/components/modal/modal.wxss +84 -84
  122. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.js +82 -82
  123. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.json +3 -3
  124. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxml +18 -18
  125. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxss +72 -71
  126. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.js +39 -35
  127. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.json +3 -3
  128. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxml +9 -9
  129. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxss +51 -51
  130. package/weapps-plugin-jingtong-verify/i18n/index.js +7 -7
  131. package/weapps-plugin-jingtong-verify/i18n/logout.js +10 -10
  132. package/weapps-plugin-jingtong-verify/i18n/rules.js +202 -189
  133. package/weapps-plugin-jingtong-verify/images/close-circle.png +0 -0
  134. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.js +86 -86
  135. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.json +6 -6
  136. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxml +20 -17
  137. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxss +51 -38
  138. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.js +167 -167
  139. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.json +3 -3
  140. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxml +30 -30
  141. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxss +91 -91
  142. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.js +79 -79
  143. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.json +5 -5
  144. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxml +19 -19
  145. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxss +44 -44
  146. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.js +1382 -1286
  147. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.json +16 -15
  148. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxml +494 -410
  149. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxss +116 -76
  150. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.js +127 -126
  151. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.json +5 -5
  152. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxml +36 -36
  153. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxss +60 -60
  154. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.js +106 -106
  155. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.json +3 -3
  156. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxml +29 -29
  157. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxss +68 -68
  158. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.js +24 -24
  159. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.json +3 -3
  160. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxml +12 -12
  161. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxss +33 -33
  162. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.js +110 -97
  163. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.json +6 -6
  164. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxml +9 -9
  165. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxss +1 -1
  166. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.js +641 -641
  167. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.json +10 -10
  168. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxml +152 -152
  169. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxss +47 -47
  170. package/weapps-plugin-jingtong-verify/pages/setting/setting.js +328 -328
  171. package/weapps-plugin-jingtong-verify/pages/setting/setting.json +5 -5
  172. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxml +91 -91
  173. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxss +69 -69
  174. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.js +306 -159
  175. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.json +7 -6
  176. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxml +142 -61
  177. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxss +110 -64
  178. package/weapps-plugin-jingtong-verify/style/page.wxss +13 -13
  179. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTracker.js +15 -15
  180. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTrackerMain.js +59 -59
  181. package/weapps-plugin-jingtong-verify/utils/country.js +209 -203
  182. package/weapps-plugin-jingtong-verify/utils/index.js +306 -306
  183. package/weapps-plugin-jingtong-verify/utils/jsencrypt.min.js +1 -1
  184. package/weapps-plugin-jingtong-verify/utils/request.js +89 -24
  185. package/weapps-plugin-jingtong-verify/utils/rules.js +258 -162
  186. package/weapps-plugin-jingtong-verify/utils/tifadmin_config.js +61 -61
  187. package/weapps-plugin-jingtong-verify/utils/validate.js +772 -754
@@ -1,244 +1,244 @@
1
- .table {
2
- display: table;
3
- table-layout: fixed;
4
- width: 100%;
5
- }
6
-
7
- .colgroup {
8
- display: table-column-group;
9
- }
10
-
11
- .col {
12
- display: table-column;
13
- }
14
-
15
- .thead {
16
- display: table-header-group;
17
- }
18
-
19
- .tbody {
20
- display: table-row-group;
21
- }
22
-
23
- .tr {
24
- display: table-row;
25
- }
26
-
27
- .th {
28
- display: table-cell;
29
- text-align: center;
30
- word-break: break-all;
31
- }
32
-
33
- .td {
34
- display: table-cell;
35
- text-align: center;
36
- word-break: break-all;
37
- }
38
-
39
- .border--top {
40
- position: relative;
41
- }
42
-
43
- .border--top::after {
44
- height: 1px;
45
- width: 100%;
46
- transform: scaleY(0.5);
47
- left: 0;
48
- right: 0;
49
- content: '';
50
- position: absolute;
51
- background-color: #ebebeb;
52
- top: 0;
53
- }
54
-
55
- .border--bottom {
56
- position: relative;
57
- }
58
-
59
- .border--bottom::after {
60
- height: 1px;
61
- width: 100%;
62
- transform: scaleY(0.5);
63
- left: 0;
64
- right: 0;
65
- content: '';
66
- position: absolute;
67
- background-color: #ebebeb;
68
- bottom: 0;
69
- }
70
-
71
- .border--left {
72
- position: relative;
73
- }
74
-
75
- .border--left::after {
76
- width: 100%;
77
- width: 1px;
78
- transform: scaleX(0.5);
79
- top: 0;
80
- bottom: 0;
81
- content: '';
82
- position: absolute;
83
- background-color: #ebebeb;
84
- left: 0;
85
- }
86
-
87
- .border--left {
88
- position: relative;
89
- }
90
-
91
- .border--left::after {
92
- width: 100%;
93
- width: 1px;
94
- transform: scaleX(0.5);
95
- top: 0;
96
- bottom: 0;
97
- content: '';
98
- position: absolute;
99
- background-color: #ebebeb;
100
- right: 0;
101
- }
102
-
103
- .button-group {
104
- padding-left: 40rpx;
105
- padding-right: 40rpx;
106
- padding-top: 30rpx;
107
- }
108
-
109
- .button-group--fixed {
110
- position: fixed;
111
- z-index: 800;
112
- bottom: 0;
113
- width: 100%;
114
- box-sizing: border-box;
115
- padding-top: 40rpx;
116
- padding-bottom: 40rpx;
117
- background: #fff;
118
- }
119
-
120
- .button-group--fixed::before {
121
- height: 1px;
122
- width: 100%;
123
- transform: scaleY(0.5);
124
- left: 0;
125
- right: 0;
126
- content: '';
127
- position: absolute;
128
- background-color: #e9eaec;
129
- top: 0;
130
- }
131
-
132
- .button-group__agree {
133
- margin-bottom: 40rpx;
134
- }
135
-
136
- .button-area--horizontal {
137
- display: flex;
138
- flex-direction: row;
139
- justify-content: space-between;
140
- align-items: center;
141
- }
142
-
143
- .button-area--horizontal button {
144
- flex: 1;
145
- }
146
-
147
- .button-area--horizontal button:not(:last-of-type) {
148
- margin-right: 10rpx;
149
- }
150
-
151
- .button-area--vertical {
152
- display: flex;
153
- flex-direction: column-reverse;
154
- }
155
-
156
- .button-area--vertical button {
157
- flex: 1;
158
- display: block;
159
- width: 100%;
160
- }
161
-
162
- .button-area--vertical button:first-of-type {
163
- margin-top: 30rpx;
164
- }
165
-
166
- .button-list {
167
- display: flex;
168
- flex-direction: row;
169
- justify-content: space-between;
170
- align-items: center;
171
- width: 100%;
172
- }
173
-
174
- .button-list .button-list__item {
175
- padding-top: 36rpx;
176
- padding-bottom: 36rpx;
177
- flex: 1;
178
- color: #495060;
179
- text-align: center;
180
- }
181
-
182
- .button-list .button-list__item--hover {
183
- background: #f7f7f7;
184
- }
185
-
186
- .button-list .button-list__text {
187
- border-right: 1rpx solid #ebebeb;
188
- font-size: 32rpx;
189
- line-height: 44rpx;
190
- }
191
-
192
- .button-list .button-list__item:last-of-type .button-list__text {
193
- border-right: none;
194
- }
195
-
196
- .button-group-action {
197
- display: flex;
198
- flex-direction: row;
199
- justify-content: flex-start;
200
- align-items: center;
201
- position: relative;
202
- }
203
-
204
- .button-group-action::after {
205
- height: 1px;
206
- width: 100%;
207
- transform: scaleY(0.5);
208
- left: 0;
209
- right: 0;
210
- content: '';
211
- position: absolute;
212
- background-color: #ebebeb;
213
- top: 0;
214
- }
215
-
216
- .button-group-action__wrapper {
217
- flex: 1;
218
- padding: 8rpx 0;
219
- }
220
-
221
- .button-group-action__wrapper:not(:last-of-type) .button-group-action__button::after {
222
- width: 100%;
223
- width: 1px;
224
- transform: scaleX(0.5);
225
- top: 0;
226
- bottom: 0;
227
- content: '';
228
- position: absolute;
229
- background-color: #ebebeb;
230
- right: 0;
231
- }
232
-
233
- .button-group-action__button {
234
- text-align: center;
235
- font-size: 32rpx;
236
- line-height: 44rpx;
237
- margin: 20rpx 0;
238
- position: relative;
239
- }
240
- button {
241
- display: flex;
242
- justify-content: center;
243
- align-items: center;
244
- }
1
+ .table {
2
+ display: table;
3
+ table-layout: fixed;
4
+ width: 100%;
5
+ }
6
+
7
+ .colgroup {
8
+ display: table-column-group;
9
+ }
10
+
11
+ .col {
12
+ display: table-column;
13
+ }
14
+
15
+ .thead {
16
+ display: table-header-group;
17
+ }
18
+
19
+ .tbody {
20
+ display: table-row-group;
21
+ }
22
+
23
+ .tr {
24
+ display: table-row;
25
+ }
26
+
27
+ .th {
28
+ display: table-cell;
29
+ text-align: center;
30
+ word-break: break-all;
31
+ }
32
+
33
+ .td {
34
+ display: table-cell;
35
+ text-align: center;
36
+ word-break: break-all;
37
+ }
38
+
39
+ .border--top {
40
+ position: relative;
41
+ }
42
+
43
+ .border--top::after {
44
+ height: 1px;
45
+ width: 100%;
46
+ transform: scaleY(0.5);
47
+ left: 0;
48
+ right: 0;
49
+ content: '';
50
+ position: absolute;
51
+ background-color: #ebebeb;
52
+ top: 0;
53
+ }
54
+
55
+ .border--bottom {
56
+ position: relative;
57
+ }
58
+
59
+ .border--bottom::after {
60
+ height: 1px;
61
+ width: 100%;
62
+ transform: scaleY(0.5);
63
+ left: 0;
64
+ right: 0;
65
+ content: '';
66
+ position: absolute;
67
+ background-color: #ebebeb;
68
+ bottom: 0;
69
+ }
70
+
71
+ .border--left {
72
+ position: relative;
73
+ }
74
+
75
+ .border--left::after {
76
+ width: 100%;
77
+ width: 1px;
78
+ transform: scaleX(0.5);
79
+ top: 0;
80
+ bottom: 0;
81
+ content: '';
82
+ position: absolute;
83
+ background-color: #ebebeb;
84
+ left: 0;
85
+ }
86
+
87
+ .border--left {
88
+ position: relative;
89
+ }
90
+
91
+ .border--left::after {
92
+ width: 100%;
93
+ width: 1px;
94
+ transform: scaleX(0.5);
95
+ top: 0;
96
+ bottom: 0;
97
+ content: '';
98
+ position: absolute;
99
+ background-color: #ebebeb;
100
+ right: 0;
101
+ }
102
+
103
+ .button-group {
104
+ padding-left: 40rpx;
105
+ padding-right: 40rpx;
106
+ padding-top: 30rpx;
107
+ }
108
+
109
+ .button-group--fixed {
110
+ position: fixed;
111
+ z-index: 800;
112
+ bottom: 0;
113
+ width: 100%;
114
+ box-sizing: border-box;
115
+ padding-top: 40rpx;
116
+ padding-bottom: 40rpx;
117
+ background: #fff;
118
+ }
119
+
120
+ .button-group--fixed::before {
121
+ height: 1px;
122
+ width: 100%;
123
+ transform: scaleY(0.5);
124
+ left: 0;
125
+ right: 0;
126
+ content: '';
127
+ position: absolute;
128
+ background-color: #e9eaec;
129
+ top: 0;
130
+ }
131
+
132
+ .button-group__agree {
133
+ margin-bottom: 40rpx;
134
+ }
135
+
136
+ .button-area--horizontal {
137
+ display: flex;
138
+ flex-direction: row;
139
+ justify-content: space-between;
140
+ align-items: center;
141
+ }
142
+
143
+ .button-area--horizontal button {
144
+ flex: 1;
145
+ }
146
+
147
+ .button-area--horizontal button:not(:last-of-type) {
148
+ margin-right: 10rpx;
149
+ }
150
+
151
+ .button-area--vertical {
152
+ display: flex;
153
+ flex-direction: column-reverse;
154
+ }
155
+
156
+ .button-area--vertical button {
157
+ flex: 1;
158
+ display: block;
159
+ width: 100%;
160
+ }
161
+
162
+ .button-area--vertical button:first-of-type {
163
+ margin-top: 30rpx;
164
+ }
165
+
166
+ .button-list {
167
+ display: flex;
168
+ flex-direction: row;
169
+ justify-content: space-between;
170
+ align-items: center;
171
+ width: 100%;
172
+ }
173
+
174
+ .button-list .button-list__item {
175
+ padding-top: 36rpx;
176
+ padding-bottom: 36rpx;
177
+ flex: 1;
178
+ color: #495060;
179
+ text-align: center;
180
+ }
181
+
182
+ .button-list .button-list__item--hover {
183
+ background: #f7f7f7;
184
+ }
185
+
186
+ .button-list .button-list__text {
187
+ border-right: 1rpx solid #ebebeb;
188
+ font-size: 32rpx;
189
+ line-height: 44rpx;
190
+ }
191
+
192
+ .button-list .button-list__item:last-of-type .button-list__text {
193
+ border-right: none;
194
+ }
195
+
196
+ .button-group-action {
197
+ display: flex;
198
+ flex-direction: row;
199
+ justify-content: flex-start;
200
+ align-items: center;
201
+ position: relative;
202
+ }
203
+
204
+ .button-group-action::after {
205
+ height: 1px;
206
+ width: 100%;
207
+ transform: scaleY(0.5);
208
+ left: 0;
209
+ right: 0;
210
+ content: '';
211
+ position: absolute;
212
+ background-color: #ebebeb;
213
+ top: 0;
214
+ }
215
+
216
+ .button-group-action__wrapper {
217
+ flex: 1;
218
+ padding: 8rpx 0;
219
+ }
220
+
221
+ .button-group-action__wrapper:not(:last-of-type) .button-group-action__button::after {
222
+ width: 100%;
223
+ width: 1px;
224
+ transform: scaleX(0.5);
225
+ top: 0;
226
+ bottom: 0;
227
+ content: '';
228
+ position: absolute;
229
+ background-color: #ebebeb;
230
+ right: 0;
231
+ }
232
+
233
+ .button-group-action__button {
234
+ text-align: center;
235
+ font-size: 32rpx;
236
+ line-height: 44rpx;
237
+ margin: 20rpx 0;
238
+ position: relative;
239
+ }
240
+ button {
241
+ display: flex;
242
+ justify-content: center;
243
+ align-items: center;
244
+ }
@@ -0,0 +1,220 @@
1
+ .table {
2
+ display: table;
3
+ table-layout: fixed;
4
+ width: 100%;
5
+ }
6
+
7
+ .colgroup {
8
+ display: table-column-group;
9
+ }
10
+
11
+ .col {
12
+ display: table-column;
13
+ }
14
+
15
+ .thead {
16
+ display: table-header-group;
17
+ }
18
+
19
+ .tbody {
20
+ display: table-row-group;
21
+ }
22
+
23
+ .tr {
24
+ display: table-row;
25
+ }
26
+
27
+ .th {
28
+ display: table-cell;
29
+ text-align: center;
30
+ word-break: break-all;
31
+ }
32
+
33
+ .td {
34
+ display: table-cell;
35
+ text-align: center;
36
+ word-break: break-all;
37
+ }
38
+
39
+ .border--top {
40
+ position: relative;
41
+ }
42
+
43
+ .border--top::after {
44
+ height: 1px;
45
+ width: 100%;
46
+ transform: scaleY(0.5);
47
+ left: 0;
48
+ right: 0;
49
+ content: '';
50
+ position: absolute;
51
+ background-color: #ebebeb;
52
+ top: 0;
53
+ }
54
+
55
+ .border--bottom {
56
+ position: relative;
57
+ }
58
+
59
+ .border--bottom::after {
60
+ height: 1px;
61
+ width: 100%;
62
+ transform: scaleY(0.5);
63
+ left: 0;
64
+ right: 0;
65
+ content: '';
66
+ position: absolute;
67
+ background-color: #ebebeb;
68
+ bottom: 0;
69
+ }
70
+
71
+ .border--left {
72
+ position: relative;
73
+ }
74
+
75
+ .border--left::after {
76
+ width: 100%;
77
+ width: 1px;
78
+ transform: scaleX(0.5);
79
+ top: 0;
80
+ bottom: 0;
81
+ content: '';
82
+ position: absolute;
83
+ background-color: #ebebeb;
84
+ left: 0;
85
+ }
86
+
87
+ .border--left {
88
+ position: relative;
89
+ }
90
+
91
+ .border--left::after {
92
+ width: 100%;
93
+ width: 1px;
94
+ transform: scaleX(0.5);
95
+ top: 0;
96
+ bottom: 0;
97
+ content: '';
98
+ position: absolute;
99
+ background-color: #ebebeb;
100
+ right: 0;
101
+ }
102
+
103
+ .cell__wrap {
104
+ margin-left: 40rpx;
105
+ margin-right: 40rpx;
106
+ padding-top: 36rpx;
107
+ padding-bottom: 36rpx;
108
+ position: relative;
109
+ }
110
+
111
+ .cell__content {
112
+ display: flex;
113
+ flex-direction: row;
114
+ justify-content: space-between;
115
+ align-items: center;
116
+ position: relative;
117
+ }
118
+
119
+ .cell__wrap::after {
120
+ height: 1px;
121
+ width: 100%;
122
+ transform: scaleY(0.5);
123
+ left: 0;
124
+ right: 0;
125
+ content: '';
126
+ position: absolute;
127
+ background-color: #ebebeb;
128
+ bottom: 0;
129
+ }
130
+
131
+ .cell__content__header {
132
+ display: flex;
133
+ flex-direction: row;
134
+ justify-content: flex-start;
135
+ align-items: center;
136
+ flex: 1;
137
+ }
138
+
139
+ .cell__content__wrap {
140
+ flex: 1;
141
+ }
142
+
143
+ .cell__content__prepend {
144
+ display: flex;
145
+ flex-direction: column;
146
+ justify-content: center;
147
+ align-items: center;
148
+ height: 48rpx;
149
+ }
150
+
151
+ .cell__content__label {
152
+ font-size: 36rpx;
153
+ line-height: 48rpx;
154
+ }
155
+
156
+ .cell__content__icon {
157
+ margin-right: 20rpx;
158
+ }
159
+
160
+ .cell__desc {
161
+ font-size: 26rpx;
162
+ line-height: 36rpx;
163
+ color: #999;
164
+ margin-top: 6rpx;
165
+ padding-right: 40rpx;
166
+ }
167
+
168
+ .cell__desc--nolabel {
169
+ margin-top: 0;
170
+ }
171
+
172
+ .cell__content__footer {
173
+ display: flex;
174
+ flex-direction: row;
175
+ justify-content: flex-start;
176
+ align-items: center;
177
+ position: relative;
178
+ padding-right: 18rpx;
179
+ }
180
+
181
+ .cell__content__append {
182
+ display: flex;
183
+ flex-direction: column;
184
+ justify-content: center;
185
+ align-items: center;
186
+ padding-right: 30rpx;
187
+ height: 48rpx;
188
+ }
189
+
190
+ .cell__access {
191
+ color: inherit;
192
+ }
193
+
194
+ .cell__access::after {
195
+ content: " ";
196
+ display: inline-block;
197
+ box-sizing: border-box;
198
+ height: 18rpx;
199
+ width: 18rpx;
200
+ border-width: 4rpx 4rpx 0 0;
201
+ border-color: #C7C7CC;
202
+ border-style: solid;
203
+ position: absolute;
204
+ top: 50%;
205
+ transform: translateY(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
206
+ right: 0;
207
+ right: 6rpx;
208
+ }
209
+
210
+ .cell--no-access {
211
+ padding-right: 0;
212
+ }
213
+
214
+ .cell--disabled {
215
+ opacity: 0.3;
216
+ }
217
+
218
+ .cell--active {
219
+ background: #c4c4c4;
220
+ }