@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.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.
Files changed (272) hide show
  1. package/es/LcdpUeditor.d.ts +74 -0
  2. package/es/LcdpUeditor.js +335 -0
  3. package/es/const.d.ts +12 -0
  4. package/es/const.js +19 -0
  5. package/es/defaultConfig.json +77 -0
  6. package/es/index.d.ts +4 -0
  7. package/es/index.js +3 -0
  8. package/es/tools/UeditorResourceLoader.d.ts +21 -0
  9. package/es/tools/UeditorResourceLoader.js +114 -0
  10. package/es/tools/loadScript.d.ts +5 -0
  11. package/es/tools/loadScript.js +54 -0
  12. package/es/type.d.ts +142 -0
  13. package/es/type.js +1 -0
  14. package/package.json +32 -0
  15. package/ueditor-resource/dialogs/anchor/anchor.html +62 -0
  16. package/ueditor-resource/dialogs/attachment/attachment.css +716 -0
  17. package/ueditor-resource/dialogs/attachment/attachment.html +61 -0
  18. package/ueditor-resource/dialogs/attachment/attachment.js +803 -0
  19. package/ueditor-resource/dialogs/attachment/images/alignicon.gif +0 -0
  20. package/ueditor-resource/dialogs/attachment/images/alignicon.png +0 -0
  21. package/ueditor-resource/dialogs/attachment/images/bg.png +0 -0
  22. package/ueditor-resource/dialogs/attachment/images/file-icons.gif +0 -0
  23. package/ueditor-resource/dialogs/attachment/images/file-icons.png +0 -0
  24. package/ueditor-resource/dialogs/attachment/images/icons.gif +0 -0
  25. package/ueditor-resource/dialogs/attachment/images/icons.png +0 -0
  26. package/ueditor-resource/dialogs/attachment/images/image.png +0 -0
  27. package/ueditor-resource/dialogs/attachment/images/progress.png +0 -0
  28. package/ueditor-resource/dialogs/attachment/images/success.gif +0 -0
  29. package/ueditor-resource/dialogs/attachment/images/success.png +0 -0
  30. package/ueditor-resource/dialogs/audio/audio.css +879 -0
  31. package/ueditor-resource/dialogs/audio/audio.html +94 -0
  32. package/ueditor-resource/dialogs/audio/audio.js +815 -0
  33. package/ueditor-resource/dialogs/audio/icon/center-active.png +0 -0
  34. package/ueditor-resource/dialogs/audio/icon/center.png +0 -0
  35. package/ueditor-resource/dialogs/audio/icon/img.png +0 -0
  36. package/ueditor-resource/dialogs/audio/icon/left-active.png +0 -0
  37. package/ueditor-resource/dialogs/audio/icon/left.png +0 -0
  38. package/ueditor-resource/dialogs/audio/icon/none-active.png +0 -0
  39. package/ueditor-resource/dialogs/audio/icon/none.png +0 -0
  40. package/ueditor-resource/dialogs/audio/icon/right-active.png +0 -0
  41. package/ueditor-resource/dialogs/audio/icon/right.png +0 -0
  42. package/ueditor-resource/dialogs/audio/images/bg.png +0 -0
  43. package/ueditor-resource/dialogs/audio/images/center_focus.jpg +0 -0
  44. package/ueditor-resource/dialogs/audio/images/file-icons.gif +0 -0
  45. package/ueditor-resource/dialogs/audio/images/file-icons.png +0 -0
  46. package/ueditor-resource/dialogs/audio/images/icons.gif +0 -0
  47. package/ueditor-resource/dialogs/audio/images/icons.png +0 -0
  48. package/ueditor-resource/dialogs/audio/images/image.png +0 -0
  49. package/ueditor-resource/dialogs/audio/images/left_focus.jpg +0 -0
  50. package/ueditor-resource/dialogs/audio/images/none_focus.jpg +0 -0
  51. package/ueditor-resource/dialogs/audio/images/progress.png +0 -0
  52. package/ueditor-resource/dialogs/audio/images/right_focus.jpg +0 -0
  53. package/ueditor-resource/dialogs/audio/images/success.gif +0 -0
  54. package/ueditor-resource/dialogs/audio/images/success.png +0 -0
  55. package/ueditor-resource/dialogs/background/background.css +193 -0
  56. package/ueditor-resource/dialogs/background/background.html +59 -0
  57. package/ueditor-resource/dialogs/background/background.js +370 -0
  58. package/ueditor-resource/dialogs/background/images/bg.png +0 -0
  59. package/ueditor-resource/dialogs/background/images/success.png +0 -0
  60. package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -0
  61. package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -0
  62. package/ueditor-resource/dialogs/emotion/emotion.css +129 -0
  63. package/ueditor-resource/dialogs/emotion/emotion.html +70 -0
  64. package/ueditor-resource/dialogs/emotion/emotion.js +186 -0
  65. package/ueditor-resource/dialogs/emotion/images/0.gif +0 -0
  66. package/ueditor-resource/dialogs/emotion/images/bface.gif +0 -0
  67. package/ueditor-resource/dialogs/emotion/images/cface.gif +0 -0
  68. package/ueditor-resource/dialogs/emotion/images/fface.gif +0 -0
  69. package/ueditor-resource/dialogs/emotion/images/jxface2.gif +0 -0
  70. package/ueditor-resource/dialogs/emotion/images/neweditor-tab-bg.png +0 -0
  71. package/ueditor-resource/dialogs/emotion/images/tface.gif +0 -0
  72. package/ueditor-resource/dialogs/emotion/images/wface.gif +0 -0
  73. package/ueditor-resource/dialogs/emotion/images/yface.gif +0 -0
  74. package/ueditor-resource/dialogs/formula/formula.html +98 -0
  75. package/ueditor-resource/dialogs/formula/formula.js +147 -0
  76. package/ueditor-resource/dialogs/help/help.css +37 -0
  77. package/ueditor-resource/dialogs/help/help.html +82 -0
  78. package/ueditor-resource/dialogs/help/help.js +57 -0
  79. package/ueditor-resource/dialogs/image/icon/center-active.png +0 -0
  80. package/ueditor-resource/dialogs/image/icon/center.png +0 -0
  81. package/ueditor-resource/dialogs/image/icon/img.png +0 -0
  82. package/ueditor-resource/dialogs/image/icon/left-active.png +0 -0
  83. package/ueditor-resource/dialogs/image/icon/left.png +0 -0
  84. package/ueditor-resource/dialogs/image/icon/none-active.png +0 -0
  85. package/ueditor-resource/dialogs/image/icon/none.png +0 -0
  86. package/ueditor-resource/dialogs/image/icon/right-active.png +0 -0
  87. package/ueditor-resource/dialogs/image/icon/right.png +0 -0
  88. package/ueditor-resource/dialogs/image/image.css +768 -0
  89. package/ueditor-resource/dialogs/image/image.html +145 -0
  90. package/ueditor-resource/dialogs/image/image.js +1060 -0
  91. package/ueditor-resource/dialogs/image/images/alignicon.jpg +0 -0
  92. package/ueditor-resource/dialogs/image/images/bg.png +0 -0
  93. package/ueditor-resource/dialogs/image/images/icons.gif +0 -0
  94. package/ueditor-resource/dialogs/image/images/icons.png +0 -0
  95. package/ueditor-resource/dialogs/image/images/image.png +0 -0
  96. package/ueditor-resource/dialogs/image/images/progress.png +0 -0
  97. package/ueditor-resource/dialogs/image/images/success.gif +0 -0
  98. package/ueditor-resource/dialogs/image/images/success.png +0 -0
  99. package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -0
  100. package/ueditor-resource/dialogs/internal.js +81 -0
  101. package/ueditor-resource/dialogs/link/link.html +148 -0
  102. package/ueditor-resource/dialogs/preview/preview.html +45 -0
  103. package/ueditor-resource/dialogs/scrawl/images/addimg.png +0 -0
  104. package/ueditor-resource/dialogs/scrawl/images/brush.png +0 -0
  105. package/ueditor-resource/dialogs/scrawl/images/delimg.png +0 -0
  106. package/ueditor-resource/dialogs/scrawl/images/delimgH.png +0 -0
  107. package/ueditor-resource/dialogs/scrawl/images/empty.png +0 -0
  108. package/ueditor-resource/dialogs/scrawl/images/emptyH.png +0 -0
  109. package/ueditor-resource/dialogs/scrawl/images/eraser.png +0 -0
  110. package/ueditor-resource/dialogs/scrawl/images/redo.png +0 -0
  111. package/ueditor-resource/dialogs/scrawl/images/redoH.png +0 -0
  112. package/ueditor-resource/dialogs/scrawl/images/scale.png +0 -0
  113. package/ueditor-resource/dialogs/scrawl/images/scaleH.png +0 -0
  114. package/ueditor-resource/dialogs/scrawl/images/size.png +0 -0
  115. package/ueditor-resource/dialogs/scrawl/images/undo.png +0 -0
  116. package/ueditor-resource/dialogs/scrawl/images/undoH.png +0 -0
  117. package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -0
  118. package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -0
  119. package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -0
  120. package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -0
  121. package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -0
  122. package/ueditor-resource/dialogs/spechars/spechars.html +42 -0
  123. package/ueditor-resource/dialogs/spechars/spechars.js +86 -0
  124. package/ueditor-resource/dialogs/table/dragicon.png +0 -0
  125. package/ueditor-resource/dialogs/table/edittable.css +85 -0
  126. package/ueditor-resource/dialogs/table/edittable.html +69 -0
  127. package/ueditor-resource/dialogs/table/edittable.js +241 -0
  128. package/ueditor-resource/dialogs/table/edittd.html +62 -0
  129. package/ueditor-resource/dialogs/table/edittip.html +33 -0
  130. package/ueditor-resource/dialogs/template/config.js +42 -0
  131. package/ueditor-resource/dialogs/template/images/bg.gif +0 -0
  132. package/ueditor-resource/dialogs/template/images/pre0.png +0 -0
  133. package/ueditor-resource/dialogs/template/images/pre1.png +0 -0
  134. package/ueditor-resource/dialogs/template/images/pre2.png +0 -0
  135. package/ueditor-resource/dialogs/template/images/pre3.png +0 -0
  136. package/ueditor-resource/dialogs/template/images/pre4.png +0 -0
  137. package/ueditor-resource/dialogs/template/template.css +99 -0
  138. package/ueditor-resource/dialogs/template/template.html +26 -0
  139. package/ueditor-resource/dialogs/template/template.js +53 -0
  140. package/ueditor-resource/dialogs/video/icon/center-active.png +0 -0
  141. package/ueditor-resource/dialogs/video/icon/center.png +0 -0
  142. package/ueditor-resource/dialogs/video/icon/img.png +0 -0
  143. package/ueditor-resource/dialogs/video/icon/left-active.png +0 -0
  144. package/ueditor-resource/dialogs/video/icon/left.png +0 -0
  145. package/ueditor-resource/dialogs/video/icon/none-active.png +0 -0
  146. package/ueditor-resource/dialogs/video/icon/none.png +0 -0
  147. package/ueditor-resource/dialogs/video/icon/right-active.png +0 -0
  148. package/ueditor-resource/dialogs/video/icon/right.png +0 -0
  149. package/ueditor-resource/dialogs/video/images/bg.png +0 -0
  150. package/ueditor-resource/dialogs/video/images/center_focus.jpg +0 -0
  151. package/ueditor-resource/dialogs/video/images/file-icons.gif +0 -0
  152. package/ueditor-resource/dialogs/video/images/file-icons.png +0 -0
  153. package/ueditor-resource/dialogs/video/images/icons.gif +0 -0
  154. package/ueditor-resource/dialogs/video/images/icons.png +0 -0
  155. package/ueditor-resource/dialogs/video/images/image.png +0 -0
  156. package/ueditor-resource/dialogs/video/images/left_focus.jpg +0 -0
  157. package/ueditor-resource/dialogs/video/images/none_focus.jpg +0 -0
  158. package/ueditor-resource/dialogs/video/images/progress.png +0 -0
  159. package/ueditor-resource/dialogs/video/images/right_focus.jpg +0 -0
  160. package/ueditor-resource/dialogs/video/images/success.gif +0 -0
  161. package/ueditor-resource/dialogs/video/images/success.png +0 -0
  162. package/ueditor-resource/dialogs/video/video.css +909 -0
  163. package/ueditor-resource/dialogs/video/video.html +115 -0
  164. package/ueditor-resource/dialogs/video/video.js +867 -0
  165. package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -0
  166. package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -0
  167. package/ueditor-resource/index.html +146 -0
  168. package/ueditor-resource/lang/en/en.js +686 -0
  169. package/ueditor-resource/lang/en/images/addimage.png +0 -0
  170. package/ueditor-resource/lang/en/images/alldeletebtnhoverskin.png +0 -0
  171. package/ueditor-resource/lang/en/images/alldeletebtnupskin.png +0 -0
  172. package/ueditor-resource/lang/en/images/background.png +0 -0
  173. package/ueditor-resource/lang/en/images/button.png +0 -0
  174. package/ueditor-resource/lang/en/images/copy.png +0 -0
  175. package/ueditor-resource/lang/en/images/deletedisable.png +0 -0
  176. package/ueditor-resource/lang/en/images/deleteenable.png +0 -0
  177. package/ueditor-resource/lang/en/images/listbackground.png +0 -0
  178. package/ueditor-resource/lang/en/images/localimage.png +0 -0
  179. package/ueditor-resource/lang/en/images/music.png +0 -0
  180. package/ueditor-resource/lang/en/images/rotateleftdisable.png +0 -0
  181. package/ueditor-resource/lang/en/images/rotateleftenable.png +0 -0
  182. package/ueditor-resource/lang/en/images/rotaterightdisable.png +0 -0
  183. package/ueditor-resource/lang/en/images/rotaterightenable.png +0 -0
  184. package/ueditor-resource/lang/en/images/upload.png +0 -0
  185. package/ueditor-resource/lang/zh-cn/images/copy.png +0 -0
  186. package/ueditor-resource/lang/zh-cn/images/localimage.png +0 -0
  187. package/ueditor-resource/lang/zh-cn/images/music.png +0 -0
  188. package/ueditor-resource/lang/zh-cn/images/upload.png +0 -0
  189. package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -0
  190. package/ueditor-resource/plugins/demo/demo.js +3 -0
  191. package/ueditor-resource/themes/default/css/ueditor.css +2148 -0
  192. package/ueditor-resource/themes/default/dialog.css +17 -0
  193. package/ueditor-resource/themes/default/dialogbase.css +132 -0
  194. package/ueditor-resource/themes/default/exts/ai.svg +12 -0
  195. package/ueditor-resource/themes/default/exts/apk.svg +12 -0
  196. package/ueditor-resource/themes/default/exts/chm.svg +12 -0
  197. package/ueditor-resource/themes/default/exts/css.svg +12 -0
  198. package/ueditor-resource/themes/default/exts/doc.svg +22 -0
  199. package/ueditor-resource/themes/default/exts/docx.svg +22 -0
  200. package/ueditor-resource/themes/default/exts/dwg.svg +16 -0
  201. package/ueditor-resource/themes/default/exts/folder.svg +3 -0
  202. package/ueditor-resource/themes/default/exts/gif.svg +14 -0
  203. package/ueditor-resource/themes/default/exts/html.svg +12 -0
  204. package/ueditor-resource/themes/default/exts/jpeg.svg +14 -0
  205. package/ueditor-resource/themes/default/exts/jpg.svg +14 -0
  206. package/ueditor-resource/themes/default/exts/log.svg +12 -0
  207. package/ueditor-resource/themes/default/exts/mp3.svg +14 -0
  208. package/ueditor-resource/themes/default/exts/mp4.svg +12 -0
  209. package/ueditor-resource/themes/default/exts/pdf.svg +14 -0
  210. package/ueditor-resource/themes/default/exts/png.svg +14 -0
  211. package/ueditor-resource/themes/default/exts/ppt.svg +24 -0
  212. package/ueditor-resource/themes/default/exts/pptx.svg +24 -0
  213. package/ueditor-resource/themes/default/exts/psd.svg +12 -0
  214. package/ueditor-resource/themes/default/exts/rar.svg +12 -0
  215. package/ueditor-resource/themes/default/exts/svg.svg +12 -0
  216. package/ueditor-resource/themes/default/exts/torrent.svg +14 -0
  217. package/ueditor-resource/themes/default/exts/txt.svg +14 -0
  218. package/ueditor-resource/themes/default/exts/unknown.svg +12 -0
  219. package/ueditor-resource/themes/default/exts/xls.svg +25 -0
  220. package/ueditor-resource/themes/default/exts/xlsx.svg +25 -0
  221. package/ueditor-resource/themes/default/exts/zip.svg +12 -0
  222. package/ueditor-resource/themes/default/images/anchor.gif +0 -0
  223. package/ueditor-resource/themes/default/images/arrow.png +0 -0
  224. package/ueditor-resource/themes/default/images/arrow_down.png +0 -0
  225. package/ueditor-resource/themes/default/images/arrow_up.png +0 -0
  226. package/ueditor-resource/themes/default/images/button-bg.gif +0 -0
  227. package/ueditor-resource/themes/default/images/cancelbutton.gif +0 -0
  228. package/ueditor-resource/themes/default/images/charts.png +0 -0
  229. package/ueditor-resource/themes/default/images/cursor_h.gif +0 -0
  230. package/ueditor-resource/themes/default/images/cursor_h.png +0 -0
  231. package/ueditor-resource/themes/default/images/cursor_v.gif +0 -0
  232. package/ueditor-resource/themes/default/images/cursor_v.png +0 -0
  233. package/ueditor-resource/themes/default/images/dialog-title-bg.png +0 -0
  234. package/ueditor-resource/themes/default/images/filescan.png +0 -0
  235. package/ueditor-resource/themes/default/images/highlighted.gif +0 -0
  236. package/ueditor-resource/themes/default/images/icons-all.gif +0 -0
  237. package/ueditor-resource/themes/default/images/icons.gif +0 -0
  238. package/ueditor-resource/themes/default/images/icons.png +0 -0
  239. package/ueditor-resource/themes/default/images/img-cracked.png +0 -0
  240. package/ueditor-resource/themes/default/images/loaderror.png +0 -0
  241. package/ueditor-resource/themes/default/images/loading.gif +0 -0
  242. package/ueditor-resource/themes/default/images/lock.gif +0 -0
  243. package/ueditor-resource/themes/default/images/neweditor-tab-bg.png +0 -0
  244. package/ueditor-resource/themes/default/images/pagebreak.gif +0 -0
  245. package/ueditor-resource/themes/default/images/scale.png +0 -0
  246. package/ueditor-resource/themes/default/images/sortable.png +0 -0
  247. package/ueditor-resource/themes/default/images/spacer.gif +0 -0
  248. package/ueditor-resource/themes/default/images/sparator_v.png +0 -0
  249. package/ueditor-resource/themes/default/images/table-cell-align.png +0 -0
  250. package/ueditor-resource/themes/default/images/tangram-colorpicker.png +0 -0
  251. package/ueditor-resource/themes/default/images/toolbar_bg.png +0 -0
  252. package/ueditor-resource/themes/default/images/unhighlighted.gif +0 -0
  253. package/ueditor-resource/themes/default/images/upload.png +0 -0
  254. package/ueditor-resource/themes/default/images/videologo.gif +0 -0
  255. package/ueditor-resource/themes/default/images/word.gif +0 -0
  256. package/ueditor-resource/themes/default/images/wordpaste.png +0 -0
  257. package/ueditor-resource/themes/iframe.css +63 -0
  258. package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -0
  259. package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +1 -0
  260. package/ueditor-resource/third-party/clipboard/clipboard.js +753 -0
  261. package/ueditor-resource/third-party/clipboard/clipboard.swf +0 -0
  262. package/ueditor-resource/third-party/codemirror/codemirror.css +106 -0
  263. package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -0
  264. package/ueditor-resource/third-party/jquery-3.5.1.js +2 -0
  265. package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -0
  266. package/ueditor-resource/third-party/webuploader/webuploader.css +88 -0
  267. package/ueditor-resource/third-party/webuploader/webuploader.js +4 -0
  268. package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1256 -0
  269. package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.swf +0 -0
  270. package/ueditor-resource/ueditor.all.js +32643 -0
  271. package/ueditor-resource/ueditor.config.js +656 -0
  272. package/ueditor-resource/ueditor.parse.js +639 -0
@@ -0,0 +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
+ }