ezuikit-js 8.2.0 → 8.2.1-beta.1

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.
@@ -1,354 +0,0 @@
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
- }
@@ -1,167 +0,0 @@
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
31
- .footer-controls-left
32
- .theme-icon-item:first-child
33
- .icon-move.left {
34
- display: none;
35
- }
36
-
37
- .footer-controls.themeEditing
38
- .footer-controls-left
39
- .theme-icon-item:nth-last-child(1)
40
- .icon-move.right {
41
- display: none;
42
- }
43
-
44
- .footer-controls .footer-controls-right {
45
- margin-right: 12px;
46
- }
47
-
48
- .footer-controls.themeEditing
49
- .footer-controls-right
50
- .theme-icon-item:first-child
51
- .icon-move.left {
52
- display: none;
53
- }
54
-
55
- .footer-controls.themeEditing
56
- .footer-controls-right
57
- .theme-icon-item:nth-last-child(1)
58
- .icon-move.right {
59
- display: none;
60
- }
61
-
62
- .footer-controls .theme-icon-item-icon {
63
- position: relative;
64
- }
65
-
66
- .header-controls .theme-icon-item {
67
- margin: 0 1%;
68
- }
69
-
70
- .header-controls.themeEditing .theme-icon-item {
71
- position: relative;
72
- /* margin: 0 8px; */
73
- }
74
-
75
- .header-controls.themeEditing .header-controls-left {
76
- margin-left: 12px;
77
- }
78
-
79
- .header-controls.themeEditing .header-controls-right {
80
- margin-right: 12px;
81
- }
82
-
83
- .header-controls .theme-icon-item .icon-move {
84
- display: none;
85
- }
86
-
87
- .header-controls.themeEditing .theme-icon-item:hover .icon-move {
88
- display: block;
89
- }
90
-
91
- .header-controls.themeEditing
92
- .header-controls-left
93
- .theme-icon-item:first-child
94
- .icon-move.left {
95
- display: none;
96
- }
97
-
98
- .header-controls.themeEditing
99
- .header-controls-left
100
- .theme-icon-item:nth-last-child(1)
101
- .icon-move.right {
102
- display: none;
103
- }
104
-
105
- .header-controls.themeEditing
106
- .header-controls-right
107
- .theme-icon-item:first-child
108
- .icon-move.left {
109
- display: none;
110
- }
111
-
112
- .header-controls.themeEditing
113
- .header-controls-right
114
- .theme-icon-item:nth-last-child(1)
115
- .icon-move.right {
116
- display: none;
117
- }
118
-
119
- .time-area {
120
- position: absolute;
121
- color: #ffffff;
122
- width: 68px;
123
- height: 24px;
124
- line-height: 24px;
125
- background: rgba(0, 0, 0, 0.5);
126
- border-radius: 12px;
127
- display: none;
128
- align-content: center;
129
- left: calc(50% - 34px);
130
- top: -30px;
131
- align-items: center;
132
- justify-content: space-around;
133
- padding-left: 4px;
134
- padding-right: 6px;
135
- z-index: 9999999;
136
- user-select: none;
137
- }
138
-
139
- .time-area .dot {
140
- display: inline-block;
141
- width: 8px;
142
- height: 8px;
143
- background: red;
144
- border-radius: 100%;
145
- margin: 0 4px 1px 4px;
146
- }
147
-
148
- /* .footer-controls.themeEditing .theme-icon-item {
149
- position: relative;
150
- margin: 0 8px;
151
- }
152
- .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
153
- display: none!important;
154
- }
155
- .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(2) .ezuikit-theme-icon >span:nth-child(3){
156
- display: none!important;
157
- }
158
-
159
- .footer-controls.themeEditing .theme-icon-item:hover .ezuikit-theme-icon {
160
- display: block!important;
161
- }
162
- .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
163
- display: none!important;
164
- }
165
- .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .ezuikit-theme-icon >span:nth-child(3){
166
- display: none!important;
167
- } */
Binary file
@@ -1,33 +0,0 @@
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
@@ -1,52 +0,0 @@
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
@@ -1,17 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : typeof define === 'function' && define.amd ? define(['jquery'], factory) : factory(global.jQuery);
3
- })(this, function ($) {
4
- 'use strict';
5
-
6
- $.fn.datepicker.languages['en-US'] = {
7
- format: 'yyyy-mm-dd',
8
- days: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
9
- daysShort: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
10
- daysMin: ['Su', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
11
- months: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
12
- monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
13
- weekStart: 1,
14
- yearFirst: true,
15
- yearSuffix: '',
16
- };
17
- });