@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.9 → 1.0.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 (120) hide show
  1. package/es/LcdpUeditor.d.ts +1 -0
  2. package/es/LcdpUeditor.d.ts.map +1 -0
  3. package/es/LcdpUeditor.js +72 -61
  4. package/es/const.d.ts.map +1 -0
  5. package/es/const.js +4 -4
  6. package/es/defaultConfig.json +76 -76
  7. package/es/index.d.ts.map +1 -0
  8. package/es/tools/UeditorResourceLoader.d.ts.map +1 -0
  9. package/es/tools/UeditorResourceLoader.js +11 -16
  10. package/es/tools/filterHtmlNode.d.ts +5 -0
  11. package/es/tools/filterHtmlNode.d.ts.map +1 -0
  12. package/es/tools/filterHtmlNode.js +41 -0
  13. package/es/tools/loadScript.d.ts.map +1 -0
  14. package/es/tools/loadScript.js +5 -7
  15. package/es/type.d.ts +6 -0
  16. package/es/type.d.ts.map +1 -0
  17. package/lib/LcdpUeditor.d.ts +1 -0
  18. package/lib/LcdpUeditor.js +24 -8
  19. package/lib/defaultConfig.json +76 -76
  20. package/lib/tools/filterHtmlNode.d.ts +5 -0
  21. package/lib/tools/filterHtmlNode.js +61 -0
  22. package/lib/type.d.ts +6 -0
  23. package/package.json +35 -34
  24. package/ueditor-resource/dialogs/anchor/anchor.html +62 -62
  25. package/ueditor-resource/dialogs/attachment/attachment.css +716 -716
  26. package/ueditor-resource/dialogs/attachment/attachment.html +61 -61
  27. package/ueditor-resource/dialogs/attachment/attachment.js +803 -803
  28. package/ueditor-resource/dialogs/audio/audio.css +879 -879
  29. package/ueditor-resource/dialogs/audio/audio.html +93 -93
  30. package/ueditor-resource/dialogs/audio/audio.js +815 -815
  31. package/ueditor-resource/dialogs/background/background.css +193 -193
  32. package/ueditor-resource/dialogs/background/background.html +59 -59
  33. package/ueditor-resource/dialogs/background/background.js +370 -370
  34. package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -176
  35. package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -91
  36. package/ueditor-resource/dialogs/emotion/emotion.css +129 -129
  37. package/ueditor-resource/dialogs/emotion/emotion.html +70 -70
  38. package/ueditor-resource/dialogs/emotion/emotion.js +186 -186
  39. package/ueditor-resource/dialogs/formula/formula.html +98 -98
  40. package/ueditor-resource/dialogs/formula/formula.js +147 -147
  41. package/ueditor-resource/dialogs/help/help.css +37 -37
  42. package/ueditor-resource/dialogs/help/help.html +82 -82
  43. package/ueditor-resource/dialogs/help/help.js +57 -57
  44. package/ueditor-resource/dialogs/image/image.css +768 -768
  45. package/ueditor-resource/dialogs/image/image.html +144 -144
  46. package/ueditor-resource/dialogs/image/image.js +1060 -1060
  47. package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -135
  48. package/ueditor-resource/dialogs/internal.js +81 -81
  49. package/ueditor-resource/dialogs/link/link.html +148 -148
  50. package/ueditor-resource/dialogs/preview/preview.html +45 -45
  51. package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -324
  52. package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -95
  53. package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -682
  54. package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -144
  55. package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -174
  56. package/ueditor-resource/dialogs/spechars/spechars.html +42 -42
  57. package/ueditor-resource/dialogs/spechars/spechars.js +86 -86
  58. package/ueditor-resource/dialogs/table/edittable.css +85 -85
  59. package/ueditor-resource/dialogs/table/edittable.html +69 -69
  60. package/ueditor-resource/dialogs/table/edittable.js +241 -241
  61. package/ueditor-resource/dialogs/table/edittd.html +62 -62
  62. package/ueditor-resource/dialogs/table/edittip.html +33 -33
  63. package/ueditor-resource/dialogs/template/config.js +42 -42
  64. package/ueditor-resource/dialogs/template/template.css +99 -99
  65. package/ueditor-resource/dialogs/template/template.html +26 -26
  66. package/ueditor-resource/dialogs/template/template.js +53 -53
  67. package/ueditor-resource/dialogs/video/video.css +909 -909
  68. package/ueditor-resource/dialogs/video/video.html +114 -114
  69. package/ueditor-resource/dialogs/video/video.js +867 -867
  70. package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -221
  71. package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -93
  72. package/ueditor-resource/lang/en/en.js +686 -686
  73. package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -748
  74. package/ueditor-resource/lang/zh-tw/zh-tw.js +748 -748
  75. package/ueditor-resource/plugins/demo/demo.js +3 -3
  76. package/ueditor-resource/themes/default/css/ueditor.css +2149 -2148
  77. package/ueditor-resource/themes/default/dialog.css +17 -17
  78. package/ueditor-resource/themes/default/dialogbase.css +132 -132
  79. package/ueditor-resource/themes/default/exts/ai.svg +12 -12
  80. package/ueditor-resource/themes/default/exts/apk.svg +12 -12
  81. package/ueditor-resource/themes/default/exts/chm.svg +12 -12
  82. package/ueditor-resource/themes/default/exts/css.svg +12 -12
  83. package/ueditor-resource/themes/default/exts/doc.svg +22 -22
  84. package/ueditor-resource/themes/default/exts/docx.svg +22 -22
  85. package/ueditor-resource/themes/default/exts/dwg.svg +16 -16
  86. package/ueditor-resource/themes/default/exts/folder.svg +3 -3
  87. package/ueditor-resource/themes/default/exts/gif.svg +14 -14
  88. package/ueditor-resource/themes/default/exts/html.svg +12 -12
  89. package/ueditor-resource/themes/default/exts/jpeg.svg +14 -14
  90. package/ueditor-resource/themes/default/exts/jpg.svg +14 -14
  91. package/ueditor-resource/themes/default/exts/log.svg +12 -12
  92. package/ueditor-resource/themes/default/exts/mp3.svg +14 -14
  93. package/ueditor-resource/themes/default/exts/mp4.svg +12 -12
  94. package/ueditor-resource/themes/default/exts/pdf.svg +14 -14
  95. package/ueditor-resource/themes/default/exts/png.svg +14 -14
  96. package/ueditor-resource/themes/default/exts/ppt.svg +24 -24
  97. package/ueditor-resource/themes/default/exts/pptx.svg +24 -24
  98. package/ueditor-resource/themes/default/exts/psd.svg +12 -12
  99. package/ueditor-resource/themes/default/exts/rar.svg +12 -12
  100. package/ueditor-resource/themes/default/exts/svg.svg +12 -12
  101. package/ueditor-resource/themes/default/exts/torrent.svg +14 -14
  102. package/ueditor-resource/themes/default/exts/txt.svg +14 -14
  103. package/ueditor-resource/themes/default/exts/unknown.svg +12 -12
  104. package/ueditor-resource/themes/default/exts/xls.svg +25 -25
  105. package/ueditor-resource/themes/default/exts/xlsx.svg +25 -25
  106. package/ueditor-resource/themes/default/exts/zip.svg +12 -12
  107. package/ueditor-resource/themes/iframe.css +63 -63
  108. package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -3655
  109. package/ueditor-resource/third-party/clipboard/clipboard.js +752 -752
  110. package/ueditor-resource/third-party/codemirror/codemirror.css +106 -106
  111. package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -3581
  112. package/ueditor-resource/third-party/jquery-3.5.1.js +1 -1
  113. package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -4314
  114. package/ueditor-resource/third-party/webuploader/webuploader.css +88 -88
  115. package/ueditor-resource/third-party/webuploader/webuploader.js +3 -3
  116. package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1255 -1255
  117. package/ueditor-resource/{lcdp-ueditor.all.js → ueditor.all.js} +5270 -5269
  118. package/ueditor-resource/ueditor.config.js +655 -655
  119. package/ueditor-resource/{lcdp-ueditor.parse.js → ueditor.parse.js} +13 -13
  120. package/ueditor-resource/index.html +0 -146
@@ -1,768 +1,768 @@
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
- }
13
-
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
- }
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
+ }
13
+
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
+ }