matrix_components 2.0.300

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 (68) hide show
  1. package/README.md +438 -0
  2. package/dist/ComponentDemo/DialogDemo.vue +208 -0
  3. package/dist/ComponentDemo/ExcelDemo.vue +263 -0
  4. package/dist/ComponentDemo/OfficeDemo.vue +189 -0
  5. package/dist/ComponentDemo/PdfDemo.vue +207 -0
  6. package/dist/ComponentDemo/Test.vue +6 -0
  7. package/dist/ComponentDemo/VideoDemo.vue +273 -0
  8. package/dist/ComponentDemo/WordDemo.vue +191 -0
  9. package/dist/cdn/ezuikit/ezuikit.js +27 -0
  10. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +168 -0
  11. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +168 -0
  12. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +21 -0
  13. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
  14. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.worker.js +1 -0
  15. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +21 -0
  16. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
  17. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.worker.js +1 -0
  18. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +21 -0
  19. package/dist/cdn/ezuikit/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
  20. package/dist/cdn/ezuikit/ezuikit_static/css/component.css +1257 -0
  21. package/dist/cdn/ezuikit/ezuikit_static/css/inspectTheme.css +354 -0
  22. package/dist/cdn/ezuikit/ezuikit_static/css/theme copy.css +126 -0
  23. package/dist/cdn/ezuikit/ezuikit_static/css/theme.css +140 -0
  24. package/dist/cdn/ezuikit/ezuikit_static/imgs/bg.png +0 -0
  25. package/dist/cdn/ezuikit/ezuikit_static/imgs/bg.svg +33 -0
  26. package/dist/cdn/ezuikit/ezuikit_static/imgs/empty.png +0 -0
  27. package/dist/cdn/ezuikit/ezuikit_static/imgs/end.png +0 -0
  28. package/dist/cdn/ezuikit/ezuikit_static/imgs/fallback.svg +52 -0
  29. package/dist/cdn/ezuikit/ezuikit_static/imgs/start.png +0 -0
  30. package/dist/cdn/ezuikit/ezuikit_static/rec/datepicker.js +1522 -0
  31. package/dist/cdn/ezuikit/ezuikit_static/rec/datepicker.min.css +36 -0
  32. package/dist/cdn/ezuikit/ezuikit_static/rec/datepicker.zh-CN.js +19 -0
  33. package/dist/cdn/ezuikit/ezuikit_static/rec/jquery.min.js +2 -0
  34. package/dist/cdn/ezuikit/ezuikit_static/speed/speed.css +145 -0
  35. package/dist/cdn/ezuikit/ezuikit_static/talk/adapeter.js +5497 -0
  36. package/dist/cdn/ezuikit/ezuikit_static/talk/janus.js +3507 -0
  37. package/dist/cdn/ezuikit/ezuikit_static/talk/tts-v4.js +343 -0
  38. package/dist/cdn/ezuikit.js +27 -0
  39. package/dist/cdn/h5player/h5player.min.js +313 -0
  40. package/dist/cdn/h5player/playctrl1/DecodeWorker.js +642 -0
  41. package/dist/cdn/h5player/playctrl1/Decoder.js +1 -0
  42. package/dist/cdn/h5player/playctrl1simd/DecodeWorker.js +642 -0
  43. package/dist/cdn/h5player/playctrl1simd/Decoder.js +1 -0
  44. package/dist/cdn/h5player/playctrl2/Decoder.js +21 -0
  45. package/dist/cdn/h5player/playctrl2/Decoder.wasm +0 -0
  46. package/dist/cdn/h5player/playctrl2/Decoder.worker.js +1 -0
  47. package/dist/cdn/h5player/playctrl3/Decoder.js +21 -0
  48. package/dist/cdn/h5player/playctrl3/Decoder.wasm +0 -0
  49. package/dist/cdn/h5player/playctrl3/Decoder.worker.js +1 -0
  50. package/dist/cdn/h5player/talk/AudioInterCom.js +21 -0
  51. package/dist/cdn/h5player/talk/AudioInterCom.wasm +0 -0
  52. package/dist/cdn/h5player/talkW/AudioInterCom.js +21 -0
  53. package/dist/cdn/h5player/talkW/AudioInterCom.wasm +0 -0
  54. package/dist/cdn/h5player/talkW/AudioInterCom.worker.js +1 -0
  55. package/dist/cdn/h5player/transform/libSystemTransform.js +6525 -0
  56. package/dist/cdn/h5player/transform/libSystemTransform.wasm +0 -0
  57. package/dist/cdn/h5player/transform/systemTransform-worker.js +120 -0
  58. package/dist/cdn/md5.js +254 -0
  59. package/dist/favicon.ico +0 -0
  60. package/dist/js/EasyPlayer-decode.js +1 -0
  61. package/dist/js/EasyPlayer-lib.js +1 -0
  62. package/dist/js/EasyPlayer-pro.js +1 -0
  63. package/dist/js/EasyPlayer-pro.wasm +0 -0
  64. package/dist/js/EasyPlayer-snap.wasm +0 -0
  65. package/dist/matrix_components.css +1 -0
  66. package/dist/matrix_components.js +60018 -0
  67. package/dist/matrix_components.umd.cjs +1 -0
  68. package/package.json +81 -0
@@ -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,126 @@
1
+ .footer-controls .theme-icon-item {
2
+ margin: 0 1%;
3
+ }
4
+
5
+ .footer-controls.themeEditing .theme-icon-item {
6
+ position: relative;
7
+ /* margin: 0 8px; */
8
+ }
9
+
10
+ .footer-controls .footer-controls-left {
11
+ margin-left: 12px;
12
+ }
13
+
14
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item {
15
+ /* margin-left: 12px; */
16
+ }
17
+
18
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item {
19
+ /* margin-right: 12px; */
20
+ }
21
+
22
+ .footer-controls .theme-icon-item .icon-move {
23
+ display: none;
24
+ }
25
+
26
+ .footer-controls.themeEditing .theme-icon-item:hover .icon-move {
27
+ display: block;
28
+ }
29
+
30
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:first-child .icon-move.left {
31
+ display: none;
32
+ }
33
+
34
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right {
35
+ display: none;
36
+ }
37
+
38
+ .footer-controls.themeEditing .theme-icon-item:first-child .icon-move.left {
39
+ display: none;
40
+ }
41
+
42
+ .footer-controls.themeEditing .theme-icon-item:nth-last-child(1) .icon-move.right {
43
+ display: none;
44
+ }
45
+
46
+ .footer-controls .footer-controls-right {
47
+ margin-right: 12px;
48
+ }
49
+
50
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:first-child .icon-move.left {
51
+ display: none;
52
+ }
53
+
54
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right {
55
+ display: none;
56
+ }
57
+
58
+ .header-controls .theme-icon-item {
59
+ margin: 0 1%;
60
+ }
61
+
62
+ .header-controls.themeEditing .theme-icon-item {
63
+ position: relative;
64
+ /* margin: 0 8px; */
65
+ }
66
+
67
+ .header-controls.themeEditing .header-controls-left {
68
+ margin-left: 12px;
69
+ }
70
+
71
+ .header-controls.themeEditing .header-controls-right {
72
+ margin-right: 12px;
73
+ }
74
+
75
+ .header-controls .theme-icon-item .icon-move {
76
+ display: none;
77
+ }
78
+
79
+ .header-controls.themeEditing .theme-icon-item:hover .icon-move {
80
+ display: block;
81
+ }
82
+
83
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:first-child .icon-move.left {
84
+ display: none;
85
+ }
86
+
87
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right {
88
+ display: none;
89
+ }
90
+
91
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:first-child .icon-move.left {
92
+ display: none;
93
+ }
94
+
95
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right {
96
+ display: none;
97
+ }
98
+
99
+
100
+ .time-area {
101
+ position: absolute;
102
+ color: #FFFFFF;
103
+ width: 68px;
104
+ height: 24px;
105
+ line-height: 24px;
106
+ background: rgba(0, 0, 0, 0.5);
107
+ border-radius: 12px;
108
+ display: none;
109
+ align-content: center;
110
+ left: calc(50% - 34px);
111
+ top: -30px;
112
+ align-items: center;
113
+ justify-content: space-around;
114
+ padding-left: 4px;
115
+ z-index: 9999999;
116
+
117
+ }
118
+
119
+ .time-area .dot {
120
+ display: inline-block;
121
+ width: 8px;
122
+ height: 8px;
123
+ background: red;
124
+ border-radius: 100%;
125
+ margin: 0 4px 1px 4px;
126
+ }
@@ -0,0 +1,140 @@
1
+ .footer-controls .theme-icon-item {
2
+ margin: 0 1%;
3
+ }
4
+
5
+ .footer-controls.themeEditing .theme-icon-item {
6
+ position: relative;
7
+ /* margin: 0 8px; */
8
+ }
9
+
10
+ .footer-controls .footer-controls-left {
11
+ margin-left: 12px;
12
+ }
13
+
14
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item {
15
+ /* margin-left: 12px; */
16
+ }
17
+
18
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item {
19
+ /* margin-right: 12px; */
20
+ }
21
+
22
+ .footer-controls .theme-icon-item .icon-move {
23
+ display: none;
24
+ }
25
+
26
+ .footer-controls.themeEditing .theme-icon-item:hover .icon-move {
27
+ display: block;
28
+ }
29
+
30
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:first-child .icon-move.left {
31
+ display: none;
32
+ }
33
+
34
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right {
35
+ display: none;
36
+ }
37
+
38
+ .footer-controls .footer-controls-right {
39
+ margin-right: 12px;
40
+ }
41
+
42
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:first-child .icon-move.left {
43
+ display: none;
44
+ }
45
+
46
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right {
47
+ display: none;
48
+ }
49
+
50
+ .header-controls .theme-icon-item {
51
+ margin: 0 1%;
52
+ }
53
+
54
+ .header-controls.themeEditing .theme-icon-item {
55
+ position: relative;
56
+ /* margin: 0 8px; */
57
+ }
58
+
59
+ .header-controls.themeEditing .header-controls-left {
60
+ margin-left: 12px;
61
+ }
62
+
63
+ .header-controls.themeEditing .header-controls-right {
64
+ margin-right: 12px;
65
+ }
66
+
67
+ .header-controls .theme-icon-item .icon-move {
68
+ display: none;
69
+ }
70
+
71
+ .header-controls.themeEditing .theme-icon-item:hover .icon-move {
72
+ display: block;
73
+ }
74
+
75
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:first-child .icon-move.left {
76
+ display: none;
77
+ }
78
+
79
+ .header-controls.themeEditing .header-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right {
80
+ display: none;
81
+ }
82
+
83
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:first-child .icon-move.left {
84
+ display: none;
85
+ }
86
+
87
+ .header-controls.themeEditing .header-controls-right .theme-icon-item:nth-last-child(1) .icon-move.right {
88
+ display: none;
89
+ }
90
+
91
+
92
+ .time-area {
93
+ position: absolute;
94
+ color: #FFFFFF;
95
+ width: 68px;
96
+ height: 24px;
97
+ line-height: 24px;
98
+ background: rgba(0, 0, 0, 0.5);
99
+ border-radius: 12px;
100
+ display: none;
101
+ align-content: center;
102
+ left: calc(50% - 34px);
103
+ top: -30px;
104
+ align-items: center;
105
+ justify-content: space-around;
106
+ padding-left: 4px;
107
+ z-index: 9999999;
108
+
109
+ }
110
+
111
+ .time-area .dot {
112
+ display: inline-block;
113
+ width: 8px;
114
+ height: 8px;
115
+ background: red;
116
+ border-radius: 100%;
117
+ margin: 0 4px 1px 4px;
118
+ }
119
+
120
+
121
+ /* .footer-controls.themeEditing .theme-icon-item {
122
+ position: relative;
123
+ margin: 0 8px;
124
+ }
125
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
126
+ display: none!important;
127
+ }
128
+ .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(2) .ezuikit-theme-icon >span:nth-child(3){
129
+ display: none!important;
130
+ }
131
+
132
+ .footer-controls.themeEditing .theme-icon-item:hover .ezuikit-theme-icon {
133
+ display: block!important;
134
+ }
135
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
136
+ display: none!important;
137
+ }
138
+ .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .ezuikit-theme-icon >span:nth-child(3){
139
+ display: none!important;
140
+ } */
@@ -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>
@@ -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>