@lingxiteam/lcdp-ueditor-react 1.0.2 → 1.0.3-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/es/LcdpUeditor.d.ts.map +1 -1
  2. package/es/LcdpUeditor.js +2 -1
  3. package/es/tools/UeditorResourceLoader.d.ts +1 -1
  4. package/es/tools/UeditorResourceLoader.d.ts.map +1 -1
  5. package/es/tools/UeditorResourceLoader.js +18 -7
  6. package/es/tools/filterHtmlNode.d.ts.map +1 -1
  7. package/es/tools/filterHtmlNode.js +7 -2
  8. package/lib/LcdpUeditor.js +1 -3
  9. package/lib/tools/UeditorResourceLoader.d.ts +1 -1
  10. package/lib/tools/UeditorResourceLoader.js +15 -7
  11. package/lib/tools/filterHtmlNode.js +8 -4
  12. package/package.json +1 -1
  13. package/ueditor-resource/dialogs/anchor/anchor.html +1 -1
  14. package/ueditor-resource/dialogs/attachment/attachment.css +2 -715
  15. package/ueditor-resource/dialogs/attachment/attachment.html +6 -6
  16. package/ueditor-resource/dialogs/attachment/attachment.js +2 -803
  17. package/ueditor-resource/dialogs/audio/audio.css +2 -878
  18. package/ueditor-resource/dialogs/audio/audio.js +2 -815
  19. package/ueditor-resource/dialogs/background/background.css +2 -192
  20. package/ueditor-resource/dialogs/background/background.html +3 -3
  21. package/ueditor-resource/dialogs/background/background.js +2 -370
  22. package/ueditor-resource/dialogs/contentimport/contentimport.html +3 -3
  23. package/ueditor-resource/dialogs/contentimport/contentimport.js +2 -91
  24. package/ueditor-resource/dialogs/emotion/emotion.css +2 -128
  25. package/ueditor-resource/dialogs/emotion/emotion.html +3 -3
  26. package/ueditor-resource/dialogs/emotion/emotion.js +2 -186
  27. package/ueditor-resource/dialogs/formula/formula.html +4 -4
  28. package/ueditor-resource/dialogs/formula/formula.js +2 -147
  29. package/ueditor-resource/dialogs/help/help.css +2 -36
  30. package/ueditor-resource/dialogs/help/help.html +3 -3
  31. package/ueditor-resource/dialogs/help/help.js +2 -57
  32. package/ueditor-resource/dialogs/image/image.css +2 -767
  33. package/ueditor-resource/dialogs/image/image.js +2 -1060
  34. package/ueditor-resource/dialogs/insertframe/insertframe.html +2 -2
  35. package/ueditor-resource/dialogs/internal.js +2 -81
  36. package/ueditor-resource/dialogs/preview/preview.html +2 -2
  37. package/ueditor-resource/dialogs/scrawl/scrawl.css +2 -323
  38. package/ueditor-resource/dialogs/scrawl/scrawl.html +3 -3
  39. package/ueditor-resource/dialogs/scrawl/scrawl.js +2 -682
  40. package/ueditor-resource/dialogs/searchreplace/searchreplace.html +2 -2
  41. package/ueditor-resource/dialogs/searchreplace/searchreplace.js +2 -174
  42. package/ueditor-resource/dialogs/spechars/spechars.html +2 -2
  43. package/ueditor-resource/dialogs/spechars/spechars.js +2 -86
  44. package/ueditor-resource/dialogs/table/edittable.css +2 -84
  45. package/ueditor-resource/dialogs/table/edittable.html +3 -3
  46. package/ueditor-resource/dialogs/table/edittable.js +2 -241
  47. package/ueditor-resource/dialogs/table/edittd.html +1 -1
  48. package/ueditor-resource/dialogs/table/edittip.html +1 -1
  49. package/ueditor-resource/dialogs/template/config.js +2 -42
  50. package/ueditor-resource/dialogs/template/template.css +2 -98
  51. package/ueditor-resource/dialogs/template/template.html +4 -4
  52. package/ueditor-resource/dialogs/template/template.js +2 -53
  53. package/ueditor-resource/dialogs/video/video.css +2 -908
  54. package/ueditor-resource/dialogs/video/video.js +2 -867
  55. package/ueditor-resource/dialogs/wordimage/wordimage.html +5 -5
  56. package/ueditor-resource/dialogs/wordimage/wordimage.js +2 -93
  57. package/ueditor-resource/lang/en/en.js +2 -686
  58. package/ueditor-resource/lang/zh-cn/zh-cn.js +2 -748
  59. package/ueditor-resource/lang/zh-tw/zh-tw.js +2 -748
  60. package/ueditor-resource/plugins/demo/demo.js +1 -3
  61. package/ueditor-resource/themes/default/css/ueditor.css +2 -2148
  62. package/ueditor-resource/themes/default/dialog.css +2 -16
  63. package/ueditor-resource/themes/default/dialogbase.css +2 -131
  64. package/ueditor-resource/themes/iframe.css +2 -62
  65. package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +4 -3655
  66. package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +3 -1
  67. package/ueditor-resource/third-party/clipboard/clipboard.js +2 -753
  68. package/ueditor-resource/third-party/codemirror/codemirror.css +2 -105
  69. package/ueditor-resource/third-party/codemirror/codemirror.js +3 -3581
  70. package/ueditor-resource/third-party/jquery-3.5.1.js +4 -2
  71. package/ueditor-resource/third-party/jquery-3.5.1_1.js +4 -4314
  72. package/ueditor-resource/third-party/webuploader/webuploader.css +2 -87
  73. package/ueditor-resource/third-party/webuploader/webuploader.js +5 -4
  74. package/ueditor-resource/ueditor.all.js +20 -32644
  75. package/ueditor-resource/ueditor.config.js +2 -655
  76. package/ueditor-resource/ueditor.parse.js +2 -639
@@ -1,768 +1,3 @@
1
- @charset "utf-8";
2
- /* dialog样式 */
3
- .wrapper {
4
- zoom: 1;
5
- width: 100%;
6
- *width: 100%;
7
- height: 100%;
8
- margin: 0 auto;
9
- position: relative;
10
- font-family: sans-serif;
11
- overflow: hidden;
12
- }
1
+ /*! UEditorPlus v2.0.0*/
13
2
 
14
- /*tab样式框大小*/
15
- .tabhead {
16
- float: left;
17
- }
18
-
19
- .tabbody {
20
- width: 100%;
21
- height: 400px;
22
- position: relative;
23
- clear: both;
24
- }
25
-
26
- .tabbody .panel {
27
- position: absolute;
28
- width: 0;
29
- height: 0;
30
- background: #fff;
31
- overflow: hidden;
32
- display: none;
33
- }
34
-
35
- .tabbody .panel.focus {
36
- width: 100%;
37
- height: 400px;
38
- display: block;
39
- }
40
-
41
- /* 图片对齐方式 */
42
- .alignBar {
43
- position: relative;
44
- }
45
-
46
-
47
- .alignBar #alignIcon {
48
- zoom: 1;
49
- _display: inline;
50
- display: inline-block;
51
- position: relative;
52
- width: 100%;
53
- border-radius: 4px;
54
- /* border: 1px solid #DCDDE5; */
55
- height: 24px;
56
- display: flex;
57
- flex-direction: row;
58
- justify-content: flex-start;
59
- align-items: center;
60
- margin-top: 4px;
61
- }
62
-
63
- .alignBar #alignIcon span {
64
- box-sizing: border-box;
65
- cursor: pointer;
66
- display: block;
67
- flex: 1;
68
- height: 24px;
69
- background-repeat: no-repeat;
70
- background-size: 16px 16px;
71
- background-position: center center;
72
- border: 1px solid #DCDDE5;
73
- }
74
-
75
- .alignBar #alignIcon span:nth-child(1) {
76
- border-top-left-radius: 4px;
77
- border-bottom-left-radius: 4px;
78
- }
79
-
80
- .alignBar #alignIcon span:nth-child(4) {
81
- border-top-right-radius: 4px;
82
- border-bottom-right-radius: 4px;
83
- }
84
-
85
- .alignBar #alignIcon span.focus{
86
- border-color: #417FFB;
87
- }
88
-
89
- .alignBar #alignIcon .none-align {
90
- background-image: url(./icon/none.png);
91
- }
92
-
93
- .alignBar #alignIcon .left-align {
94
- background-image: url(./icon/left.png);
95
- }
96
-
97
- .alignBar #alignIcon .right-align {
98
- background-image: url(./icon/right.png);;
99
- }
100
-
101
- .alignBar #alignIcon .center-align {
102
- background-image: url(./icon/center.png);
103
- }
104
-
105
- .alignBar #alignIcon .none-align.focus {
106
- background-image: url(./icon/none-active.png);
107
- }
108
-
109
- .alignBar #alignIcon .left-align.focus {
110
- background-image: url(./icon/left-active.png);
111
- }
112
-
113
- .alignBar #alignIcon .right-align.focus {
114
- background-image: url(./icon/right-active.png);
115
- }
116
-
117
- .alignBar #alignIcon .center-align.focus {
118
- background-image: url(./icon/center-active.png);
119
- }
120
-
121
-
122
- /* 远程图片样式 */
123
- #remote {
124
- z-index: 200;
125
- padding: 0 16px;
126
- box-sizing: border-box;
127
- }
128
-
129
- #remote .top {
130
- width: 100%;
131
- }
132
-
133
- #remote .left {
134
- width: 375px;
135
- height: 326px;
136
- }
137
-
138
- #remote .padding-8 {
139
- box-sizing: border-box;
140
- padding: 8px;
141
- width: 100%;
142
- }
143
- #remote .padding-8 input {
144
- box-sizing: border-box;
145
- width: 100%;
146
- height: 24px;
147
- margin-top: 4px;
148
- }
149
- #remote .right {
150
- flex: 1;
151
- }
152
-
153
- #remote .row {
154
- padding: 4px 0 ;
155
- height: 22px;
156
- }
157
-
158
- #remote .row label {
159
- text-align: center;
160
- width: 50px;
161
- zoom: 1;
162
- _display: inline;
163
- display: inline-block;
164
- vertical-align: middle;
165
- }
166
-
167
- #remote .row label.algnLabel {
168
- float: left;
169
- }
170
-
171
- #remote input.text {
172
- padding: 3px 6px;
173
- font-size: 14px;
174
- line-height: 1.42857143;
175
- color: #555;
176
- background-color: #fff;
177
- background-image: none;
178
- border: 1px solid #ccc;
179
- border-radius: 4px;
180
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
181
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
182
- -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
183
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
184
- }
185
-
186
- #remote input.text:focus {
187
- outline: 0;
188
- }
189
-
190
- #remote #url {
191
- width: 100%;
192
- }
193
-
194
- #remote #imageSelect {
195
- width: 100px;
196
- display: inline-block;
197
- height: 26px;
198
- background: #FFF;
199
- border: 1px solid #EEE;
200
- line-height: 26px;
201
- text-align: center;
202
- color: #333;
203
- text-decoration: none;
204
- border-radius: 3px;
205
- vertical-align: top;
206
- }
207
-
208
- #remote #lock {
209
- display: inline-block;
210
- vertical-align: middle;
211
- }
212
-
213
- #remote #lockicon {
214
- zoom: 1;
215
- _display: inline;
216
- display: inline-block;
217
- width: 20px;
218
- height: 20px;
219
- background: url("../../themes/default/images/lock.gif") -13px -13px no-repeat;
220
- vertical-align: middle;
221
- }
222
-
223
- #remote #preview {
224
- width: 375px;
225
- height: 100%;
226
- z-index: 9999;
227
- overflow: hidden;
228
- border-right: 1px solid #F2F3F5;
229
- box-sizing: border-box;
230
- background-position: center center;
231
- background-size: 32px 32px;
232
- background-image: url("./icon/img.png");
233
- background-repeat: no-repeat;
234
- display: flex;
235
- justify-content: center;
236
- align-items: center;
237
- }
238
-
239
- #remote #preview img {
240
- width: 100%;
241
- }
242
-
243
- /* 上传图片 */
244
- .tabbody #upload.panel {
245
- width: 0;
246
- height: 0;
247
- overflow: hidden;
248
- position: absolute !important;
249
- clip: rect(1px, 1px, 1px, 1px);
250
- background: #fff;
251
- display: block;
252
- }
253
-
254
- .tabbody #upload.panel.focus {
255
- width: 100%;
256
- height: 346px;
257
- display: block;
258
- clip: auto;
259
- }
260
-
261
- #upload .queueList {
262
- margin: 0;
263
- width: 100%;
264
- height: 100%;
265
- position: absolute;
266
- overflow: hidden;
267
- }
268
-
269
- #upload p {
270
- margin: 0;
271
- }
272
-
273
- .element-invisible {
274
- width: 0 !important;
275
- height: 0 !important;
276
- border: 0;
277
- padding: 0;
278
- margin: 0;
279
- overflow: hidden;
280
- position: absolute !important;
281
- clip: rect(1px, 1px, 1px, 1px);
282
- }
283
-
284
- #upload .placeholder {
285
- margin: 10px;
286
- border: 2px dashed #e6e6e6;
287
- *border: 0px dashed #e6e6e6;
288
- height: 172px;
289
- padding-top: 150px;
290
- text-align: center;
291
- background: url(./images/image.png) center 70px no-repeat;
292
- color: #cccccc;
293
- font-size: 18px;
294
- position: relative;
295
- top: 0;
296
- *top: 10px;
297
- }
298
-
299
- #upload .placeholder .webuploader-pick {
300
- font-size: 18px;
301
- background: #00b7ee;
302
- border-radius: 3px;
303
- line-height: 44px;
304
- padding: 0 30px;
305
- *width: 120px;
306
- color: #fff;
307
- display: inline-block;
308
- margin: 0 auto 20px auto;
309
- cursor: pointer;
310
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
311
- }
312
-
313
- #upload .placeholder .webuploader-pick-hover {
314
- background: #00a2d4;
315
- }
316
-
317
-
318
- #filePickerContainer {
319
- text-align: center;
320
- }
321
-
322
- #upload .placeholder .flashTip {
323
- color: #666666;
324
- font-size: 12px;
325
- position: absolute;
326
- width: 100%;
327
- text-align: center;
328
- bottom: 20px;
329
- }
330
-
331
- #upload .placeholder .flashTip a {
332
- color: #0785d1;
333
- text-decoration: none;
334
- }
335
-
336
- #upload .placeholder .flashTip a:hover {
337
- text-decoration: underline;
338
- }
339
-
340
- #upload .placeholder.webuploader-dnd-over {
341
- border-color: #999999;
342
- }
343
-
344
- #upload .filelist {
345
- list-style: none;
346
- margin: 0;
347
- padding: 0;
348
- overflow-x: hidden;
349
- overflow-y: auto;
350
- position: relative;
351
- height: 300px;
352
- }
353
-
354
- #upload .filelist:after {
355
- content: '';
356
- display: block;
357
- width: 0;
358
- height: 0;
359
- overflow: hidden;
360
- clear: both;
361
- position: relative;
362
- }
363
-
364
- #upload .filelist li {
365
- width: 113px;
366
- height: 113px;
367
- background: url(./images/bg.png);
368
- text-align: center;
369
- margin: 9px 0 0 9px;
370
- *margin: 6px 0 0 6px;
371
- position: relative;
372
- display: block;
373
- float: left;
374
- overflow: hidden;
375
- font-size: 12px;
376
- }
377
-
378
- #upload .filelist li p.log {
379
- position: relative;
380
- top: -45px;
381
- }
382
-
383
- #upload .filelist li p.title {
384
- position: absolute;
385
- top: 0;
386
- left: 0;
387
- width: 100%;
388
- overflow: hidden;
389
- white-space: nowrap;
390
- text-overflow: ellipsis;
391
- top: 5px;
392
- text-indent: 5px;
393
- text-align: left;
394
- }
395
-
396
- #upload .filelist li p.progress {
397
- position: absolute;
398
- width: 100%;
399
- bottom: 0;
400
- left: 0;
401
- height: 8px;
402
- overflow: hidden;
403
- z-index: 50;
404
- margin: 0;
405
- border-radius: 0;
406
- background: none;
407
- -webkit-box-shadow: 0 0 0;
408
- }
409
-
410
- #upload .filelist li p.progress span {
411
- display: none;
412
- overflow: hidden;
413
- width: 0;
414
- height: 100%;
415
- background: #1483d8 url(./images/progress.png) repeat-x;
416
-
417
- -webit-transition: width 200ms linear;
418
- -moz-transition: width 200ms linear;
419
- -o-transition: width 200ms linear;
420
- -ms-transition: width 200ms linear;
421
- transition: width 200ms linear;
422
-
423
- -webkit-animation: progressmove 2s linear infinite;
424
- -moz-animation: progressmove 2s linear infinite;
425
- -o-animation: progressmove 2s linear infinite;
426
- -ms-animation: progressmove 2s linear infinite;
427
- animation: progressmove 2s linear infinite;
428
-
429
- -webkit-transform: translateZ(0);
430
- }
431
-
432
- @-webkit-keyframes progressmove {
433
- 0% {
434
- background-position: 0 0;
435
- }
436
- 100% {
437
- background-position: 17px 0;
438
- }
439
- }
440
-
441
- @-moz-keyframes progressmove {
442
- 0% {
443
- background-position: 0 0;
444
- }
445
- 100% {
446
- background-position: 17px 0;
447
- }
448
- }
449
-
450
- @keyframes progressmove {
451
- 0% {
452
- background-position: 0 0;
453
- }
454
- 100% {
455
- background-position: 17px 0;
456
- }
457
- }
458
-
459
- #upload .filelist li p.imgWrap {
460
- position: relative;
461
- z-index: 2;
462
- line-height: 113px;
463
- vertical-align: middle;
464
- overflow: hidden;
465
- width: 113px;
466
- height: 113px;
467
-
468
- -webkit-transform-origin: 50% 50%;
469
- -moz-transform-origin: 50% 50%;
470
- -o-transform-origin: 50% 50%;
471
- -ms-transform-origin: 50% 50%;
472
- transform-origin: 50% 50%;
473
-
474
- -webit-transition: 200ms ease-out;
475
- -moz-transition: 200ms ease-out;
476
- -o-transition: 200ms ease-out;
477
- -ms-transition: 200ms ease-out;
478
- transition: 200ms ease-out;
479
- }
480
-
481
- #upload .filelist li img {
482
- width: 100%;
483
- }
484
-
485
- #upload .filelist li p.error {
486
- background: #f43838;
487
- color: #fff;
488
- position: absolute;
489
- bottom: 0;
490
- left: 0;
491
- height: 28px;
492
- line-height: 28px;
493
- width: 100%;
494
- z-index: 100;
495
- display: none;
496
- }
497
-
498
- #upload .filelist li .success {
499
- display: block;
500
- position: absolute;
501
- left: 0;
502
- bottom: 0;
503
- height: 40px;
504
- width: 100%;
505
- z-index: 200;
506
- background: url(./images/success.png) no-repeat right bottom;
507
- background: url(./images/success.gif) no-repeat right bottom \9;
508
- }
509
-
510
- #upload .filelist li.filePickerBlock {
511
- width: 113px;
512
- height: 113px;
513
- background: url(./images/image.png) no-repeat center 12px;
514
- border: 1px solid #eeeeee;
515
- border-radius: 0;
516
- }
517
-
518
- #upload .filelist li.filePickerBlock div.webuploader-pick {
519
- width: 100%;
520
- height: 100%;
521
- margin: 0;
522
- padding: 0;
523
- opacity: 0;
524
- background: none;
525
- font-size: 0;
526
- }
527
-
528
- #upload .filelist div.file-panel {
529
- position: absolute;
530
- height: 0;
531
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;
532
- background: rgba(0, 0, 0, 0.5);
533
- width: 100%;
534
- top: 0;
535
- left: 0;
536
- overflow: hidden;
537
- z-index: 300;
538
- }
539
-
540
- #upload .filelist div.file-panel span {
541
- width: 24px;
542
- height: 24px;
543
- display: inline;
544
- float: right;
545
- text-indent: -9999px;
546
- overflow: hidden;
547
- background: url(./images/icons.png) no-repeat;
548
- background: url(./images/icons.gif) no-repeat \9;
549
- margin: 5px 1px 1px;
550
- cursor: pointer;
551
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
552
- -webkit-user-select: none;
553
- -moz-user-select: none;
554
- -ms-user-select: none;
555
- user-select: none;
556
- }
557
-
558
- #upload .filelist div.file-panel span.rotateLeft {
559
- display: none;
560
- background-position: 0 -24px;
561
- }
562
-
563
- #upload .filelist div.file-panel span.rotateLeft:hover {
564
- background-position: 0 0;
565
- }
566
-
567
- #upload .filelist div.file-panel span.rotateRight {
568
- display: none;
569
- background-position: -24px -24px;
570
- }
571
-
572
- #upload .filelist div.file-panel span.rotateRight:hover {
573
- background-position: -24px 0;
574
- }
575
-
576
- #upload .filelist div.file-panel span.cancel {
577
- background-position: -48px -24px;
578
- }
579
-
580
- #upload .filelist div.file-panel span.cancel:hover {
581
- background-position: -48px 0;
582
- }
583
-
584
- #upload .statusBar {
585
- height: 45px;
586
- border-bottom: 1px solid #dadada;
587
- margin: 0 10px;
588
- padding: 0;
589
- line-height: 45px;
590
- vertical-align: middle;
591
- position: relative;
592
- }
593
-
594
- #upload .statusBar .progress {
595
- border: 1px solid #1483d8;
596
- width: 198px;
597
- background: #fff;
598
- height: 18px;
599
- position: absolute;
600
- top: 12px;
601
- display: none;
602
- text-align: center;
603
- line-height: 18px;
604
- color: #6dbfff;
605
- margin: 0 10px 0 0;
606
- }
607
-
608
- #upload .statusBar .progress span.percentage {
609
- width: 0;
610
- height: 100%;
611
- left: 0;
612
- top: 0;
613
- background: #1483d8;
614
- position: absolute;
615
- }
616
-
617
- #upload .statusBar .progress span.text {
618
- position: relative;
619
- z-index: 10;
620
- }
621
-
622
- #upload .statusBar .info {
623
- display: inline-block;
624
- font-size: 14px;
625
- color: #666666;
626
- }
627
-
628
- #upload .statusBar .btns {
629
- position: absolute;
630
- top: 7px;
631
- right: 0;
632
- line-height: 30px;
633
- }
634
-
635
- #filePickerBtn {
636
- display: inline-block;
637
- float: left;
638
- }
639
-
640
- #upload .statusBar .btns .webuploader-pick,
641
- #upload .statusBar .btns .uploadBtn,
642
- #upload .statusBar .btns .uploadBtn.state-uploading,
643
- #upload .statusBar .btns .uploadBtn.state-paused {
644
- background: #ffffff;
645
- border: 1px solid #cfcfcf;
646
- color: #565656;
647
- padding: 0 18px;
648
- display: inline-block;
649
- border-radius: 3px;
650
- margin-left: 10px;
651
- cursor: pointer;
652
- font-size: 14px;
653
- float: left;
654
- -webkit-user-select: none;
655
- -moz-user-select: none;
656
- -ms-user-select: none;
657
- user-select: none;
658
- }
659
-
660
- #upload .statusBar .btns .webuploader-pick-hover,
661
- #upload .statusBar .btns .uploadBtn:hover,
662
- #upload .statusBar .btns .uploadBtn.state-uploading:hover,
663
- #upload .statusBar .btns .uploadBtn.state-paused:hover {
664
- background: #f0f0f0;
665
- }
666
-
667
- #upload .statusBar .btns .uploadBtn,
668
- #upload .statusBar .btns .uploadBtn.state-paused {
669
- background: #00b7ee;
670
- color: #fff;
671
- border-color: transparent;
672
- }
673
-
674
- #upload .statusBar .btns .uploadBtn:hover,
675
- #upload .statusBar .btns .uploadBtn.state-paused:hover {
676
- background: #00a2d4;
677
- }
678
-
679
- #upload .statusBar .btns .uploadBtn.disabled {
680
- pointer-events: none;
681
- filter: alpha(opacity=60);
682
- -moz-opacity: 0.6;
683
- -khtml-opacity: 0.6;
684
- opacity: 0.6;
685
- }
686
-
687
-
688
- /* 图片管理样式 */
689
- #online {
690
- width: 100%;
691
- height: 336px;
692
- padding: 10px 0 0 0;
693
- }
694
-
695
- #online #imageList {
696
- width: 100%;
697
- height: 100%;
698
- overflow-x: hidden;
699
- overflow-y: auto;
700
- position: relative;
701
- }
702
-
703
- #online ul {
704
- display: block;
705
- list-style: none;
706
- margin: 0;
707
- padding: 0;
708
- }
709
-
710
- #online li {
711
- float: left;
712
- display: block;
713
- list-style: none;
714
- padding: 0;
715
- width: 113px;
716
- height: 113px;
717
- margin: 0 0 9px 9px;
718
- *margin: 0 0 6px 6px;
719
- background-color: #eee;
720
- overflow: hidden;
721
- cursor: pointer;
722
- position: relative;
723
- }
724
-
725
- #online li.clearFloat {
726
- float: none;
727
- clear: both;
728
- display: block;
729
- width: 0;
730
- height: 0;
731
- margin: 0;
732
- padding: 0;
733
- }
734
-
735
- #online li img {
736
- cursor: pointer;
737
- }
738
-
739
- #online li .icon {
740
- cursor: pointer;
741
- width: 113px;
742
- height: 113px;
743
- position: absolute;
744
- top: 0;
745
- left: 0;
746
- z-index: 2;
747
- border: 0;
748
- background-repeat: no-repeat;
749
- }
750
-
751
- #online li .icon:hover {
752
- width: 107px;
753
- height: 107px;
754
- border: 3px solid #1094fa;
755
- }
756
-
757
- #online li.selected .icon {
758
- background-image: url(images/success.png);
759
- background-image: url(images/success.gif) \9;
760
- background-position: 75px 75px;
761
- }
762
-
763
- #online li.selected .icon:hover {
764
- width: 107px;
765
- height: 107px;
766
- border: 3px solid #1094fa;
767
- background-position: 72px 72px;
768
- }
3
+ @charset "utf-8";.wrapper{zoom:1;width:100%;*width:100%;height:100%;margin:0 auto;position:relative;font-family:sans-serif;overflow:hidden}.tabhead{float:left}.tabbody{width:100%;height:400px;position:relative;clear:both}.tabbody .panel{position:absolute;width:0;height:0;background:#fff;overflow:hidden;display:none}.tabbody .panel.focus{width:100%;height:400px;display:block}.alignBar{position:relative}.alignBar #alignIcon{zoom:1;_display:inline;display:inline-block;position:relative;width:100%;border-radius:4px;height:24px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:4px}.alignBar #alignIcon span{box-sizing:border-box;cursor:pointer;display:block;flex:1;height:24px;background-repeat:no-repeat;background-size:16px 16px;background-position:center center;border:1px solid #DCDDE5}.alignBar #alignIcon span:nth-child(1){border-top-left-radius:4px;border-bottom-left-radius:4px}.alignBar #alignIcon span:nth-child(4){border-top-right-radius:4px;border-bottom-right-radius:4px}.alignBar #alignIcon span.focus{border-color:#417FFB}.alignBar #alignIcon .none-align{background-image:url(./icon/none.png)}.alignBar #alignIcon .left-align{background-image:url(./icon/left.png)}.alignBar #alignIcon .right-align{background-image:url(./icon/right.png)}.alignBar #alignIcon .center-align{background-image:url(./icon/center.png)}.alignBar #alignIcon .none-align.focus{background-image:url(./icon/none-active.png)}.alignBar #alignIcon .left-align.focus{background-image:url(./icon/left-active.png)}.alignBar #alignIcon .right-align.focus{background-image:url(./icon/right-active.png)}.alignBar #alignIcon .center-align.focus{background-image:url(./icon/center-active.png)}#remote{z-index:200;padding:0 16px;box-sizing:border-box}#remote .top{width:100%}#remote .left{width:375px;height:326px}#remote .padding-8{box-sizing:border-box;padding:8px;width:100%}#remote .padding-8 input{box-sizing:border-box;width:100%;height:24px;margin-top:4px}#remote .right{flex:1}#remote .row{padding:4px 0;height:22px}#remote .row label{text-align:center;width:50px;zoom:1;_display:inline;display:inline-block;vertical-align:middle}#remote .row label.algnLabel{float:left}#remote input.text{padding:3px 6px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}#remote input.text:focus{outline:0}#remote #url{width:100%}#remote #imageSelect{width:100px;display:inline-block;height:26px;background:#FFF;border:1px solid #EEE;line-height:26px;text-align:center;color:#333;text-decoration:none;border-radius:3px;vertical-align:top}#remote #lock{display:inline-block;vertical-align:middle}#remote #lockicon{zoom:1;_display:inline;display:inline-block;width:20px;height:20px;background:url(../../themes/default/images/lock.gif) -13px -13px no-repeat;vertical-align:middle}#remote #preview{width:375px;height:100%;z-index:9999;overflow:hidden;border-right:1px solid #F2F3F5;box-sizing:border-box;background-position:center center;background-size:32px 32px;background-image:url(./icon/img.png);background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}#remote #preview img{width:100%}.tabbody #upload.panel{width:0;height:0;overflow:hidden;position:absolute!important;clip:rect(1px,1px,1px,1px);background:#fff;display:block}.tabbody #upload.panel.focus{width:100%;height:346px;display:block;clip:auto}#upload .queueList{margin:0;width:100%;height:100%;position:absolute;overflow:hidden}#upload p{margin:0}.element-invisible{width:0!important;height:0!important;border:0;padding:0;margin:0;overflow:hidden;position:absolute!important;clip:rect(1px,1px,1px,1px)}#upload .placeholder{margin:10px;border:2px dashed #e6e6e6;*border:0 dashed #e6e6e6;height:172px;padding-top:150px;text-align:center;background:url(./images/image.png) center 70px no-repeat;color:#ccc;font-size:18px;position:relative;top:0;*top:10px}#upload .placeholder .webuploader-pick{font-size:18px;background:#00b7ee;border-radius:3px;line-height:44px;padding:0 30px;*width:120px;color:#fff;display:inline-block;margin:0 auto 20px;cursor:pointer;box-shadow:0 1px 1px rgba(0,0,0,.1)}#upload .placeholder .webuploader-pick-hover{background:#00a2d4}#filePickerContainer{text-align:center}#upload .placeholder .flashTip{color:#666;font-size:12px;position:absolute;width:100%;text-align:center;bottom:20px}#upload .placeholder .flashTip a{color:#0785d1;text-decoration:none}#upload .placeholder .flashTip a:hover{text-decoration:underline}#upload .placeholder.webuploader-dnd-over{border-color:#999}#upload .filelist{list-style:none;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;position:relative;height:300px}#upload .filelist:after{content:'';display:block;width:0;height:0;overflow:hidden;clear:both;position:relative}#upload .filelist li{width:113px;height:113px;background:url(./images/bg.png);text-align:center;margin:9px 0 0 9px;*margin:6px 0 0 6px;position:relative;display:block;float:left;overflow:hidden;font-size:12px}#upload .filelist li p.log{position:relative;top:-45px}#upload .filelist li p.title{position:absolute;top:0;left:0;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;top:5px;text-indent:5px;text-align:left}#upload .filelist li p.progress{position:absolute;width:100%;bottom:0;left:0;height:8px;overflow:hidden;z-index:50;margin:0;border-radius:0;background:0 0;-webkit-box-shadow:0 0 0}#upload .filelist li p.progress span{display:none;overflow:hidden;width:0;height:100%;background:#1483d8 url(./images/progress.png) repeat-x;-webit-transition:width 200ms linear;-moz-transition:width 200ms linear;-o-transition:width 200ms linear;-ms-transition:width 200ms linear;transition:width 200ms linear;-webkit-animation:progressmove 2s linear infinite;-moz-animation:progressmove 2s linear infinite;-o-animation:progressmove 2s linear infinite;-ms-animation:progressmove 2s linear infinite;animation:progressmove 2s linear infinite;-webkit-transform:translateZ(0)}@-webkit-keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}@-moz-keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}@keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}#upload .filelist li p.imgWrap{position:relative;z-index:2;line-height:113px;vertical-align:middle;overflow:hidden;width:113px;height:113px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webit-transition:200ms ease-out;-moz-transition:200ms ease-out;-o-transition:200ms ease-out;-ms-transition:200ms ease-out;transition:200ms ease-out}#upload .filelist li img{width:100%}#upload .filelist li p.error{background:#f43838;color:#fff;position:absolute;bottom:0;left:0;height:28px;line-height:28px;width:100%;z-index:100;display:none}#upload .filelist li .success{display:block;position:absolute;left:0;bottom:0;height:40px;width:100%;z-index:200;background:url(./images/success.png) no-repeat right bottom;background:url(./images/success.gif) no-repeat right bottom \9}#upload .filelist li.filePickerBlock{width:113px;height:113px;background:url(./images/image.png) no-repeat center 12px;border:1px solid #eee;border-radius:0}#upload .filelist li.filePickerBlock div.webuploader-pick{width:100%;height:100%;margin:0;padding:0;opacity:0;background:0 0;font-size:0}#upload .filelist div.file-panel{position:absolute;height:0;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;background:rgba(0,0,0,.5);width:100%;top:0;left:0;overflow:hidden;z-index:300}#upload .filelist div.file-panel span{width:24px;height:24px;display:inline;float:right;text-indent:-9999px;overflow:hidden;background:url(./images/icons.png) no-repeat;background:url(./images/icons.gif) no-repeat \9;margin:5px 1px 1px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#upload .filelist div.file-panel span.rotateLeft{display:none;background-position:0 -24px}#upload .filelist div.file-panel span.rotateLeft:hover{background-position:0 0}#upload .filelist div.file-panel span.rotateRight{display:none;background-position:-24px -24px}#upload .filelist div.file-panel span.rotateRight:hover{background-position:-24px 0}#upload .filelist div.file-panel span.cancel{background-position:-48px -24px}#upload .filelist div.file-panel span.cancel:hover{background-position:-48px 0}#upload .statusBar{height:45px;border-bottom:1px solid #dadada;margin:0 10px;padding:0;line-height:45px;vertical-align:middle;position:relative}#upload .statusBar .progress{border:1px solid #1483d8;width:198px;background:#fff;height:18px;position:absolute;top:12px;display:none;text-align:center;line-height:18px;color:#6dbfff;margin:0 10px 0 0}#upload .statusBar .progress span.percentage{width:0;height:100%;left:0;top:0;background:#1483d8;position:absolute}#upload .statusBar .progress span.text{position:relative;z-index:10}#upload .statusBar .info{display:inline-block;font-size:14px;color:#666}#upload .statusBar .btns{position:absolute;top:7px;right:0;line-height:30px}#filePickerBtn{display:inline-block;float:left}#upload .statusBar .btns .webuploader-pick,#upload .statusBar .btns .uploadBtn,#upload .statusBar .btns .uploadBtn.state-uploading,#upload .statusBar .btns .uploadBtn.state-paused{background:#fff;border:1px solid #cfcfcf;color:#565656;padding:0 18px;display:inline-block;border-radius:3px;margin-left:10px;cursor:pointer;font-size:14px;float:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#upload .statusBar .btns .webuploader-pick-hover,#upload .statusBar .btns .uploadBtn:hover,#upload .statusBar .btns .uploadBtn.state-uploading:hover,#upload .statusBar .btns .uploadBtn.state-paused:hover{background:#f0f0f0}#upload .statusBar .btns .uploadBtn,#upload .statusBar .btns .uploadBtn.state-paused{background:#00b7ee;color:#fff;border-color:transparent}#upload .statusBar .btns .uploadBtn:hover,#upload .statusBar .btns .uploadBtn.state-paused:hover{background:#00a2d4}#upload .statusBar .btns .uploadBtn.disabled{pointer-events:none;filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}#online{width:100%;height:336px;padding:10px 0 0}#online #imageList{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;position:relative}#online ul{display:block;list-style:none;margin:0;padding:0}#online li{float:left;display:block;list-style:none;padding:0;width:113px;height:113px;margin:0 0 9px 9px;*margin:0 0 6px 6px;background-color:#eee;overflow:hidden;cursor:pointer;position:relative}#online li.clearFloat{float:none;clear:both;display:block;width:0;height:0;margin:0;padding:0}#online li img{cursor:pointer}#online li .icon{cursor:pointer;width:113px;height:113px;position:absolute;top:0;left:0;z-index:2;border:0;background-repeat:no-repeat}#online li .icon:hover{width:107px;height:107px;border:3px solid #1094fa}#online li.selected .icon{background-image:url(images/success.png);background-image:url(images/success.gif) \9;background-position:75px 75px}#online li.selected .icon:hover{width:107px;height:107px;border:3px solid #1094fa;background-position:72px 72px}