weapps-plugin-jingtong-verify 1.6.1 → 1.6.2-beta.2

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 (184) hide show
  1. package/README.md +1 -2
  2. package/app.json +33 -33
  3. package/package.json +20 -20
  4. package/sdk.js +313 -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 -47
  37. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.json +3 -3
  38. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.wxml +13 -13
  39. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.js +44 -44
  40. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.json +5 -5
  41. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.wxml +28 -28
  42. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.js +30 -30
  43. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.json +6 -6
  44. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxml +42 -42
  45. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxss +1 -1
  46. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.js +418 -418
  47. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.json +5 -5
  48. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.wxml +29 -29
  49. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.js +11 -11
  50. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.json +3 -3
  51. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.wxml +4 -4
  52. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.js +179 -179
  53. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.json +6 -6
  54. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.wxml +16 -16
  55. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.js +92 -92
  56. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.json +6 -6
  57. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxml +12 -12
  58. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxss +2 -2
  59. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.js +49 -49
  60. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.json +3 -3
  61. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.wxml +14 -14
  62. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.js +33 -33
  63. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.json +3 -3
  64. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.wxml +2 -2
  65. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.js +108 -108
  66. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.json +6 -6
  67. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.wxml +53 -53
  68. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.js +236 -236
  69. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.json +8 -8
  70. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.wxml +49 -49
  71. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.js +328 -328
  72. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.json +6 -6
  73. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.wxml +26 -26
  74. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.js +159 -159
  75. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.json +3 -3
  76. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.wxml +10 -10
  77. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.js +112 -112
  78. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.json +5 -5
  79. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.wxml +21 -21
  80. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.js +21 -21
  81. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.json +7 -7
  82. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.wxml +16 -16
  83. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.js +50 -50
  84. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.json +5 -5
  85. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.wxml +27 -27
  86. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/add.svg +13 -13
  87. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/arrow.svg +14 -14
  88. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/delete.svg +16 -16
  89. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/preview.svg +21 -21
  90. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/user.svg +13 -13
  91. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-agree.wxss +147 -147
  92. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-badge.wxss +41 -41
  93. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-button-group.wxss +244 -244
  94. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-cell.wxss +220 -220
  95. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-dropdown.wxss +115 -115
  96. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-cell.wxss +101 -101
  97. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-item.wxss +174 -174
  98. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form.wxss +101 -101
  99. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-icon.wxss +268 -268
  100. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-index-list.wxss +206 -206
  101. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-input.wxss +206 -206
  102. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-picker.wxss +139 -139
  103. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-popover.wxss +129 -129
  104. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-search.wxss +171 -171
  105. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-switch.wxss +176 -176
  106. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-tips.wxss +173 -173
  107. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/icon/iconfont.wxss +160 -160
  108. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/main.wxss +283 -283
  109. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/helper.js +55 -55
  110. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validType.js +117 -117
  111. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validator.js +106 -106
  112. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.js +32 -32
  113. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.json +3 -3
  114. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxml +8 -8
  115. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxss +57 -57
  116. package/weapps-plugin-jingtong-verify/components/modal/modal.js +32 -32
  117. package/weapps-plugin-jingtong-verify/components/modal/modal.json +3 -3
  118. package/weapps-plugin-jingtong-verify/components/modal/modal.wxml +28 -28
  119. package/weapps-plugin-jingtong-verify/components/modal/modal.wxss +84 -84
  120. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.js +82 -82
  121. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.json +3 -3
  122. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxml +18 -18
  123. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxss +72 -72
  124. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.js +39 -39
  125. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.json +3 -3
  126. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxml +9 -9
  127. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxss +51 -51
  128. package/weapps-plugin-jingtong-verify/i18n/index.js +7 -7
  129. package/weapps-plugin-jingtong-verify/i18n/logout.js +10 -10
  130. package/weapps-plugin-jingtong-verify/i18n/rules.js +262 -262
  131. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.js +86 -86
  132. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.json +6 -6
  133. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxml +20 -20
  134. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxss +51 -51
  135. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.js +167 -167
  136. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.json +3 -3
  137. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxml +30 -30
  138. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxss +91 -91
  139. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.js +79 -79
  140. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.json +5 -5
  141. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxml +19 -19
  142. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxss +44 -44
  143. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.js +1557 -1547
  144. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.json +17 -17
  145. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxml +504 -504
  146. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxss +133 -133
  147. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.js +127 -127
  148. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.json +5 -5
  149. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxml +36 -36
  150. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxss +60 -60
  151. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.js +106 -106
  152. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.json +3 -3
  153. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxml +29 -29
  154. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxss +68 -68
  155. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.js +24 -24
  156. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.json +3 -3
  157. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxml +12 -12
  158. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxss +33 -33
  159. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.js +120 -120
  160. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.json +6 -6
  161. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxml +9 -9
  162. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxss +1 -1
  163. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.js +865 -854
  164. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.json +11 -11
  165. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxml +162 -162
  166. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxss +64 -64
  167. package/weapps-plugin-jingtong-verify/pages/setting/setting.js +328 -328
  168. package/weapps-plugin-jingtong-verify/pages/setting/setting.json +5 -5
  169. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxml +91 -91
  170. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxss +69 -69
  171. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.js +306 -306
  172. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.json +7 -7
  173. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxml +142 -142
  174. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxss +110 -110
  175. package/weapps-plugin-jingtong-verify/style/page.wxss +13 -13
  176. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTracker.js +15 -15
  177. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTrackerMain.js +59 -59
  178. package/weapps-plugin-jingtong-verify/utils/country.js +209 -209
  179. package/weapps-plugin-jingtong-verify/utils/index.js +306 -306
  180. package/weapps-plugin-jingtong-verify/utils/jsencrypt.min.js +1 -1
  181. package/weapps-plugin-jingtong-verify/utils/request.js +1 -1
  182. package/weapps-plugin-jingtong-verify/utils/rules.js +301 -301
  183. package/weapps-plugin-jingtong-verify/utils/tifadmin_config.js +61 -61
  184. package/weapps-plugin-jingtong-verify/utils/validate.js +772 -772
@@ -1,129 +1,129 @@
1
- @charset "UTF-8";
2
- .container {
3
- display: inline-block;
4
- position: relative;
5
- }
6
-
7
- .popBox {
8
- border: 1px #666666 solid;
9
- position: absolute;
10
- background-color: #666666;
11
- text-align: center;
12
- border-radius: 8rpx;
13
- padding: 0 20rpx;
14
- z-index: 800;
15
- transition: opacity .3s;
16
- max-width: 240rpx;
17
- word-wrap: break-word;
18
- word-break: keep-all;
19
- }
20
-
21
- .popBox.show {
22
- opacity: 1;
23
- }
24
-
25
- .popBox.hide {
26
- opacity: 0;
27
- }
28
-
29
- .contentStyle {
30
- font-size: 24rpx;
31
- width: 100%;
32
- color: #fff;
33
- }
34
-
35
- .popoverItem {
36
- display: inline-block;
37
- }
38
-
39
- .popBox::before {
40
- position: absolute;
41
- display: inline-block;
42
- width: 0;
43
- content: "";
44
- border-style: solid;
45
- border-width: 8rpx;
46
- border-color: #666666;
47
- border-radius: 2rpx;
48
- margin-left: -4rpx;
49
- margin-top: -8rpx;
50
- z-index: 750;
51
- }
52
-
53
- /* 上 */
54
- .popBox.top::before {
55
- bottom: -8rpx;
56
- transform: rotate(135deg);
57
- }
58
-
59
- .popBox.topLeft::before {
60
- bottom: -8rpx;
61
- left: 12rpx;
62
- transform: rotate(135deg);
63
- }
64
-
65
- .popBox.topRight::before {
66
- bottom: -8rpx;
67
- right: 12rpx;
68
- transform: rotate(135deg);
69
- }
70
-
71
- .popBox.topRight {
72
- right: 0rpx;
73
- }
74
-
75
- /* 下 */
76
- .popBox.bottom::before {
77
- top: 0rpx;
78
- transform: rotate(-45deg);
79
- }
80
-
81
- .popBox.bottomLeft::before {
82
- top: 0rpx;
83
- left: 12rpx;
84
- transform: rotate(-45deg);
85
- }
86
-
87
- .popBox.bottomRight::before {
88
- top: 0rpx;
89
- right: 12rpx;
90
- transform: rotate(-45deg);
91
- }
92
-
93
- /* 左 */
94
- .popBox.left::before {
95
- right: -8rpx;
96
- top: 50%;
97
- transform: rotate(45deg);
98
- }
99
-
100
- .popBox.leftTop::before {
101
- right: -8rpx;
102
- top: 14rpx;
103
- transform: rotate(45deg);
104
- }
105
-
106
- .popBox.leftBottom::before {
107
- right: -8rpx;
108
- bottom: 12rpx;
109
- transform: rotate(45deg);
110
- }
111
-
112
- /* 右 */
113
- .popBox.right::before {
114
- left: -4rpx;
115
- top: 50%;
116
- transform: rotate(-135deg);
117
- }
118
-
119
- .popBox.rightTop::before {
120
- left: -4rpx;
121
- top: 16rpx;
122
- transform: rotate(-135deg);
123
- }
124
-
125
- .popBox.rightBottom::before {
126
- left: -4rpx;
127
- bottom: 8rpx;
128
- transform: rotate(-135deg);
129
- }
1
+ @charset "UTF-8";
2
+ .container {
3
+ display: inline-block;
4
+ position: relative;
5
+ }
6
+
7
+ .popBox {
8
+ border: 1px #666666 solid;
9
+ position: absolute;
10
+ background-color: #666666;
11
+ text-align: center;
12
+ border-radius: 8rpx;
13
+ padding: 0 20rpx;
14
+ z-index: 800;
15
+ transition: opacity .3s;
16
+ max-width: 240rpx;
17
+ word-wrap: break-word;
18
+ word-break: keep-all;
19
+ }
20
+
21
+ .popBox.show {
22
+ opacity: 1;
23
+ }
24
+
25
+ .popBox.hide {
26
+ opacity: 0;
27
+ }
28
+
29
+ .contentStyle {
30
+ font-size: 24rpx;
31
+ width: 100%;
32
+ color: #fff;
33
+ }
34
+
35
+ .popoverItem {
36
+ display: inline-block;
37
+ }
38
+
39
+ .popBox::before {
40
+ position: absolute;
41
+ display: inline-block;
42
+ width: 0;
43
+ content: "";
44
+ border-style: solid;
45
+ border-width: 8rpx;
46
+ border-color: #666666;
47
+ border-radius: 2rpx;
48
+ margin-left: -4rpx;
49
+ margin-top: -8rpx;
50
+ z-index: 750;
51
+ }
52
+
53
+ /* 上 */
54
+ .popBox.top::before {
55
+ bottom: -8rpx;
56
+ transform: rotate(135deg);
57
+ }
58
+
59
+ .popBox.topLeft::before {
60
+ bottom: -8rpx;
61
+ left: 12rpx;
62
+ transform: rotate(135deg);
63
+ }
64
+
65
+ .popBox.topRight::before {
66
+ bottom: -8rpx;
67
+ right: 12rpx;
68
+ transform: rotate(135deg);
69
+ }
70
+
71
+ .popBox.topRight {
72
+ right: 0rpx;
73
+ }
74
+
75
+ /* 下 */
76
+ .popBox.bottom::before {
77
+ top: 0rpx;
78
+ transform: rotate(-45deg);
79
+ }
80
+
81
+ .popBox.bottomLeft::before {
82
+ top: 0rpx;
83
+ left: 12rpx;
84
+ transform: rotate(-45deg);
85
+ }
86
+
87
+ .popBox.bottomRight::before {
88
+ top: 0rpx;
89
+ right: 12rpx;
90
+ transform: rotate(-45deg);
91
+ }
92
+
93
+ /* 左 */
94
+ .popBox.left::before {
95
+ right: -8rpx;
96
+ top: 50%;
97
+ transform: rotate(45deg);
98
+ }
99
+
100
+ .popBox.leftTop::before {
101
+ right: -8rpx;
102
+ top: 14rpx;
103
+ transform: rotate(45deg);
104
+ }
105
+
106
+ .popBox.leftBottom::before {
107
+ right: -8rpx;
108
+ bottom: 12rpx;
109
+ transform: rotate(45deg);
110
+ }
111
+
112
+ /* 右 */
113
+ .popBox.right::before {
114
+ left: -4rpx;
115
+ top: 50%;
116
+ transform: rotate(-135deg);
117
+ }
118
+
119
+ .popBox.rightTop::before {
120
+ left: -4rpx;
121
+ top: 16rpx;
122
+ transform: rotate(-135deg);
123
+ }
124
+
125
+ .popBox.rightBottom::before {
126
+ left: -4rpx;
127
+ bottom: 8rpx;
128
+ transform: rotate(-135deg);
129
+ }
@@ -1,171 +1,171 @@
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
- .search {
104
- font-size: 36rpx;
105
- line-height: 62rpx;
106
- padding: 14rpx 0;
107
- padding-left: 40rpx;
108
- padding-right: 40rpx;
109
- display: flex;
110
- flex-direction: row;
111
- justify-content: flex-start;
112
- align-items: center;
113
- border-bottom: 1px solid #ebebeb;
114
- border-color: #ebebeb;
115
- }
116
-
117
- .search__container {
118
- flex: 1;
119
- display: flex;
120
- flex-direction: row;
121
- justify-content: space-between;
122
- align-items: center;
123
- border: 1px solid #ebebeb;
124
- border-radius: 8rpx;
125
- background: #fafafa;
126
- padding-left: 20rpx;
127
- padding-right: 20rpx;
128
- }
129
-
130
- .search__icon {
131
- color: #909399;
132
- margin-right: 10rpx;
133
- }
134
-
135
- .search__text {
136
- color: #cf0122;
137
- margin-left: 30rpx;
138
- }
139
-
140
- .search__cancel {
141
- font-size: 34rpx;
142
- line-height: 46rpx;
143
- color: #cf0122;
144
- margin-left: 22rpx;
145
- }
146
-
147
- .search--focus {
148
- background: #fafafa;
149
- }
150
-
151
- .search--focus .search__input {
152
- background: #fafafa;
153
- }
154
-
155
- .search__input {
156
- width: 100%;
157
- border-color: #ebebeb;
158
- padding: 7rpx 20rpx 7rpx 10rpx;
159
- background: #fafafa;
160
- height: 62rpx;
161
- }
162
-
163
- .search__input--placeholder {
164
- font-size: 36rpx;
165
- line-height: 48rpx;
166
- color: #bbbec4;
167
- }
168
-
169
- .clear__icon {
170
- color: #7E7F86;
171
- }
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
+ .search {
104
+ font-size: 36rpx;
105
+ line-height: 62rpx;
106
+ padding: 14rpx 0;
107
+ padding-left: 40rpx;
108
+ padding-right: 40rpx;
109
+ display: flex;
110
+ flex-direction: row;
111
+ justify-content: flex-start;
112
+ align-items: center;
113
+ border-bottom: 1px solid #ebebeb;
114
+ border-color: #ebebeb;
115
+ }
116
+
117
+ .search__container {
118
+ flex: 1;
119
+ display: flex;
120
+ flex-direction: row;
121
+ justify-content: space-between;
122
+ align-items: center;
123
+ border: 1px solid #ebebeb;
124
+ border-radius: 8rpx;
125
+ background: #fafafa;
126
+ padding-left: 20rpx;
127
+ padding-right: 20rpx;
128
+ }
129
+
130
+ .search__icon {
131
+ color: #909399;
132
+ margin-right: 10rpx;
133
+ }
134
+
135
+ .search__text {
136
+ color: #cf0122;
137
+ margin-left: 30rpx;
138
+ }
139
+
140
+ .search__cancel {
141
+ font-size: 34rpx;
142
+ line-height: 46rpx;
143
+ color: #cf0122;
144
+ margin-left: 22rpx;
145
+ }
146
+
147
+ .search--focus {
148
+ background: #fafafa;
149
+ }
150
+
151
+ .search--focus .search__input {
152
+ background: #fafafa;
153
+ }
154
+
155
+ .search__input {
156
+ width: 100%;
157
+ border-color: #ebebeb;
158
+ padding: 7rpx 20rpx 7rpx 10rpx;
159
+ background: #fafafa;
160
+ height: 62rpx;
161
+ }
162
+
163
+ .search__input--placeholder {
164
+ font-size: 36rpx;
165
+ line-height: 48rpx;
166
+ color: #bbbec4;
167
+ }
168
+
169
+ .clear__icon {
170
+ color: #7E7F86;
171
+ }