ezuikit-js 7.7.10 → 8.0.0

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 (32) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +2 -1
  3. package/ezuikit.js +25 -11
  4. package/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +168 -0
  5. package/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +168 -0
  6. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +21 -0
  7. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
  8. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.worker.js +1 -0
  9. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +21 -0
  10. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
  11. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.worker.js +1 -0
  12. package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +21 -0
  13. package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
  14. package/ezuikit_static/css/component.css +1257 -0
  15. package/ezuikit_static/css/inspectTheme.css +354 -0
  16. package/ezuikit_static/css/theme copy.css +105 -0
  17. package/ezuikit_static/css/theme.css +121 -0
  18. package/ezuikit_static/imgs/bg.png +0 -0
  19. package/ezuikit_static/imgs/bg.svg +33 -0
  20. package/ezuikit_static/imgs/empty.png +0 -0
  21. package/ezuikit_static/imgs/end.png +0 -0
  22. package/ezuikit_static/imgs/fallback.svg +52 -0
  23. package/ezuikit_static/imgs/start.png +0 -0
  24. package/ezuikit_static/rec/datepicker.js +1522 -0
  25. package/ezuikit_static/rec/datepicker.min.css +36 -0
  26. package/ezuikit_static/rec/datepicker.zh-CN.js +19 -0
  27. package/ezuikit_static/rec/jquery.min.js +2 -0
  28. package/ezuikit_static/speed/speed.css +145 -0
  29. package/ezuikit_static/talk/adapeter.js +5497 -0
  30. package/ezuikit_static/talk/janus.js +3507 -0
  31. package/ezuikit_static/talk/tts-v4.js +343 -0
  32. package/package.json +3 -2
@@ -0,0 +1,354 @@
1
+ .BMap_noprint button[title="倾斜"] {
2
+ display: none;
3
+ }
4
+ .BMap_noprint button[title="恢复"] {
5
+ display: none;
6
+ }
7
+ /* .anchorBL{
8
+ display:none;
9
+ } */
10
+ .BMap_cpyCtrl {
11
+ display: none;
12
+ }
13
+
14
+ .inspect-event-item {
15
+ padding-left: 12.5px;
16
+ position: relative;
17
+ border-left: 1px solid #d9d9d9;
18
+ margin-left: 20.5px;
19
+ padding-bottom: 16px;
20
+ color: #595959;
21
+ }
22
+
23
+ .inspect-event-item:last-child {
24
+ border-left: 1px solid transparent;
25
+ }
26
+
27
+ .inspect-event-item-header-wrap {
28
+ margin-top: -4px;
29
+ }
30
+ .inspect-event-item:first-child .inspect-event-item-header-wrap{
31
+ padding-top: 0;
32
+ }
33
+
34
+ .inspect-event-item-header {
35
+ width: 240px;
36
+ height: 32px;
37
+ background: #F5F5F5;
38
+ display: flex;
39
+ align-items: center;
40
+ justify-content: space-between;
41
+ cursor: pointer;
42
+ }
43
+
44
+ .inspect-event-item-header-left {
45
+ display: flex;
46
+ align-items: center;
47
+ padding-left: 9px;
48
+ }
49
+
50
+ .inspect-event-item-header-right, .inspect-event-item-body-info-opr {
51
+ padding-right: 8px;
52
+ }
53
+ .inspect-event-item-body-info-opr-icon{
54
+ color: #595959;
55
+ cursor: pointer;
56
+ }
57
+ .inspect-event-item-body-info-opr-icon:hover{
58
+ color: #407AFF;
59
+ }
60
+ .inspect-event-item-header-toggle {
61
+ width: 16px;
62
+ height: 32px;
63
+ cursor: pointer;
64
+ display: block;
65
+ padding: 8px 0;
66
+ box-sizing: border-box;
67
+ }
68
+
69
+ .inspect-event-item-time {
70
+ padding-left: 9px;
71
+ }
72
+
73
+ .inspect-event-item-status-wrap {
74
+ position: absolute;
75
+ height: 28px;
76
+ background: #fff;
77
+ top: 4px;
78
+ left: -5.5px;
79
+ }
80
+ .inspect-event-item:first-child .inspect-event-item-status-wrap {
81
+ top: 0;
82
+ padding-top: 5px;
83
+ }
84
+
85
+ .inspect-event-item-status {
86
+ width: 10px;
87
+ height: 10px;
88
+ background: #407AFF;
89
+ border-radius: 100%;
90
+ display: inline-block;
91
+ }
92
+
93
+ .storage .inspect-event-item-status {
94
+ background: #FAAD14;
95
+ }
96
+
97
+ .storage-error .inspect-event-item-status{
98
+ background: #FF4D4F;
99
+ }
100
+ .storage-error .inspect-event-item-header-left,
101
+ .storage-error .inspect-event-item-time {
102
+ color: #FF4D4F;
103
+ }
104
+
105
+ .inspect-event-item-time {
106
+ font-size: 12px;
107
+ color: #262626;
108
+ }
109
+
110
+ .inspect-event-item-body {
111
+ width: 240px;
112
+ background: #FAFAFA;
113
+ padding-top: 8px;
114
+
115
+ }
116
+ .inspect-event-item-img {
117
+ width: 224px;
118
+ height: 126px;
119
+ margin: 0 8px;
120
+ display: block;
121
+ cursor: pointer;
122
+ }
123
+
124
+ .inspect-event-item-body-info {
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: space-between;
128
+ }
129
+
130
+ .inspect-event-item-body-info-tag {
131
+ max-width: 140px;
132
+ background: #FFF1F0;
133
+ border-radius: 2px;
134
+ text-align: center;
135
+ margin: 8px;
136
+ height: 24px;
137
+ line-height: 24px;
138
+ padding: 0 8px;
139
+ overflow: hidden;
140
+ text-overflow: ellipsis;
141
+ white-space: nowrap;
142
+ }
143
+
144
+ .inspect-event-item-body-info-tag-label{
145
+ font-size: 12px;
146
+ color: #FF4D4F;
147
+ }
148
+
149
+
150
+ .inspect-event-detail-wrap {
151
+ width: 0;
152
+ overflow: auto;
153
+ padding: 0;
154
+ box-sizing: border-box;
155
+ position: absolute;
156
+ top: 0;
157
+ right: 0;
158
+ z-index: 9;
159
+ background: #ffffff;
160
+ transition: width 0.15s ease 0s;
161
+ }
162
+
163
+ .inspect-event-detail-wrap.show {
164
+ width: 290px;
165
+ }
166
+
167
+ .inspectEventDetail-header {
168
+ display: flex;
169
+ align-items: center;
170
+ padding: 16px 16px;
171
+ }
172
+
173
+ .inspectEventDetail-back {
174
+ fill: #595959;
175
+ cursor: pointer;
176
+ margin-right: 8px;
177
+ display: flex;
178
+ align-items: center;
179
+ }
180
+
181
+ .inspectEventDetail-type {
182
+ height: 22px;
183
+ font-size: 14px;
184
+ color: #262626;
185
+ line-height: 22px;
186
+ font-weight: bold;
187
+ }
188
+ .inspectEventDetail-content {
189
+ padding: 0 16px 24px;
190
+ box-sizing: border-box;
191
+ }
192
+
193
+ .inspectEventDetail-content-info {
194
+ font-size: 14px;
195
+ color: #262626;
196
+ line-height: 22px;
197
+ overflow: hidden;
198
+ }
199
+
200
+ .inspectEventDetail-content-info-item-title {
201
+ margin: 24px 0 4px;
202
+ }
203
+
204
+ .inspectEventDetail-content-info-item-value {
205
+ color: #595959;
206
+ }
207
+
208
+ .inspectEventDetail-content-info-item-title-required:before {
209
+ display: inline-block;
210
+ margin-right: 4px;
211
+ color: #ff4d4f;
212
+ font-size: 14px;
213
+ font-family: SimSun,sans-serif;
214
+ line-height: 1;
215
+ content: "*";
216
+ }
217
+
218
+ .inspectEventDetail-footer {
219
+ position: absolute;
220
+ bottom: 0;
221
+ left: 0;
222
+ background: #fff;
223
+ padding: 16px 0;
224
+ right: 0;
225
+ text-align: center;
226
+ }
227
+
228
+ .inspectEventDetail-footer-btn {
229
+ margin: 0 4px;
230
+ }
231
+
232
+ .inspectEventDetail-content-img-tips,
233
+ .inspectEventDetail-content-video-tips {
234
+ font-size: 14px;
235
+ color: #407AFF;
236
+ line-height: 22px;
237
+ margin: 0 0 8px;
238
+ }
239
+
240
+ .inspectEventDetail-content-img-detail,
241
+ .inspectEventDetail-content-video-detail {
242
+ display: block;
243
+ width: 224px;
244
+ height: 126px;
245
+ cursor: pointer;
246
+ }
247
+
248
+ .video-stroage-exceptional-status-tips-wrap {
249
+ width: 100%;
250
+ height: 100%;
251
+ color: #fff;
252
+ text-align: center;
253
+ cursor: default;
254
+ }
255
+
256
+ .video-stroage-exceptional-status-icon {
257
+ font-size: 16px;
258
+ padding: 40px 0 0px;
259
+ display: flex;
260
+ justify-content: center;
261
+ }
262
+
263
+ .video-stroage-exceptional-status-tips-error .video-stroage-exceptional-status-icon{
264
+ padding: 40px 0 8px;
265
+ }
266
+
267
+ .video-stroage-exceptional-status-tips {
268
+ font-size: 14px;
269
+ line-height: 22px;
270
+ }
271
+
272
+ .inspectEventDetail-content-video-timer {
273
+ display: flex;
274
+ align-items: center;
275
+ }
276
+
277
+ .video-recording-time-wrap {
278
+ height: 24px;
279
+ background: #FF5C5C;
280
+ border-radius: 12px;
281
+ padding: 0 24px;
282
+ line-height: 24px;
283
+ display: flex;
284
+ align-items: center;
285
+ color: #fff;
286
+ }
287
+
288
+ .video-recording-time {
289
+ font-size: 14px;
290
+ color: #FFFFFF;
291
+ letter-spacing: 0;
292
+ font-weight: 400;
293
+ margin-left: 8px;
294
+ }
295
+
296
+ .inspectEventDetail-stop-btn {
297
+ margin-left: 12px;
298
+ }
299
+
300
+ .inspectEventDetail-delete-confirm,
301
+ .inspectEventDetail-back-confirm {
302
+ width: 288px;
303
+ padding: 12px 8px;
304
+ box-sizing: border-box;
305
+ }
306
+ .inspectEventDetail-delete-confirm-title,
307
+ .inspectEventDetail-back-confirm-title {
308
+ display: flex;
309
+ }
310
+
311
+ .inspectEventDetail-delete-confirm-title-label,
312
+ .inspectEventDetail-back-confirm-title-label {
313
+ font-size: 16px;
314
+ color: #262626;
315
+ line-height: 24px;
316
+ font-weight: bold;
317
+ }
318
+
319
+ .inspectEventDetail-delete-confirm-title svg,
320
+ .inspectEventDetail-back-confirm-title svg {
321
+ color: #FAAD14 ;
322
+ margin-right: 16px;
323
+ }
324
+ .inspectEventDetail-delete-confirm-btns,
325
+ .inspectEventDetail-back-confirm-btns {
326
+ margin: 24px 0 0;
327
+ text-align: right;
328
+ }
329
+
330
+ .inspectEventDetail-delete-confirm-btns .ezuikit-btn,
331
+ .inspectEventDetail-back-confirm-btns .ezuikit-btn {
332
+ margin: 0 4px;
333
+ }
334
+
335
+ /* .inspect-event-box及其子元素滚动条效果设置 */
336
+
337
+
338
+ .inspect-event-box::-webkit-scrollbar,
339
+ .inspect-event-box *::-webkit-scrollbar {
340
+ width: 10px
341
+ }
342
+
343
+ .inspect-event-box::-webkit-scrollbar-thumb,
344
+ .inspect-event-box *::-webkit-scrollbar-thumb {
345
+ border-radius: 10px!important;
346
+ -webkit-box-shadow: inset 0 0 5px #8C8C8C!important;
347
+ background: #8C8C8C!important;
348
+ border: 3px solid #fff!important
349
+ }
350
+
351
+ .inspect-event-box::-webkit-scrollbar-track,
352
+ .inspect-event-box *::-webkit-scrollbar-track {
353
+ border-radius: 0
354
+ }
@@ -0,0 +1,105 @@
1
+ .footer-controls .theme-icon-item {
2
+ margin: 0 1%;
3
+ }
4
+ .footer-controls.themeEditing .theme-icon-item {
5
+ position: relative;
6
+ /* margin: 0 8px; */
7
+ }
8
+ .footer-controls .footer-controls-left{
9
+ margin-left: 12px;
10
+ }
11
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item {
12
+ /* margin-left: 12px; */
13
+ }
14
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item {
15
+ /* margin-right: 12px; */
16
+ }
17
+ .footer-controls .theme-icon-item .icon-move {
18
+ display: none;
19
+ }
20
+ .footer-controls.themeEditing .theme-icon-item:hover .icon-move {
21
+ display: block;
22
+ }
23
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:first-child .icon-move.left{
24
+ display: none;
25
+ }
26
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right{
27
+ display: none;
28
+ }
29
+ .footer-controls.themeEditing .theme-icon-item:first-child .icon-move.left{
30
+ display: none;
31
+ }
32
+ .footer-controls.themeEditing .theme-icon-item:nth-last-child(1) .icon-move.right{
33
+ display: none;
34
+ }
35
+ .footer-controls .footer-controls-right {
36
+ margin-right: 12px;
37
+ }
38
+
39
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:first-child .icon-move.left{
40
+ display: none;
41
+ }
42
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right{
43
+ display: none;
44
+ }
45
+
46
+ .header-controls .theme-icon-item {
47
+ margin: 0 1%;
48
+ }
49
+ .header-controls.themeEditing .theme-icon-item {
50
+ position: relative;
51
+ /* margin: 0 8px; */
52
+ }
53
+ .header-controls.themeEditing .header-controls-left {
54
+ margin-left: 12px;
55
+ }
56
+ .header-controls.themeEditing .header-controls-right {
57
+ margin-right: 12px;
58
+ }
59
+ .header-controls .theme-icon-item .icon-move {
60
+ display: none;
61
+ }
62
+ .header-controls.themeEditing .theme-icon-item:hover .icon-move {
63
+ display: block;
64
+ }
65
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:first-child .icon-move.left{
66
+ display: none;
67
+ }
68
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right{
69
+ display: none;
70
+ }
71
+
72
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:first-child .icon-move.left{
73
+ display: none;
74
+ }
75
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right{
76
+ display: none;
77
+ }
78
+
79
+
80
+ .time-area {
81
+ position: absolute;
82
+ color: #FFFFFF;
83
+ width: 68px;
84
+ height: 24px;
85
+ line-height: 24px;
86
+ background: #00000050;
87
+ border-radius: 12px;
88
+ display: none;
89
+ align-content: center;
90
+ left: calc(50% - 34px);
91
+ top: -30px;
92
+ align-items: center;
93
+ justify-content: space-around;
94
+ padding-left: 4px;
95
+ z-index: 9999999;
96
+
97
+ }
98
+ .time-area .dot {
99
+ display: inline-block;
100
+ width: 8px;
101
+ height: 8px;
102
+ background: red;
103
+ border-radius: 100%;
104
+ margin: 0 4px 1px 4px;
105
+ }
@@ -0,0 +1,121 @@
1
+ .footer-controls .theme-icon-item {
2
+ margin: 0 1%;
3
+ }
4
+ .footer-controls.themeEditing .theme-icon-item {
5
+ position: relative;
6
+ /* margin: 0 8px; */
7
+ }
8
+ .footer-controls .footer-controls-left{
9
+ margin-left: 12px;
10
+ }
11
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item {
12
+ /* margin-left: 12px; */
13
+ }
14
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item {
15
+ /* margin-right: 12px; */
16
+ }
17
+ .footer-controls .theme-icon-item .icon-move {
18
+ display: none;
19
+ }
20
+ .footer-controls.themeEditing .theme-icon-item:hover .icon-move {
21
+ display: block;
22
+ }
23
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:first-child .icon-move.left{
24
+ display: none;
25
+ }
26
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right{
27
+ display: none;
28
+ }
29
+ .footer-controls .footer-controls-right {
30
+ margin-right: 12px;
31
+ }
32
+
33
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:first-child .icon-move.left{
34
+ display: none;
35
+ }
36
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right{
37
+ display: none;
38
+ }
39
+
40
+ .header-controls .theme-icon-item {
41
+ margin: 0 1%;
42
+ }
43
+ .header-controls.themeEditing .theme-icon-item {
44
+ position: relative;
45
+ /* margin: 0 8px; */
46
+ }
47
+ .header-controls.themeEditing .header-controls-left {
48
+ margin-left: 12px;
49
+ }
50
+ .header-controls.themeEditing .header-controls-right {
51
+ margin-right: 12px;
52
+ }
53
+ .header-controls .theme-icon-item .icon-move {
54
+ display: none;
55
+ }
56
+ .header-controls.themeEditing .theme-icon-item:hover .icon-move {
57
+ display: block;
58
+ }
59
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:first-child .icon-move.left{
60
+ display: none;
61
+ }
62
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right{
63
+ display: none;
64
+ }
65
+
66
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:first-child .icon-move.left{
67
+ display: none;
68
+ }
69
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right{
70
+ display: none;
71
+ }
72
+
73
+
74
+ .time-area {
75
+ position: absolute;
76
+ color: #FFFFFF;
77
+ width: 68px;
78
+ height: 24px;
79
+ line-height: 24px;
80
+ background: #00000050;
81
+ border-radius: 12px;
82
+ display: none;
83
+ align-content: center;
84
+ left: calc(50% - 34px);
85
+ top: -30px;
86
+ align-items: center;
87
+ justify-content: space-around;
88
+ padding-left: 4px;
89
+ z-index: 9999999;
90
+
91
+ }
92
+ .time-area .dot {
93
+ display: inline-block;
94
+ width: 8px;
95
+ height: 8px;
96
+ background: red;
97
+ border-radius: 100%;
98
+ margin: 0 4px 1px 4px;
99
+ }
100
+
101
+
102
+ /* .footer-controls.themeEditing .theme-icon-item {
103
+ position: relative;
104
+ margin: 0 8px;
105
+ }
106
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
107
+ display: none!important;
108
+ }
109
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(2) .ezuikit-theme-icon >span:nth-child(3){
110
+ display: none!important;
111
+ }
112
+
113
+ .footer-controls.themeEditing .theme-icon-item:hover .ezuikit-theme-icon {
114
+ display: block!important;
115
+ }
116
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
117
+ display: none!important;
118
+ }
119
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .ezuikit-theme-icon >span:nth-child(3){
120
+ display: none!important;
121
+ } */
Binary file
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="1920px" height="1080px" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>视频背景图</title>
4
+ <defs>
5
+ <rect id="path-1" x="0" y="0" width="1920" height="1080"></rect>
6
+ <filter x="0.0%" y="0.0%" width="100.0%" height="100.0%" filterUnits="objectBoundingBox" id="filter-2">
7
+ <feGaussianBlur stdDeviation="0" in="SourceGraphic"></feGaussianBlur>
8
+ </filter>
9
+ <linearGradient x1="6.42733681%" y1="61.4046072%" x2="84.9937231%" y2="19.1492851%" id="linearGradient-4">
10
+ <stop stop-color="#9DC2FE" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#648FFC" stop-opacity="0.129889642" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="91.8908498%" y1="82.8715916%" x2="45.1536245%" y2="-4.31442764%" id="linearGradient-5">
14
+ <stop stop-color="#9DC2FE" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#648FFC" stop-opacity="0.129889642" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="94.5535203%" y1="72.2238976%" x2="-8.96417241%" y2="9.01768502%" id="linearGradient-6">
18
+ <stop stop-color="#9DC2FE" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#648FFC" stop-opacity="0.129889642" offset="100%"></stop>
20
+ </linearGradient>
21
+ </defs>
22
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
+ <g id="Cam-Thumbnail">
24
+ <mask id="mask-3" fill="white">
25
+ <use xlink:href="#path-1"></use>
26
+ </mask>
27
+ <use id="Cam-Mask" fill="#18191C" filter="url(#filter-2)" xlink:href="#path-1"></use>
28
+ <circle id="椭圆形" fill="url(#linearGradient-4)" mask="url(#mask-3)" cx="1868.8" cy="870.4" r="394.24"></circle>
29
+ <circle id="椭圆形备份-2" fill="url(#linearGradient-5)" mask="url(#mask-3)" cx="0" cy="143.36" r="394.24"></circle>
30
+ <ellipse id="椭圆形备份-3" fill-opacity="0.45" fill="url(#linearGradient-6)" mask="url(#mask-3)" cx="427.52" cy="350.72" rx="161.28" ry="158.72"></ellipse>
31
+ </g>
32
+ </g>
33
+ </svg>
Binary file
Binary file
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 225 126" style="enable-background:new 0 0 225 126;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F5F5F5;}
7
+ .st1{filter:url(#Adobe_OpacityMaskFilter);}
8
+ .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
9
+ .st3{mask:url(#mask-2_1_);}
10
+ .st4{fill:#BFBFBF;}
11
+ .st5{filter:url(#Adobe_OpacityMaskFilter_1_);}
12
+ .st6{mask:url(#mask-2_2_);}
13
+ </style>
14
+ <title>加载失败@3x</title>
15
+ <rect x="0.7" class="st0" width="224" height="126"/>
16
+ <defs>
17
+ <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="95.1" y="48.4" width="18.7" height="29.2">
18
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
19
+ </filter>
20
+ </defs>
21
+ <mask maskUnits="userSpaceOnUse" x="95.1" y="48.4" width="18.7" height="29.2" id="mask-2_1_">
22
+ <g class="st1">
23
+ <rect id="path-1_1_" x="0.7" class="st2" width="224" height="126"/>
24
+ </g>
25
+ </mask>
26
+ <g class="st3">
27
+ <g id="形状结合" transform="translate(94.326510, 48.000000)">
28
+ <path class="st4" d="M16.7,0.4c0.1,0,0.2,0,0.2,0l-0.6,2.5L5,2.9c-0.9,0-1.7,0.7-1.7,1.6l0,0.1v12.5l6.4-4.5c1-0.7,2.3-0.7,3.3,0
29
+ l0.2,0.1l6.4,5l-0.8,2.6l-7.1-5.6c-0.1-0.1-0.3-0.1-0.4-0.1l-0.1,0l-7.8,5.5v5.2c0,0.9,0.7,1.6,1.6,1.7l0.2,0l11.7,0l-0.7,2.5
30
+ L5,29.6c-2.3,0-4.1-1.8-4.2-4l0-0.2V4.6c0-2.3,1.8-4.1,4-4.2l0.2,0H16.7z"/>
31
+ </g>
32
+ </g>
33
+ <defs>
34
+ <filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="112.8" y="48.4" width="17.3" height="29.2">
35
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
36
+ </filter>
37
+ </defs>
38
+ <mask maskUnits="userSpaceOnUse" x="112.8" y="48.4" width="17.3" height="29.2" id="mask-2_2_">
39
+ <g class="st5">
40
+ <rect id="path-1_2_" x="0.7" class="st2" width="224" height="126"/>
41
+ </g>
42
+ </mask>
43
+ <g class="st6">
44
+
45
+ <g transform="translate(121.479530, 63.000000) rotate(-360.000000) translate(-121.479530, -63.000000) translate(111.979530, 48.000000)">
46
+ <path class="st4" d="M13.9,0.4c2.3,0,4.1,1.8,4.2,4l0,0.2v20.7c0,2.3-1.8,4.1-4,4.2l-0.2,0l-13.1,0l0.7-2.5l12.3,0
47
+ c0.9,0,1.7-0.7,1.7-1.6l0-0.1V4.6c0-0.9-0.8-1.7-1.8-1.7l-12.6,0l0.6-2.5L13.9,0.4z M4.4,17.7l6.8,5.3c0.5,0.4,0.6,1.2,0.2,1.8
48
+ c-0.4,0.5-1.1,0.6-1.6,0.3L9.6,25l-6-4.7L4.4,17.7z M8.6,5.4c2.5,0,4.6,2.1,4.6,4.6s-2.1,4.6-4.6,4.6S4,12.5,4,10S6,5.4,8.6,5.4z
49
+ M8.6,7.9c-1.2,0-2.1,0.9-2.1,2.1s0.9,2.1,2.1,2.1c1.2,0,2.1-0.9,2.1-2.1S9.7,7.9,8.6,7.9z"/>
50
+ </g>
51
+ </g>
52
+ </svg>
Binary file