zartui 0.1.21 → 0.1.22

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 (227) hide show
  1. package/README.md +20 -20
  2. package/changelog.generated.md +29 -0
  3. package/es/area/style/index.js +4 -0
  4. package/es/area/style/less.js +4 -0
  5. package/es/avatar/index.css +1 -1
  6. package/es/avatar/index.js +41 -27
  7. package/es/avatar/index.less +40 -11
  8. package/es/avatar/local.less +1 -1
  9. package/es/button/index.less +206 -206
  10. package/es/calendar/index.less +250 -250
  11. package/es/calendar/style/index.js +1 -1
  12. package/es/calendar/style/less.js +1 -1
  13. package/es/cell/index.less +103 -103
  14. package/es/cell-group/index.less +22 -22
  15. package/es/checkbox/index.less +89 -89
  16. package/es/checkbox-group/index.less +8 -8
  17. package/es/col/index.less +20 -20
  18. package/es/datetime-picker/style/index.js +4 -0
  19. package/es/datetime-picker/style/less.js +4 -0
  20. package/es/dialog/index.less +125 -125
  21. package/es/dialog/style/index.js +1 -1
  22. package/es/dialog/style/less.js +1 -1
  23. package/es/empty/Developing.js +1643 -0
  24. package/es/empty/Error.js +484 -0
  25. package/es/empty/NotFound.js +645 -0
  26. package/es/empty/NotRight.js +395 -0
  27. package/es/empty/Search.js +336 -0
  28. package/es/empty/index.css +1 -0
  29. package/es/empty/index.js +105 -0
  30. package/es/empty/index.less +33 -0
  31. package/es/empty/style/index.js +2 -0
  32. package/es/empty/style/less.js +2 -0
  33. package/es/field/index.less +172 -172
  34. package/es/icon/index.less +10 -10
  35. package/es/icon/local.less +1 -1
  36. package/es/image/index.less +47 -47
  37. package/es/image-preview/index.less +103 -103
  38. package/es/image-preview/style/index.js +1 -1
  39. package/es/image-preview/style/less.js +1 -1
  40. package/es/index.js +5 -3
  41. package/es/info/index.less +29 -29
  42. package/es/loading/index.less +103 -103
  43. package/es/locale/lang/zh-CN.js +16 -0
  44. package/es/mixins/bind-event.js +2 -2
  45. package/es/mixins/checkbox.js +2 -2
  46. package/es/mixins/click-outside.js +2 -2
  47. package/es/mixins/slots.js +3 -3
  48. package/es/nav-bar/index.less +74 -74
  49. package/es/number-keyboard/index.less +142 -142
  50. package/es/overlay/index.less +11 -11
  51. package/es/password-input/index.css +1 -0
  52. package/es/password-input/index.js +80 -0
  53. package/es/password-input/index.less +83 -0
  54. package/es/password-input/style/index.js +2 -0
  55. package/es/password-input/style/less.js +2 -0
  56. package/es/pdf-viewer/style/index.js +1 -1
  57. package/es/pdf-viewer/style/less.js +1 -1
  58. package/es/picker/PickerColumn.js +5 -6
  59. package/es/picker/index.js +34 -5
  60. package/es/picker/index.less +151 -151
  61. package/es/picker/shared.js +4 -0
  62. package/es/picker/style/index.js +4 -0
  63. package/es/picker/style/less.js +4 -0
  64. package/es/popup/index.less +137 -137
  65. package/es/popup/style/index.js +1 -1
  66. package/es/popup/style/less.js +1 -1
  67. package/es/radio/index.less +86 -86
  68. package/es/radio-group/index.less +8 -8
  69. package/es/rate/index.css +1 -1
  70. package/es/rate/index.js +1 -1
  71. package/es/rate/index.less +47 -47
  72. package/es/row/index.less +42 -42
  73. package/es/slider/index.less +94 -94
  74. package/es/step/index.less +139 -139
  75. package/es/stepper/index.less +130 -130
  76. package/es/steps/index.less +21 -21
  77. package/es/sticky/index.less +11 -11
  78. package/es/style/animation.less +139 -139
  79. package/es/style/base.less +11 -11
  80. package/es/style/clearfix.less +5 -5
  81. package/es/style/ellipsis.less +13 -13
  82. package/es/style/hairline.less +47 -47
  83. package/es/style/halfPxBorder.less +15 -15
  84. package/es/style/mixins/clearfix.less +7 -7
  85. package/es/style/mixins/ellipsis.less +15 -15
  86. package/es/style/mixins/hairline.less +39 -39
  87. package/es/style/normalize.less +38 -38
  88. package/es/style/reset.less +171 -171
  89. package/es/style/var.less +936 -919
  90. package/es/swipe/index.less +56 -56
  91. package/es/swipe-cell/index.less +29 -29
  92. package/es/swipe-item/index.less +8 -8
  93. package/es/switch/index.less +56 -56
  94. package/es/switch/shared.js +2 -2
  95. package/es/switch-cell/index.less +15 -15
  96. package/es/tab/index.less +17 -17
  97. package/es/tabs/index.less +153 -153
  98. package/es/tag/index.less +99 -99
  99. package/es/toast/index.less +75 -75
  100. package/es/toast/style/index.js +1 -1
  101. package/es/toast/style/less.js +1 -1
  102. package/es/uploader/index.less +163 -163
  103. package/es/uploader/style/index.js +1 -1
  104. package/es/uploader/style/less.js +1 -1
  105. package/es/utils/create/bem.js +7 -7
  106. package/es/utils/create/component.js +2 -2
  107. package/es/utils/dom/raf.js +2 -2
  108. package/es/utils/dom/reset-scroll.js +3 -3
  109. package/es/utils/index.js +29 -29
  110. package/es/utils/router.js +2 -2
  111. package/lib/7893e51cf0a4877dac80.worker.js +10 -0
  112. package/lib/area/style/index.js +4 -0
  113. package/lib/area/style/less.js +4 -0
  114. package/lib/avatar/index.css +1 -1
  115. package/lib/avatar/index.js +42 -28
  116. package/lib/avatar/index.less +40 -11
  117. package/lib/avatar/local.less +1 -1
  118. package/lib/be09b519a460e229fd8d.worker.js +2527 -0
  119. package/lib/button/index.less +206 -206
  120. package/lib/calendar/index.less +250 -250
  121. package/lib/calendar/style/index.js +1 -1
  122. package/lib/calendar/style/less.js +1 -1
  123. package/lib/cell/index.less +103 -103
  124. package/lib/cell-group/index.less +22 -22
  125. package/lib/checkbox/index.less +89 -89
  126. package/lib/checkbox-group/index.less +8 -8
  127. package/lib/col/index.less +20 -20
  128. package/lib/datetime-picker/style/index.js +4 -0
  129. package/lib/datetime-picker/style/less.js +4 -0
  130. package/lib/dialog/index.less +125 -125
  131. package/lib/dialog/style/index.js +1 -1
  132. package/lib/dialog/style/less.js +1 -1
  133. package/lib/empty/Developing.js +1648 -0
  134. package/lib/empty/Error.js +489 -0
  135. package/lib/empty/NotFound.js +650 -0
  136. package/lib/empty/NotRight.js +400 -0
  137. package/lib/empty/Search.js +341 -0
  138. package/lib/empty/index.css +1 -0
  139. package/lib/empty/index.js +119 -0
  140. package/lib/empty/index.less +33 -0
  141. package/lib/empty/style/index.js +2 -0
  142. package/lib/empty/style/less.js +2 -0
  143. package/lib/field/index.less +172 -172
  144. package/lib/icon/index.less +10 -10
  145. package/lib/icon/local.less +1 -1
  146. package/lib/image/index.less +47 -47
  147. package/lib/image-preview/index.less +103 -103
  148. package/lib/image-preview/style/index.js +1 -1
  149. package/lib/image-preview/style/less.js +1 -1
  150. package/lib/index.css +1 -1
  151. package/lib/index.js +10 -2
  152. package/lib/index.less +5 -3
  153. package/lib/info/index.less +29 -29
  154. package/lib/loading/index.less +103 -103
  155. package/lib/locale/lang/zh-CN.js +16 -0
  156. package/lib/mixins/bind-event.js +2 -2
  157. package/lib/mixins/checkbox.js +2 -2
  158. package/lib/mixins/click-outside.js +2 -2
  159. package/lib/mixins/slots.js +3 -3
  160. package/lib/nav-bar/index.less +74 -74
  161. package/lib/number-keyboard/index.less +142 -142
  162. package/lib/overlay/index.less +11 -11
  163. package/lib/password-input/index.css +1 -0
  164. package/lib/password-input/index.js +93 -0
  165. package/lib/password-input/index.less +83 -0
  166. package/lib/password-input/style/index.js +2 -0
  167. package/lib/password-input/style/less.js +2 -0
  168. package/lib/pdf-viewer/style/index.js +1 -1
  169. package/lib/pdf-viewer/style/less.js +1 -1
  170. package/lib/picker/PickerColumn.js +5 -6
  171. package/lib/picker/index.js +36 -6
  172. package/lib/picker/index.less +151 -151
  173. package/lib/picker/shared.js +4 -0
  174. package/lib/picker/style/index.js +4 -0
  175. package/lib/picker/style/less.js +4 -0
  176. package/lib/popup/index.less +137 -137
  177. package/lib/popup/style/index.js +1 -1
  178. package/lib/popup/style/less.js +1 -1
  179. package/lib/radio/index.less +86 -86
  180. package/lib/radio-group/index.less +8 -8
  181. package/lib/rate/index.css +1 -1
  182. package/lib/rate/index.js +1 -1
  183. package/lib/rate/index.less +47 -47
  184. package/lib/row/index.less +42 -42
  185. package/lib/slider/index.less +94 -94
  186. package/lib/step/index.less +139 -139
  187. package/lib/stepper/index.less +130 -130
  188. package/lib/steps/index.less +21 -21
  189. package/lib/sticky/index.less +11 -11
  190. package/lib/style/animation.less +139 -139
  191. package/lib/style/base.less +11 -11
  192. package/lib/style/clearfix.less +5 -5
  193. package/lib/style/ellipsis.less +13 -13
  194. package/lib/style/hairline.less +47 -47
  195. package/lib/style/halfPxBorder.less +15 -15
  196. package/lib/style/mixins/clearfix.less +7 -7
  197. package/lib/style/mixins/ellipsis.less +15 -15
  198. package/lib/style/mixins/hairline.less +39 -39
  199. package/lib/style/normalize.less +38 -38
  200. package/lib/style/reset.less +171 -171
  201. package/lib/style/var.less +936 -919
  202. package/lib/swipe/index.less +56 -56
  203. package/lib/swipe-cell/index.less +29 -29
  204. package/lib/swipe-item/index.less +8 -8
  205. package/lib/switch/index.less +56 -56
  206. package/lib/switch/shared.js +2 -2
  207. package/lib/switch-cell/index.less +15 -15
  208. package/lib/tab/index.less +17 -17
  209. package/lib/tabs/index.less +153 -153
  210. package/lib/tag/index.less +99 -99
  211. package/lib/toast/index.less +75 -75
  212. package/lib/toast/style/index.js +1 -1
  213. package/lib/toast/style/less.js +1 -1
  214. package/lib/uploader/index.less +163 -163
  215. package/lib/uploader/style/index.js +1 -1
  216. package/lib/uploader/style/less.js +1 -1
  217. package/lib/utils/create/bem.js +7 -7
  218. package/lib/utils/create/component.js +2 -2
  219. package/lib/utils/dom/raf.js +2 -2
  220. package/lib/utils/dom/reset-scroll.js +3 -3
  221. package/lib/utils/index.js +29 -29
  222. package/lib/utils/router.js +2 -2
  223. package/lib/zart.js +26508 -55081
  224. package/lib/zart.min.js +5 -5
  225. package/package.json +74 -74
  226. package/lib/a037f57fc4d92a8a1f1e.worker.js +0 -60600
  227. package/lib/b7cf90b4775181215df7.worker.js +0 -10
@@ -0,0 +1,484 @@
1
+ var prefix = 'zt-empty-error-';
2
+ export default {
3
+ render: function render() {
4
+ var _attrs;
5
+
6
+ var h = arguments[0];
7
+ return h("svg", {
8
+ "attrs": (_attrs = {
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }, _attrs["xmlns"] = "http://www.w3.org/1999/xlink", _attrs["viewBox"] = "0 0 280 260", _attrs)
11
+ }, [h("defs", [h("filter", {
12
+ "attrs": {
13
+ "x": "-1.4%",
14
+ "y": "-7%",
15
+ "width": "105.4%",
16
+ "height": "128.1%",
17
+ "filterUnits": "objectBoundingBox",
18
+ "id": prefix + "1"
19
+ }
20
+ }, [h("feOffset", {
21
+ "attrs": {
22
+ "dx": "2",
23
+ "dy": "2",
24
+ "in": "SourceAlpha",
25
+ "result": "shadowOffsetOuter1"
26
+ }
27
+ }), h("feColorMatrix", {
28
+ "attrs": {
29
+ "values": "0 0 0 0 0.317647059 0 0 0 0 0.698039216 0 0 0 0 1 0 0 0 0.131446678 0",
30
+ "in": "shadowOffsetOuter1"
31
+ }
32
+ })]), h("filter", {
33
+ "attrs": {
34
+ "x": "0%",
35
+ "y": "2%",
36
+ "width": "105.7%",
37
+ "height": "111.7%",
38
+ "filterUnits": "objectBoundingBox",
39
+ "id": prefix + "2"
40
+ }
41
+ }, [h("feMorphology", {
42
+ "attrs": {
43
+ "radius": "1.5",
44
+ "operator": "dilate",
45
+ "in": "SourceAlpha",
46
+ "result": "shadowSpreadOuter1"
47
+ }
48
+ }), h("feOffset", {
49
+ "attrs": {
50
+ "dx": "3",
51
+ "dy": "3",
52
+ "in": "shadowSpreadOuter1",
53
+ "result": "shadowOffsetOuter1"
54
+ }
55
+ }), h("feComposite", {
56
+ "attrs": {
57
+ "in": "shadowOffsetOuter1",
58
+ "in2": "SourceAlpha",
59
+ "operator": "out",
60
+ "result": "shadowOffsetOuter1"
61
+ }
62
+ }), h("feColorMatrix", {
63
+ "attrs": {
64
+ "values": "0 0 0 0 0.317647059 0 0 0 0 0.698039216 0 0 0 0 1 0 0 0 0.24448208 0",
65
+ "in": "shadowOffsetOuter1"
66
+ }
67
+ })]), h("filter", {
68
+ "attrs": {
69
+ "x": "-4.9%",
70
+ "y": "-4.9%",
71
+ "width": "119.6%",
72
+ "height": "119.6%",
73
+ "filterUnits": "objectBoundingBox",
74
+ "id": prefix + "3"
75
+ }
76
+ }, [h("feOffset", {
77
+ "attrs": {
78
+ "dx": "1",
79
+ "dy": "1",
80
+ "in": "SourceAlpha",
81
+ "result": "shadowOffsetOuter1"
82
+ }
83
+ }), h("feColorMatrix", {
84
+ "attrs": {
85
+ "values": "0 0 0 0 0.317647059 0 0 0 0 0.698039216 0 0 0 0 1 0 0 0 0.131446678 0",
86
+ "in": "shadowOffsetOuter1"
87
+ }
88
+ })]), h("path", {
89
+ "attrs": {
90
+ "id": prefix + "4",
91
+ "d": "M52 77H126V91.22972970000001H52z"
92
+ }
93
+ }), h("path", {
94
+ "attrs": {
95
+ "d": "M149.443706,74.8278103 L168.433913,106.965083 C169.557766,108.866989 168.92703,111.319852 167.025124,112.443706 C166.408817,112.807887 165.706071,113 164.990206,113 L127.009794,113 C124.800655,113 123.009794,111.209139 123.009794,109 C123.009794,108.284136 123.201906,107.581389 123.566087,106.965083 L142.556294,74.8278103 C143.680148,72.925904 146.133011,72.2951677 148.034917,73.4190215 C148.615818,73.762281 149.100447,74.2469097 149.443706,74.8278103 Z",
96
+ "id": prefix + "5"
97
+ }
98
+ }), h("path", {
99
+ "attrs": {
100
+ "id": prefix + "6",
101
+ "d": "M96.3151351 36.94810815A5.10864865 5.10864865 0 1 0 96.3151351 47.16540545A5.10864865 5.10864865 0 1 0 96.3151351 36.94810815Z"
102
+ }
103
+ }), h("linearGradient", {
104
+ "attrs": {
105
+ "x1": "23.226575%",
106
+ "y1": "239.989869%",
107
+ "x2": "113.740933%",
108
+ "y2": "-331.46119%",
109
+ "id": prefix + "7"
110
+ }
111
+ }, [h("stop", {
112
+ "attrs": {
113
+ "offset": "1%"
114
+ }
115
+ }), h("stop", {
116
+ "attrs": {
117
+ "stop-opacity": ".69",
118
+ "offset": "8%"
119
+ }
120
+ }), h("stop", {
121
+ "attrs": {
122
+ "stop-opacity": ".32",
123
+ "offset": "21%"
124
+ }
125
+ }), h("stop", {
126
+ "attrs": {
127
+ "stop-opacity": "0",
128
+ "offset": "100%"
129
+ }
130
+ })])]), h("g", {
131
+ "attrs": {
132
+ "transform": "translate(12 31)",
133
+ "fill": "none",
134
+ "fill-rule": "evenodd"
135
+ }
136
+ }, [h("path", {
137
+ "attrs": {
138
+ "d": "M114.185676,0.18972973 C112.994208,0.147567568 111.809667,0.119459459 110.632053,0.0913513514 C91.7278882,-0.309189189 72.4358036,0.337297297 54.584564,6.65459459 C36.7333245,12.9718919 20.2813672,25.7751351 13.4165716,43.6237838 C9.86294879,52.8924324 9.02476486,62.9551351 7.70168114,72.807027 C5.22869219,91.2810811 0.926938308,109.593514 0.698342692,128.229189 C0.469747075,146.864865 4.85462663,166.484324 17.4689484,180.060541 C39.3517834,203.643243 69.7065104,189.666486 95.7456293,183.314054 C111.199177,179.557629 127.274673,179.267455 142.850181,182.463784 C153.130056,184.571892 163.056648,188.204865 173.329596,190.439459 C180.720855,192.048649 188.40998,192.934054 195.939781,191.943243 C203.171715,190.994595 208.748063,187.495135 215.335773,184.677297 C227.873896,179.280541 240.550562,172.408108 248.544481,160.820541 C254.670995,151.723881 257.482851,140.746606 256.496838,129.775135 C254.037703,100.851892 227.40285,88.7091892 213.652478,65.9767568 C205.644704,52.7659459 200.186118,37.7843243 189.885461,26.3302703 C171.403851,5.81135135 141.797255,1.08216216 114.185676,0.18972973 Z",
139
+ "fill": "#51B2FF",
140
+ "fill-rule": "nonzero",
141
+ "opacity": ".18"
142
+ }
143
+ }), h("path", {
144
+ "attrs": {
145
+ "d": "M154.541083,29.3378378 L154.541083,172.794595 C154.541083,179.714275 148.931572,185.323784 142.011892,185.323784 L79.9210811,185.323784 C73.001401,185.323784 67.3918899,179.714275 67.3918899,172.794595 L67.3918899,29.3378378 C67.3900275,26.0136729 68.7092402,22.8250191 71.0591211,20.4738203 C73.409002,18.1226214 76.5969156,16.8016216 79.9210811,16.8016216 L142.011892,16.8016216 C145.336057,16.8016216 148.523971,18.1226214 150.873852,20.4738203 C153.223733,22.8250191 154.542945,26.0136729 154.541083,29.3378378 Z",
146
+ "fill": "#51B2FF",
147
+ "fill-rule": "nonzero"
148
+ }
149
+ }), h("rect", {
150
+ "attrs": {
151
+ "fill": "#473F47",
152
+ "fill-rule": "nonzero",
153
+ "x": "69.1064865",
154
+ "y": "18.9308108",
155
+ "width": "83.712973",
156
+ "height": "164.003784",
157
+ "rx": "12.1145946"
158
+ }
159
+ }), h("path", {
160
+ "attrs": {
161
+ "d": "M150.542707,32.4156757 L150.542707,167.763243 C150.477056,174.152491 145.246037,179.279707 138.856757,179.217861 L83.1254054,179.217861 C81.0894586,179.223718 79.0868251,178.70066 77.3140541,177.699459 C73.6940938,175.700785 71.4405625,171.898287 71.4254054,167.763243 L71.4254054,32.4156757 C71.4948935,26.0225311 76.7322273,20.8952914 83.1254054,20.9609852 L92.5416216,20.9609852 L92.5416216,22.627027 C92.590449,24.8610709 93.9756462,26.8474435 96.0551351,27.6654054 C96.7376493,27.9345326 97.4647198,28.0727952 98.1983784,28.072973 L124.085946,28.072973 C127.171716,28.0926057 129.696478,25.6211622 129.742703,22.5356757 L129.742703,20.9609852 L138.877838,20.9609852 C141.875186,20.95501 144.762418,22.0908051 146.951892,24.1378378 C149.244983,26.279759 150.545503,29.2778288 150.542707,32.4156757 Z",
162
+ "fill": "#FFF",
163
+ "fill-rule": "nonzero"
164
+ }
165
+ }), h("rect", {
166
+ "attrs": {
167
+ "fill": "#51B2FF",
168
+ "fill-rule": "nonzero",
169
+ "opacity": ".31",
170
+ "x": "81.2491892",
171
+ "y": "113.022703",
172
+ "width": "34.4254054",
173
+ "height": "2.04486486",
174
+ "rx": "1.01891892"
175
+ }
176
+ }), h("rect", {
177
+ "attrs": {
178
+ "fill": "#51B2FF",
179
+ "fill-rule": "nonzero",
180
+ "opacity": ".31",
181
+ "x": "81.2491892",
182
+ "y": "118.018919",
183
+ "width": "34.4254054",
184
+ "height": "2.04486486",
185
+ "rx": "1.01891892"
186
+ }
187
+ }), h("path", {
188
+ "attrs": {
189
+ "fill": "#51B2FF",
190
+ "fill-rule": "nonzero",
191
+ "opacity": ".18",
192
+ "d": "M67.3848649 94.6189189H154.54108109999999V100.09297295H67.3848649z"
193
+ }
194
+ }), h("g", {
195
+ "attrs": {
196
+ "fill-rule": "nonzero"
197
+ }
198
+ }, [h("use", {
199
+ "attrs": {
200
+ "fill": "#000",
201
+ "filter": "url(#98fg2y47pa)",
202
+ "xlink": "#46hlndswgb"
203
+ }
204
+ }), h("use", {
205
+ "attrs": {
206
+ "fill": "#FFF",
207
+ "xlink": "#46hlndswgb"
208
+ }
209
+ })]), h("rect", {
210
+ "attrs": {
211
+ "fill": "#51B2FF",
212
+ "fill-rule": "nonzero",
213
+ "x": "58",
214
+ "y": "85",
215
+ "width": "36.0064865",
216
+ "height": "2",
217
+ "rx": "1"
218
+ }
219
+ }), h("rect", {
220
+ "attrs": {
221
+ "fill": "#51B2FF",
222
+ "fill-rule": "nonzero",
223
+ "x": "58",
224
+ "y": "81",
225
+ "width": "20",
226
+ "height": "2",
227
+ "rx": "1"
228
+ }
229
+ }), h("rect", {
230
+ "attrs": {
231
+ "fill": "#51B2FF",
232
+ "fill-rule": "nonzero",
233
+ "x": "81.2491892",
234
+ "y": "107.956216",
235
+ "width": "55.4010811",
236
+ "height": "3.28864865",
237
+ "rx": "1.64432432"
238
+ }
239
+ }), h("rect", {
240
+ "attrs": {
241
+ "fill": "#51B2FF",
242
+ "fill-rule": "nonzero",
243
+ "opacity": ".31",
244
+ "x": "81.2491892",
245
+ "y": "130.217838",
246
+ "width": "34.4254054",
247
+ "height": "2.04486486",
248
+ "rx": "1.01891892"
249
+ }
250
+ }), h("rect", {
251
+ "attrs": {
252
+ "fill": "#51B2FF",
253
+ "fill-rule": "nonzero",
254
+ "opacity": ".31",
255
+ "x": "81.2491892",
256
+ "y": "135.214054",
257
+ "width": "34.4254054",
258
+ "height": "2.04486486",
259
+ "rx": "1.01891892"
260
+ }
261
+ }), h("rect", {
262
+ "attrs": {
263
+ "fill": "#51B2FF",
264
+ "fill-rule": "nonzero",
265
+ "x": "81.2491892",
266
+ "y": "125.144324",
267
+ "width": "55.4010811",
268
+ "height": "3.28864865",
269
+ "rx": "1.64432432"
270
+ }
271
+ }), h("rect", {
272
+ "attrs": {
273
+ "fill": "#51B2FF",
274
+ "fill-rule": "nonzero",
275
+ "opacity": ".31",
276
+ "x": "81.2491892",
277
+ "y": "147.405946",
278
+ "width": "34.4254054",
279
+ "height": "2.04486486",
280
+ "rx": "1.01891892"
281
+ }
282
+ }), h("rect", {
283
+ "attrs": {
284
+ "fill": "#51B2FF",
285
+ "fill-rule": "nonzero",
286
+ "opacity": ".31",
287
+ "x": "81.2491892",
288
+ "y": "152.409189",
289
+ "width": "34.4254054",
290
+ "height": "2.04486486",
291
+ "rx": "1.01891892"
292
+ }
293
+ }), h("rect", {
294
+ "attrs": {
295
+ "fill": "#51B2FF",
296
+ "fill-rule": "nonzero",
297
+ "x": "81.2491892",
298
+ "y": "142.339459",
299
+ "width": "55.4010811",
300
+ "height": "3.28864865",
301
+ "rx": "1.64432432"
302
+ }
303
+ }), h("path", {
304
+ "attrs": {
305
+ "d": "M42.0637838,5.20702703 C45.8589759,5.20261483 49.631413,5.79302139 53.2437838,6.95675676 L53.2437838,1.82 C36.3355615,-2.90588615 18.2828242,3.51866567 8.16151483,17.8637372 C-1.95979454,32.2088087 -1.95979454,51.3706508 8.16151483,65.7157223 C18.2828242,80.0607938 36.3355615,86.4853456 53.2437838,81.7594595 L53.2437838,76.6227027 C39.5018925,81.032699 24.4515368,76.9513073 14.8203277,66.2029375 C5.18911857,55.4545677 2.77728924,40.0482689 8.66294376,26.870761 C14.5485983,13.6932532 27.6316099,5.20763173 42.0637838,5.20702703 L42.0637838,5.20702703 Z",
306
+ "opacity": ".41",
307
+ "transform": "translate(101.297297 54.810811)",
308
+ "fill": "url(#cnji2zfo7c)",
309
+ "fill-rule": "nonzero"
310
+ }
311
+ }), h("path", {
312
+ "attrs": {
313
+ "d": "M145.574595,136.099459 C128.784921,136.099459 113.649263,125.983337 107.228079,110.470067 C100.806894,94.9567973 104.365331,77.1029066 116.243456,65.2368494 C128.12158,53.3707922 145.979079,49.8305042 161.485814,56.2674533 C176.992549,62.7044024 187.093273,77.8503347 187.076238,94.64 C187.025901,117.533009 168.467643,136.072413 145.574595,136.099459 Z M145.574595,58.0151351 C125.376017,58.0151351 108.99967,74.3852241 108.991916,94.5838 C108.984168,114.782376 125.347947,131.165015 145.546519,131.180541 C165.74509,131.196045 182.134018,114.838564 182.157297,94.64 C182.149552,74.4357273 165.778859,58.0556009 145.574595,58.0362162 L145.574595,58.0151351 Z",
314
+ "fill": "#51B2FF",
315
+ "fill-rule": "nonzero"
316
+ }
317
+ }), h("path", {
318
+ "attrs": {
319
+ "d": "M145.574595,58.0151351 C125.376017,58.0151351 108.99967,74.3852241 108.991916,94.5838 C108.984168,114.782376 125.347947,131.165015 145.546519,131.180541 C165.74509,131.196045 182.134018,114.838564 182.157297,94.64 C182.149552,74.4357273 165.778859,58.0556009 145.574595,58.0362162 L145.574595,58.0151351 Z",
320
+ "fill-opacity": ".7",
321
+ "fill": "#FFF"
322
+ }
323
+ }), h("g", {
324
+ "attrs": {
325
+ "fill-rule": "nonzero"
326
+ }
327
+ }, [h("use", {
328
+ "attrs": {
329
+ "fill": "#000",
330
+ "filter": "url(#xndpudg2hd)",
331
+ "xlink": "#tjeyi4ch6e"
332
+ }
333
+ }), h("use", {
334
+ "attrs": {
335
+ "stroke": "#51B2FF",
336
+ "stroke-width": "3",
337
+ "fill": "#FFF",
338
+ "xlink": "#tjeyi4ch6e"
339
+ }
340
+ })]), h("text", {
341
+ "attrs": {
342
+ "font-family": "PingFangSC-Semibold, PingFang SC",
343
+ "font-size": "36",
344
+ "font-weight": "500",
345
+ "fill": "#51B2FF"
346
+ }
347
+ }, [h("tspan", {
348
+ "attrs": {
349
+ "x": "137",
350
+ "y": "108"
351
+ }
352
+ }, ["\uFF01"])]), h("path", {
353
+ "attrs": {
354
+ "d": "M201.783784,156.091353 C200.653161,156.092287 199.569536,155.639089 198.776216,154.833514 L171.581622,127.238378 C170.519775,126.166082 170.111999,124.608038 170.512393,123.15304 C170.912788,121.698041 172.060289,120.567987 173.521251,120.18993 C174.982213,119.811874 176.533827,120.243472 177.58973,121.321622 L204.784324,148.916757 C205.976301,150.127145 206.325443,151.934658 205.669996,153.501897 C205.014549,155.069135 203.482561,156.089927 201.783784,156.091353 L201.783784,156.091353 Z",
355
+ "fill": "#51B2FF",
356
+ "fill-rule": "nonzero"
357
+ }
358
+ }), h("path", {
359
+ "attrs": {
360
+ "d": "M214.811892,164.861081 C213.874545,165.788347 212.606636,166.304341 211.288168,166.295234 C209.9697,166.285883 208.709139,165.75219 207.784865,164.811892 L175.76973,132.318919 C175.590905,132.142006 175.42861,131.949134 175.284865,131.742703 C175.200541,131.63027 175.123243,131.517838 175.052973,131.405405 C174.585847,130.618056 174.664634,129.621961 175.24973,128.917838 C175.871738,128.177268 176.550748,127.48651 177.280541,126.851892 C178.118633,126.107441 179.027041,125.446139 179.992973,124.877297 C180.801235,124.392161 181.829486,124.479973 182.543784,125.095135 L182.543784,125.095135 C182.640286,125.171189 182.731824,125.253339 182.817838,125.341081 L214.889189,157.841081 C215.810616,158.781845 216.320218,160.050346 216.306021,161.367104 C216.291221,162.683863 215.75381,163.940835 214.811892,164.861081 Z",
361
+ "fill": "#473F47",
362
+ "fill-rule": "nonzero"
363
+ }
364
+ }), h("path", {
365
+ "attrs": {
366
+ "d": "M99.6810811,52.0491892 L99.6810811,66.3562162 C99.6810811,70.2611137 96.5237857,73.4310062 92.6189189,73.4464865 L67.3918919,73.4464865 L67.3918919,44.9589189 L92.6189189,44.9589189 C96.5237857,44.9743992 99.6810811,48.1442917 99.6810811,52.0491892 L99.6810811,52.0491892 Z",
367
+ "fill": "#51B2FF",
368
+ "fill-rule": "nonzero",
369
+ "opacity": ".18"
370
+ }
371
+ }), h("rect", {
372
+ "attrs": {
373
+ "fill": "#FFF",
374
+ "fill-rule": "nonzero",
375
+ "x": "37.3232432",
376
+ "y": "41.1994595",
377
+ "width": "61.1351351",
378
+ "height": "28.4875676",
379
+ "rx": "7.09027027"
380
+ }
381
+ }), h("g", {
382
+ "attrs": {
383
+ "fill-rule": "nonzero"
384
+ }
385
+ }, [h("use", {
386
+ "attrs": {
387
+ "fill": "#000",
388
+ "filter": "url(#0ju5g236if)",
389
+ "xlink": "#os3fh6qhtg"
390
+ }
391
+ }), h("use", {
392
+ "attrs": {
393
+ "fill": "#51B2FF",
394
+ "xlink": "#os3fh6qhtg"
395
+ }
396
+ })]), h("rect", {
397
+ "attrs": {
398
+ "fill": "#51B2FF",
399
+ "fill-rule": "nonzero",
400
+ "x": "49.3956757",
401
+ "y": "50.2994595",
402
+ "width": "36.0064865",
403
+ "height": "2.81783784",
404
+ "rx": "1.40540541"
405
+ }
406
+ }), h("rect", {
407
+ "attrs": {
408
+ "fill": "#51B2FF",
409
+ "fill-rule": "nonzero",
410
+ "x": "49.3956757",
411
+ "y": "57.7972973",
412
+ "width": "36.0064865",
413
+ "height": "2.81783784",
414
+ "rx": "1.40540541"
415
+ }
416
+ }), h("path", {
417
+ "attrs": {
418
+ "d": "M211.572432,186.996216 C212.187536,187.765387 212.271083,188.832004 211.783243,189.687568 C211.270213,190.505778 210.288389,190.900211 209.351892,190.664324 C209.191286,190.623924 209.042185,190.546969 208.916216,190.439459 C208.656216,190.186486 208.614054,189.736757 208.368108,189.483784 C208.112162,189.273555 207.803514,189.137458 207.475676,189.09027 C206.894883,188.877696 206.348083,188.581809 205.852432,188.211892 C205.772115,188.166412 205.702595,188.104084 205.648649,188.029189 C205.598609,187.936286 205.572071,187.832547 205.571351,187.727027 C205.451339,187.18713 205.533864,186.621957 205.803243,186.138919 C205.950854,185.958101 206.132244,185.807738 206.337297,185.696216 C206.724437,185.456404 207.168041,185.32308 207.623243,185.30973 C207.97808,185.333944 208.326784,185.414597 208.656216,185.548649 C209.590292,185.817163 210.466905,186.255469 211.242162,186.841622",
419
+ "fill": "#51B2FF",
420
+ "fill-rule": "nonzero"
421
+ }
422
+ }), h("path", {
423
+ "attrs": {
424
+ "d": "M209.752432,182.688649 L211.319459,188.085405 C211.319459,188.085405 211.024324,189.441622 209.365946,188.872432 C207.707568,188.303243 206.316216,184.051892 206.316216,184.051892 L209.752432,182.688649 Z",
425
+ "fill": "#FCBDBA",
426
+ "fill-rule": "nonzero"
427
+ }
428
+ }), h("path", {
429
+ "attrs": {
430
+ "d": "M193.210811,193.974054 C192.783835,193.901468 192.350778,193.870871 191.917838,193.882703 C191.479318,193.901755 191.067818,194.099885 190.779459,194.430811 C190.354779,195.114916 190.485409,196.005575 191.088649,196.538919 C191.678132,197.025936 192.40034,197.324612 193.161622,197.396216 C193.624132,197.501879 194.104517,197.501879 194.567027,197.396216 C195.15027,197.227568 195.705405,196.742703 196.288649,196.925405 C196.543375,197.03161 196.780352,197.176166 196.991351,197.354054 C197.817866,197.952466 198.966709,197.808092 199.619459,197.023784 C199.788384,196.771499 199.909834,196.490497 199.977838,196.194595 C200.223784,195.26 200.111351,194.086486 199.338378,193.545405 C198.424865,192.891892 197.715135,193.341622 196.836757,193.643784 C195.665059,194.009028 194.429216,194.121595 193.210811,193.974054 Z",
431
+ "fill": "#51B2FF",
432
+ "fill-rule": "nonzero"
433
+ }
434
+ }), h("path", {
435
+ "attrs": {
436
+ "d": "M193.96973,188.738919 L196.260541,194.360541 C196.260541,194.360541 197.574595,195.154595 198.509189,194.803243 L199.42973,194.423784 L198.621622,186.574595 L193.96973,188.738919 Z",
437
+ "fill": "#FCBDBA",
438
+ "fill-rule": "nonzero"
439
+ }
440
+ }), h("path", {
441
+ "attrs": {
442
+ "d": "M176.943243,131.595135 C176.788649,131.391351 176.584865,131.166486 176.338919,131.201622 C176.092973,131.236757 176.050811,131.335135 175.903243,131.292973 C175.811205,131.260377 175.732276,131.198713 175.678378,131.117297 C175.328678,130.74626 174.939939,130.414064 174.518919,130.126486 C174.262288,129.901006 173.952924,129.743907 173.619459,129.66973 C173.122088,129.64474 172.658747,129.922189 172.445946,130.372432 C172.236531,130.809972 172.184412,131.306344 172.298378,131.777838 C172.422285,132.249243 172.611504,132.701005 172.860541,133.12 C173.011426,133.434048 173.202782,133.726989 173.42973,133.991351 C174.132432,134.757297 175.298919,134.883784 176.240541,135.354595 C176.341034,135.415881 176.453798,135.454269 176.570811,135.467027 C176.773549,135.433594 176.948322,135.305776 177.041622,135.122703 C177.405553,134.60354 177.626124,133.997576 177.681081,133.365946 C177.630552,132.712028 177.371984,132.091465 176.943243,131.595135 L176.943243,131.595135 Z",
443
+ "fill": "#FCBDBA",
444
+ "fill-rule": "nonzero"
445
+ }
446
+ }), h("path", {
447
+ "attrs": {
448
+ "d": "M186.078378,125.502703 C185.965542,125.471415 185.845047,125.483966 185.741081,125.537838 C185.682602,125.584609 185.630613,125.63896 185.586486,125.699459 C185.38973,125.91027 185.066486,125.917297 184.799459,126.036757 C184.452832,126.211655 184.197224,126.526053 184.096757,126.901081 C184.0035,127.270627 183.963277,127.651559 183.977297,128.032432 C183.959308,128.23375 183.980791,128.436643 184.040541,128.62973 C184.104976,128.82168 184.274972,128.958774 184.476216,128.981081 C184.636233,128.952131 184.787599,128.88726 184.918919,128.791351 C185.186662,128.644373 185.497062,128.594709 185.797297,128.650811 C186.182693,128.775346 186.550967,128.947679 186.893514,129.163784 C187.248872,129.374096 187.690587,129.374096 188.045946,129.163784 C188.20158,129.023917 188.324019,128.851063 188.404324,128.657838 C188.720541,127.955135 189.107027,127.175135 188.404324,126.605946 C187.744734,126.032037 186.940131,125.650398 186.078378,125.502703 L186.078378,125.502703 Z",
449
+ "fill": "#FCBDBA",
450
+ "fill-rule": "nonzero"
451
+ }
452
+ }), h("path", {
453
+ "attrs": {
454
+ "d": "M206.962703,151.327027 C206.798087,154.282922 206.467294,157.227215 205.971892,160.145946 C205.339459,163.041081 204.96,166.32973 204.96,166.32973 L210.813514,183.194595 C210.813514,183.194595 207.250811,185.562703 204.96,184.642162 C202.669189,183.721622 196.871892,170.791892 196.871892,170.791892 L194.665405,156.084324 L200.504865,149.380541 L206.962703,151.327027 Z",
455
+ "fill": "#473F47",
456
+ "fill-rule": "nonzero"
457
+ }
458
+ }), h("path", {
459
+ "attrs": {
460
+ "d": "M190.807568,150.153514 C190.807568,150.153514 186.633514,163.835135 186.633514,167.390811 C186.633514,170.946486 191.636757,188.471892 191.636757,188.471892 C191.636757,188.471892 197.068649,190.312973 198.340541,188.471892 L199.612432,186.630811 L196.555676,168.992973 C196.555676,168.992973 200.884324,159.787568 201.65027,157.419459 C202.113678,155.960004 202.445276,154.461933 202.641081,152.943243 L190.807568,150.153514 Z",
461
+ "fill": "#473F47",
462
+ "fill-rule": "nonzero"
463
+ }
464
+ }), h("path", {
465
+ "attrs": {
466
+ "d": "M192.564324,112.678378 C192.076188,113.653586 191.764533,114.707503 191.643784,115.791351 C191.531773,116.882372 192.004789,117.951336 192.887568,118.602162 C193.153149,118.728853 193.401166,118.889474 193.625405,119.08 C194.412432,119.881081 193.512973,121.335676 193.962703,122.375676 C194.337779,123.067462 195.171011,123.369358 195.902162,123.078378 C196.602668,122.748325 197.118396,122.121716 197.307568,121.370811 C197.509436,120.617439 197.599408,119.838473 197.574595,119.058919 L197.651892,114.414054 C197.762376,113.380707 197.600043,112.336449 197.181081,111.385405 C196.611249,110.383825 195.520298,109.794711 194.37027,109.867568 C193.288108,110.099459 192.957838,111.771892 192.564324,112.678378 Z",
467
+ "fill": "#FCBDBA",
468
+ "fill-rule": "nonzero"
469
+ }
470
+ }), h("path", {
471
+ "attrs": {
472
+ "d": "M176.36,135.867568 C176.36,135.867568 185.27027,143.829189 185.902703,143.829189 C186.535135,143.829189 190.491351,138.825946 190.491351,138.825946 L190.807568,150.146486 C191.907789,150.795909 193.05389,151.364262 194.236757,151.847027 C196.162162,152.634054 198.600541,153.364865 200.72973,153.168108 C205.058378,152.774595 206.962703,151.327027 206.962703,151.327027 L204.299459,124.666486 C204.299459,124.666486 199.254054,121.033514 197.532432,121.588649 C196.298387,121.808761 195.035127,121.808761 193.801081,121.588649 C191.313514,121.265405 188.76973,124.666486 188.76973,124.666486 L185.46,135.537297 L177.695135,132.782703 C176.65715,133.437813 176.127133,134.66243 176.36,135.867568 Z",
473
+ "fill": "#51B2FF",
474
+ "fill-rule": "nonzero"
475
+ }
476
+ }), h("path", {
477
+ "attrs": {
478
+ "d": "M193.316216,107.64 C194.250811,106.78973 196.365946,106.438378 197.398919,106.325946 C199.005228,106.097276 200.632004,106.57378 201.861081,107.632973 C203.547568,109.235135 203.723243,111.849189 203.702162,114.252432 C203.681081,116.655676 203.645946,119.234595 205.051351,121.061622 C206.26,122.621622 208.234595,123.268108 209.773514,124.46973 C211.310619,125.609533 212.283336,127.355306 212.443784,129.262162 C212.802162,136.485946 201.76973,133.387027 198.122703,131.777838 C197.477349,131.528843 196.883995,131.161869 196.372973,130.695676 C195.833622,130.112839 195.436744,129.412891 195.213514,128.650811 C194.357421,126.069128 194.502894,123.259984 195.621081,120.780541 C195.78973,120.415135 195.972432,119.958378 195.740541,119.635135 C195.613852,119.492038 195.454858,119.381224 195.276757,119.311892 C194.324485,118.916623 193.690215,118.002285 193.653514,116.971892 C193.804504,116.231731 194.137817,115.540952 194.623243,114.962162 C195.106717,114.374059 195.26966,113.585628 195.058919,112.854054 C194.805946,112.284865 194.201622,112.003784 193.751892,111.589189 C192.964865,110.886486 192.395676,108.996216 193.049189,107.984324 C193.12386,107.859114 193.213532,107.743485 193.316216,107.64 Z",
479
+ "fill": "#606161",
480
+ "fill-rule": "nonzero"
481
+ }
482
+ })])]);
483
+ }
484
+ };