dlt-for-react 2.2.0 → 2.2.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 (125) hide show
  1. package/README.md +3 -0
  2. package/assets/components/HqUeditor/images/anchor.gif +0 -0
  3. package/assets/components/HqUeditor/images/arrow.png +0 -0
  4. package/assets/components/HqUeditor/images/arrow_down.png +0 -0
  5. package/assets/components/HqUeditor/images/arrow_up.png +0 -0
  6. package/assets/components/HqUeditor/images/button-bg.gif +0 -0
  7. package/assets/components/HqUeditor/images/cancelbutton.gif +0 -0
  8. package/assets/components/HqUeditor/images/charts.png +0 -0
  9. package/assets/components/HqUeditor/images/cursor_h.gif +0 -0
  10. package/assets/components/HqUeditor/images/cursor_h.png +0 -0
  11. package/assets/components/HqUeditor/images/cursor_v.gif +0 -0
  12. package/assets/components/HqUeditor/images/cursor_v.png +0 -0
  13. package/assets/components/HqUeditor/images/dialog-title-bg.png +0 -0
  14. package/assets/components/HqUeditor/images/filescan.png +0 -0
  15. package/assets/components/HqUeditor/images/highlighted.gif +0 -0
  16. package/assets/components/HqUeditor/images/icons-all.gif +0 -0
  17. package/assets/components/HqUeditor/images/icons.gif +0 -0
  18. package/assets/components/HqUeditor/images/icons.png +0 -0
  19. package/assets/components/HqUeditor/images/loaderror.png +0 -0
  20. package/assets/components/HqUeditor/images/loading.gif +0 -0
  21. package/assets/components/HqUeditor/images/lock.gif +0 -0
  22. package/assets/components/HqUeditor/images/neweditor-tab-bg.png +0 -0
  23. package/assets/components/HqUeditor/images/pagebreak.gif +0 -0
  24. package/assets/components/HqUeditor/images/scale.png +0 -0
  25. package/assets/components/HqUeditor/images/sortable.png +0 -0
  26. package/assets/components/HqUeditor/images/spacer.gif +0 -0
  27. package/assets/components/HqUeditor/images/sparator_v.png +0 -0
  28. package/assets/components/HqUeditor/images/table-cell-align.png +0 -0
  29. package/assets/components/HqUeditor/images/tangram-colorpicker.png +0 -0
  30. package/assets/components/HqUeditor/images/toolbar_bg.png +0 -0
  31. package/assets/components/HqUeditor/images/unhighlighted.gif +0 -0
  32. package/assets/components/HqUeditor/images/upload.png +0 -0
  33. package/assets/components/HqUeditor/images/videologo.gif +0 -0
  34. package/assets/components/HqUeditor/images/word.gif +0 -0
  35. package/assets/components/HqUeditor/images/wordpaste.png +0 -0
  36. package/assets/components/HqUeditor/ueditor/index.html +175 -0
  37. package/assets/components/HqUeditor/ueditor/lang/en/en.js +684 -0
  38. package/assets/components/HqUeditor/ueditor/lang/en/images/addimage.png +0 -0
  39. package/assets/components/HqUeditor/ueditor/lang/en/images/alldeletebtnhoverskin.png +0 -0
  40. package/assets/components/HqUeditor/ueditor/lang/en/images/alldeletebtnupskin.png +0 -0
  41. package/assets/components/HqUeditor/ueditor/lang/en/images/background.png +0 -0
  42. package/assets/components/HqUeditor/ueditor/lang/en/images/button.png +0 -0
  43. package/assets/components/HqUeditor/ueditor/lang/en/images/copy.png +0 -0
  44. package/assets/components/HqUeditor/ueditor/lang/en/images/deletedisable.png +0 -0
  45. package/assets/components/HqUeditor/ueditor/lang/en/images/deleteenable.png +0 -0
  46. package/assets/components/HqUeditor/ueditor/lang/en/images/listbackground.png +0 -0
  47. package/assets/components/HqUeditor/ueditor/lang/en/images/localimage.png +0 -0
  48. package/assets/components/HqUeditor/ueditor/lang/en/images/music.png +0 -0
  49. package/assets/components/HqUeditor/ueditor/lang/en/images/rotateleftdisable.png +0 -0
  50. package/assets/components/HqUeditor/ueditor/lang/en/images/rotateleftenable.png +0 -0
  51. package/assets/components/HqUeditor/ueditor/lang/en/images/rotaterightdisable.png +0 -0
  52. package/assets/components/HqUeditor/ueditor/lang/en/images/rotaterightenable.png +0 -0
  53. package/assets/components/HqUeditor/ueditor/lang/en/images/upload.png +0 -0
  54. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/copy.png +0 -0
  55. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/localimage.png +0 -0
  56. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/music.png +0 -0
  57. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/upload.png +0 -0
  58. package/assets/components/HqUeditor/ueditor/lang/zh-cn/zh-cn.js +669 -0
  59. package/assets/components/HqUeditor/ueditor/themes/default/css/ueditor.css +1898 -0
  60. package/assets/components/HqUeditor/ueditor/themes/default/css/ueditor.min.css +1843 -0
  61. package/assets/components/HqUeditor/ueditor/themes/default/dialogbase.css +100 -0
  62. package/assets/components/HqUeditor/ueditor/themes/default/images/anchor.gif +0 -0
  63. package/assets/components/HqUeditor/ueditor/themes/default/images/arrow.png +0 -0
  64. package/assets/components/HqUeditor/ueditor/themes/default/images/arrow_down.png +0 -0
  65. package/assets/components/HqUeditor/ueditor/themes/default/images/arrow_up.png +0 -0
  66. package/assets/components/HqUeditor/ueditor/themes/default/images/button-bg.gif +0 -0
  67. package/assets/components/HqUeditor/ueditor/themes/default/images/cancelbutton.gif +0 -0
  68. package/assets/components/HqUeditor/ueditor/themes/default/images/charts.png +0 -0
  69. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_h.gif +0 -0
  70. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_h.png +0 -0
  71. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_v.gif +0 -0
  72. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_v.png +0 -0
  73. package/assets/components/HqUeditor/ueditor/themes/default/images/dialog-title-bg.png +0 -0
  74. package/assets/components/HqUeditor/ueditor/themes/default/images/filescan.png +0 -0
  75. package/assets/components/HqUeditor/ueditor/themes/default/images/highlighted.gif +0 -0
  76. package/assets/components/HqUeditor/ueditor/themes/default/images/icons-all.gif +0 -0
  77. package/assets/components/HqUeditor/ueditor/themes/default/images/icons.gif +0 -0
  78. package/assets/components/HqUeditor/ueditor/themes/default/images/icons.png +0 -0
  79. package/assets/components/HqUeditor/ueditor/themes/default/images/loaderror.png +0 -0
  80. package/assets/components/HqUeditor/ueditor/themes/default/images/loading.gif +0 -0
  81. package/assets/components/HqUeditor/ueditor/themes/default/images/lock.gif +0 -0
  82. package/assets/components/HqUeditor/ueditor/themes/default/images/neweditor-tab-bg.png +0 -0
  83. package/assets/components/HqUeditor/ueditor/themes/default/images/pagebreak.gif +0 -0
  84. package/assets/components/HqUeditor/ueditor/themes/default/images/scale.png +0 -0
  85. package/assets/components/HqUeditor/ueditor/themes/default/images/sortable.png +0 -0
  86. package/assets/components/HqUeditor/ueditor/themes/default/images/spacer.gif +0 -0
  87. package/assets/components/HqUeditor/ueditor/themes/default/images/sparator_v.png +0 -0
  88. package/assets/components/HqUeditor/ueditor/themes/default/images/table-cell-align.png +0 -0
  89. package/assets/components/HqUeditor/ueditor/themes/default/images/tangram-colorpicker.png +0 -0
  90. package/assets/components/HqUeditor/ueditor/themes/default/images/toolbar_bg.png +0 -0
  91. package/assets/components/HqUeditor/ueditor/themes/default/images/unhighlighted.gif +0 -0
  92. package/assets/components/HqUeditor/ueditor/themes/default/images/upload.png +0 -0
  93. package/assets/components/HqUeditor/ueditor/themes/default/images/videologo.gif +0 -0
  94. package/assets/components/HqUeditor/ueditor/themes/default/images/word.gif +0 -0
  95. package/assets/components/HqUeditor/ueditor/themes/default/images/wordpaste.png +0 -0
  96. package/assets/components/HqUeditor/ueditor/themes/iframe.css +1 -0
  97. package/assets/components/HqUeditor/ueditor/ueditor.all.js +29582 -0
  98. package/assets/components/HqUeditor/ueditor/ueditor.all.min.js +1 -0
  99. package/assets/components/HqUeditor/ueditor/ueditor.config.js +586 -0
  100. package/assets/components/HqUeditor/ueditor/ueditor.parse.js +1022 -0
  101. package/assets/components/HqUeditor/ueditor/ueditor.parse.min.js +7 -0
  102. package/assets/components/HqUeditor/ueditor.css +1898 -0
  103. package/assets/components/HqUeditor/ueditor.min.css +1843 -0
  104. package/lib/components/HqPrint/index.js +51 -0
  105. package/lib/components/HqUeditor/file/EditForm.js +297 -0
  106. package/lib/components/HqUeditor/file/index.js +150 -0
  107. package/lib/components/HqUeditor/img/EditForm.js +310 -0
  108. package/lib/components/HqUeditor/img/index.js +150 -0
  109. package/lib/components/HqUeditor/index.js +239 -0
  110. package/lib/components/HqUeditor/link/EditForm.js +121 -0
  111. package/lib/components/HqUeditor/link/index.js +163 -0
  112. package/lib/components/KyTable/index.js +5 -4
  113. package/lib/components/KyUpload/index.js +165 -172
  114. package/lib/index.js +9 -0
  115. package/lib/utils/common.js +3 -9
  116. package/lib/utils/createUuid.js +40 -0
  117. package/lib/utils/getLoginUser.js +10 -0
  118. package/lib/utils/getSize.js +27 -0
  119. package/package.json +2 -1
  120. package/lib/components/NHSelector/ListSort/index.js +0 -411
  121. package/lib/components/NHSelector/index.js +0 -636
  122. package/lib/components/NHSelector/resultview/index.js +0 -408
  123. package/lib/components/NHSelector/selectormodal/index.js +0 -303
  124. package/lib/components/NHSelector/table/index.js +0 -784
  125. package/lib/components/NHSelector/tree/index.js +0 -554
@@ -0,0 +1,1898 @@
1
+ /*基础UI构建
2
+ */
3
+ /* common layer */
4
+ :global .edui-default {
5
+ line-height: 20px;
6
+ }
7
+ :global .edui-default .edui-box {
8
+ border: none;
9
+ padding: 0;
10
+ margin: 0;
11
+ overflow: hidden;
12
+ }
13
+
14
+ :global .edui-default a.edui-box {
15
+ display: block;
16
+ text-decoration: none;
17
+ color: black;
18
+ }
19
+
20
+ :global .edui-default a.edui-box:hover {
21
+ text-decoration: none;
22
+ }
23
+
24
+ :global .edui-default a.edui-box:active {
25
+ text-decoration: none;
26
+ }
27
+
28
+ :global .edui-default table.edui-box {
29
+ border-collapse: collapse;
30
+ }
31
+
32
+ :global .edui-default ul.edui-box {
33
+ list-style-type: none;
34
+ }
35
+
36
+ :global div.edui-box {
37
+ position: relative;
38
+ display: -moz-inline-box !important;
39
+ display: inline-block !important;
40
+ vertical-align: top;
41
+ }
42
+
43
+ :global .edui-default .edui-clearfix {
44
+ zoom: 1
45
+ }
46
+
47
+ :global .edui-default .edui-clearfix:after {
48
+ content: '\20';
49
+ display: block;
50
+ clear: both;
51
+ }
52
+
53
+ /* :global .edui-default div.edui-box {
54
+ display: inline !important;
55
+ } */
56
+ :global * html div.edui-box {
57
+ display: inline !important;
58
+ }
59
+
60
+ :global *:first-child+html div.edui-box {
61
+ display: inline !important;
62
+ }
63
+
64
+ /* control layout */
65
+ :global .edui-default .edui-button-body,:global .edui-splitbutton-body,:global .edui-menubutton-body,:global .edui-combox-body {
66
+ position: relative;
67
+ }
68
+
69
+ :global .edui-default .edui-popup {
70
+ position: absolute;
71
+ -webkit-user-select: none;
72
+ -moz-user-select: none;
73
+ }
74
+
75
+ :global .edui-default .edui-popup .edui-shadow {
76
+ position: absolute;
77
+ z-index: -1;
78
+ }
79
+
80
+ :global .edui-default .edui-popup .edui-bordereraser {
81
+ position: absolute;
82
+ overflow: hidden;
83
+ }
84
+
85
+ :global .edui-default .edui-tablepicker .edui-canvas {
86
+ position: relative;
87
+ }
88
+
89
+ :global .edui-default .edui-tablepicker .edui-canvas .edui-overlay {
90
+ position: absolute;
91
+ }
92
+
93
+ :global .edui-default .edui-dialog-modalmask,:global .edui-dialog-dragmask {
94
+ position: absolute;
95
+ left: 0;
96
+ top: 0;
97
+ width: 100%;
98
+ height: 100%;
99
+ }
100
+
101
+ :global .edui-default .edui-toolbar {
102
+ position: relative;
103
+ }
104
+
105
+ /*
106
+ * default theme
107
+ */
108
+ :global .edui-default .edui-label {
109
+ cursor: default;
110
+ }
111
+
112
+ :global .edui-default span.edui-clickable {
113
+ color: blue;
114
+ cursor: pointer;
115
+ text-decoration: underline;
116
+ }
117
+
118
+ :global .edui-default span.edui-unclickable {
119
+ color: gray;
120
+ cursor: default;
121
+ }
122
+ /* 工具栏 */
123
+ :global .edui-default .edui-toolbar {
124
+ cursor: default;
125
+ -webkit-user-select: none;
126
+ -moz-user-select: none;
127
+ padding: 1px;
128
+ overflow: hidden; /*全屏下单独一行不占位*/
129
+ zoom: 1;
130
+ width:auto;
131
+ height:auto;
132
+ }
133
+
134
+ :global .edui-default .edui-toolbar .edui-button,
135
+ :global .edui-default .edui-toolbar .edui-splitbutton,
136
+ :global .edui-default .edui-toolbar .edui-menubutton,
137
+ :global .edui-default .edui-toolbar .edui-combox {
138
+ margin: 1px;
139
+ }
140
+ /*UI工具栏、编辑区域、底部*/
141
+ :global .edui-default .edui-editor {
142
+ border: 1px solid #d4d4d4;
143
+ background-color: white;
144
+ position: relative;
145
+ overflow: visible;
146
+ -webkit-border-radius: 4px;
147
+ -moz-border-radius: 4px;
148
+ border-radius: 4px;
149
+ }
150
+ :global .edui-editor div{
151
+ width:auto;
152
+ height:auto;
153
+ }
154
+ :global .edui-default .edui-editor-toolbarbox {
155
+ position: relative;
156
+ zoom: 1;
157
+ -webkit-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6);
158
+ -moz-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6);
159
+ box-shadow:0 1px 4px rgba(204, 204, 204, 0.6);
160
+ border-top-left-radius:2px;
161
+ border-top-right-radius:2px;
162
+ }
163
+
164
+ :global .edui-default .edui-editor-toolbarboxouter {
165
+ border-bottom: 1px solid #d4d4d4;
166
+ background-color: #fafafa;
167
+ background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
168
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
169
+ background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
170
+ background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
171
+ background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
172
+ background-repeat: repeat-x;
173
+ /*border: 1px solid #d4d4d4;*/
174
+ -webkit-border-radius: 4px 4px 0 0;
175
+ -moz-border-radius: 4px 4px 0 0;
176
+ border-radius: 4px 4px 0 0;
177
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
178
+ *zoom: 1;
179
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
180
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
181
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
182
+ }
183
+
184
+ :global .edui-default .edui-editor-toolbarboxinner {
185
+ padding: 2px;
186
+ }
187
+
188
+ :global .edui-default .edui-editor-iframeholder {
189
+ position: relative;
190
+ /*for fix ie6 toolbarmsg under iframe bug. relative -> static */
191
+ /*_position: static !important;*
192
+ }
193
+
194
+ :global .edui-default .edui-editor-iframeholder textarea {
195
+ font-family: consolas, "Courier New", "lucida console", monospace;
196
+ font-size: 12px;
197
+ line-height: 18px;
198
+ }
199
+
200
+ :global .edui-default .edui-editor-bottombar {
201
+ /*border-top: 1px solid #ccc;*/
202
+ /*height: 20px;*/
203
+ /*width: 40%;*/
204
+ /*float: left;*/
205
+ /*overflow: hidden;*/
206
+ }
207
+
208
+ :global .edui-default .edui-editor-bottomContainer {
209
+ overflow: hidden;
210
+ }
211
+
212
+ :global .edui-default .edui-editor-bottomContainer table {
213
+ width: 100%;
214
+ height: 0;
215
+ overflow: hidden;
216
+ border-spacing: 0;
217
+ }
218
+
219
+ :global .edui-default .edui-editor-bottomContainer td {
220
+ white-space: nowrap;
221
+ border-top: 1px solid #ccc;
222
+ line-height: 20px;
223
+ font-size: 12px;
224
+ font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
225
+ }
226
+
227
+ :global .edui-default .edui-editor-wordcount {
228
+ text-align: right;
229
+ margin-right: 5px;
230
+ color: #aaa;
231
+ }
232
+ :global .edui-default .edui-editor-scale {
233
+ width: 12px;
234
+ }
235
+ :global .edui-default .edui-editor-scale .edui-editor-icon {
236
+ float: right;
237
+ width: 100%;
238
+ height: 12px;
239
+ margin-top: 10px;
240
+ background: url(../../../../../../../assets/NHUeditor/images/scale.png) no-repeat;
241
+ cursor: se-resize;
242
+ }
243
+ :global .edui-default .edui-editor-breadcrumb {
244
+ margin: 2px 0 0 3px;
245
+ display: none;
246
+ }
247
+
248
+ :global .edui-default .edui-editor-breadcrumb span {
249
+ cursor: pointer;
250
+ text-decoration: underline;
251
+ color: blue;
252
+ }
253
+
254
+ :global .edui-default .edui-toolbar .edui-for-fullscreen {
255
+ float: right;
256
+ }
257
+
258
+ :global .edui-default .edui-bubble .edui-popup-content {
259
+ border: 1px solid #DCAC6C;
260
+ background-color: #fff6d9;
261
+ padding: 5px;
262
+ font-size: 10pt;
263
+ font-family: "宋体";
264
+ }
265
+
266
+ :global .edui-default .edui-editor-toolbarmsg {
267
+ background-color: #FFF6D9;
268
+ border-bottom: 1px solid #ccc;
269
+ position: absolute;
270
+ bottom: -25px;
271
+ left: 0;
272
+ z-index: 1009;
273
+ width: 99.9%;
274
+ }
275
+
276
+ :global .edui-default .edui-editor-toolbarmsg-upload {
277
+ font-size: 14px;
278
+ color: blue;
279
+ width: 100px;
280
+ height: 16px;
281
+ line-height: 16px;
282
+ cursor: pointer;
283
+ position: absolute;
284
+ top: 5px;
285
+ left: 350px;
286
+ }
287
+
288
+ :global .edui-default .edui-editor-toolbarmsg-label {
289
+ font-size: 12px;
290
+ line-height: 16px;
291
+ padding: 4px;
292
+ }
293
+
294
+ :global .edui-default .edui-editor-toolbarmsg-close {
295
+ float: right;
296
+ width: 20px;
297
+ height: 16px;
298
+ line-height: 16px;
299
+ cursor: pointer;
300
+ color: red;
301
+ }
302
+ /*可选中菜单按钮*/
303
+ :global .edui-default .edui-list .edui-bordereraser {
304
+ display: none;
305
+ }
306
+
307
+ :global .edui-default .edui-listitem {
308
+ padding: 1px;
309
+ white-space: nowrap;
310
+ }
311
+
312
+ :global .edui-default .edui-list .edui-state-hover {
313
+ position: relative;
314
+ background-color: #fff5d4;
315
+ border: 1px solid #dcac6c;
316
+ padding: 0;
317
+ }
318
+
319
+ :global .edui-default .edui-for-fontfamily .edui-listitem-label {
320
+ min-width: 130px;
321
+ _width: 120px;
322
+ font-size: 12px;
323
+ height: 22px;
324
+ line-height: 22px;
325
+ padding-left: 5px;
326
+ }
327
+ :global .edui-default .edui-for-insertcode .edui-listitem-label {
328
+ min-width: 120px;
329
+ _width: 120px;
330
+ font-size: 12px;
331
+ height: 22px;
332
+ line-height: 22px;
333
+ padding-left: 5px;
334
+ }
335
+ :global .edui-default .edui-for-underline .edui-listitem-label {
336
+ min-width: 120px;
337
+ _width: 120px;
338
+ padding: 3px 5px;
339
+ font-size: 12px;
340
+ }
341
+
342
+ :global .edui-default .edui-for-fontsize .edui-listitem-label {
343
+ min-width: 120px;
344
+ _width: 120px;
345
+ padding: 3px 5px;
346
+
347
+ }
348
+
349
+ :global .edui-default .edui-for-paragraph .edui-listitem-label {
350
+ min-width: 200px;
351
+ _width: 200px;
352
+ padding: 2px 5px;
353
+ }
354
+
355
+ :global .edui-default .edui-for-rowspacingtop .edui-listitem-label,
356
+ :global .edui-default .edui-for-rowspacingbottom .edui-listitem-label {
357
+ min-width: 53px;
358
+ _width: 53px;
359
+ padding: 2px 5px;
360
+ }
361
+
362
+ :global .edui-default .edui-for-lineheight .edui-listitem-label {
363
+ min-width: 53px;
364
+ _width: 53px;
365
+ padding: 2px 5px;
366
+ }
367
+
368
+ :global .edui-default .edui-for-customstyle .edui-listitem-label {
369
+ min-width: 200px;
370
+ _width: 200px;
371
+ width: 200px !important;
372
+ padding: 2px 5px;
373
+ }
374
+ /* 可选中按钮弹出菜单*/
375
+ :global .edui-default .edui-menu {
376
+ z-index: 3000;
377
+ }
378
+
379
+ :global .edui-default .edui-menu .edui-popup-content {
380
+ padding: 3px;
381
+ }
382
+
383
+ :global .edui-default .edui-menu-body {
384
+ _width: 150px;
385
+ min-width: 170px;
386
+ background: url("../../../../../../../assets/NHUeditor/images/sparator_v.png") repeat-y 25px;
387
+ }
388
+
389
+
390
+ :global .edui-default .edui-menuitem {
391
+ height: 20px;
392
+ cursor: default;
393
+ vertical-align: top;
394
+ }
395
+
396
+ :global .edui-default .edui-menuitem .edui-icon {
397
+ width: 20px !important;
398
+ height: 20px !important;
399
+ background: url(../../../../../../../assets/NHUeditor/images/icons.png) 0 -4000px;
400
+ background: url(../../../../../../../assets/NHUeditor/images/icons.gif) 0 -4000px\9;
401
+ }
402
+
403
+ :global .edui-default .edui-menuitem .edui-label {
404
+ font-size: 12px;
405
+ line-height: 20px;
406
+ height: 20px;
407
+ padding-left: 10px;
408
+ }
409
+
410
+ :global .edui-default .edui-state-checked .edui-menuitem-body {
411
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 6px -205px;
412
+ }
413
+
414
+ :global .edui-default .edui-state-disabled .edui-menuitem-label {
415
+ color: gray;
416
+ }
417
+
418
+
419
+ /*不可选中菜单按钮 */
420
+ :global .edui-default .edui-toolbar .edui-combox-body .edui-button-body {
421
+ width: 60px;
422
+ font-size: 12px;
423
+ height: 20px;
424
+ line-height: 20px;
425
+ padding-left: 5px;
426
+ white-space: nowrap;
427
+ margin: 0 3px 0 0;
428
+ }
429
+
430
+ :global .edui-default .edui-toolbar .edui-combox-body .edui-arrow {
431
+ background: url(../../../../../../../assets/NHUeditor/images/icons.png) -741px 0;
432
+ _background: url(../../../../../../../assets/NHUeditor/images/icons.gif) -741px 0;
433
+ height: 20px;
434
+ width: 9px;
435
+ }
436
+
437
+ :global .edui-default .edui-toolbar .edui-combox .edui-combox-body {
438
+ border: 1px solid #CCC;
439
+ background-color: white;
440
+ border-radius: 2px;
441
+ -webkit-border-radius: 2px;
442
+ -moz-border-radius: 2px;
443
+ }
444
+
445
+ :global .edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
446
+ display: none;
447
+ }
448
+
449
+ :global .edui-default .edui-toolbar .edui-combox-body .edui-arrow {
450
+ border-left: 1px solid #CCC;
451
+ }
452
+
453
+ :global .edui-default .edui-toolbar .edui-state-hover .edui-combox-body {
454
+ background-color: #fff5d4;
455
+ border: 1px solid #dcac6c;
456
+ }
457
+
458
+ :global .edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
459
+ border-left: 1px solid #dcac6c;
460
+ }
461
+
462
+ :global .edui-default .edui-toolbar .edui-state-checked .edui-combox-body {
463
+ background-color: #FFE69F;
464
+ border: 1px solid #DCAC6C;
465
+ }
466
+
467
+ :global .edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
468
+ border-left: 1px solid #DCAC6C;
469
+ }
470
+
471
+ :global .edui-toolbar .edui-state-disabled .edui-combox-body {
472
+ background-color: #F0F0EE;
473
+ opacity: 0.3;
474
+ filter: alpha(opacity = 30);
475
+ }
476
+
477
+ :global .edui-toolbar .edui-state-opened .edui-combox-body {
478
+ background-color: white;
479
+ border: 1px solid gray;
480
+ }
481
+ /*普通按钮样式及状态*/
482
+ :global .edui-default .edui-toolbar .edui-button .edui-icon,
483
+ :global .edui-default .edui-toolbar .edui-menubutton .edui-icon,
484
+ :global .edui-default .edui-toolbar .edui-splitbutton .edui-icon {
485
+ height: 20px !important;
486
+ width: 20px !important;
487
+ background-image: url(../../../../../../../assets/NHUeditor/images/icons.png);
488
+ background-image: url(../../../../../../../assets/NHUeditor/images/icons.gif) \9;
489
+ }
490
+
491
+ :global .edui-default .edui-toolbar .edui-button .edui-button-wrap {
492
+ padding: 1px;
493
+ position: relative;
494
+ }
495
+
496
+ :global .edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
497
+ background-color: #fff5d4;
498
+ padding: 0;
499
+ border: 1px solid #dcac6c;
500
+ }
501
+
502
+ :global .edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
503
+ background-color: #ffe69f;
504
+ padding: 0;
505
+ border: 1px solid #dcac6c;
506
+ border-radius: 2px;
507
+ -webkit-border-radius: 2px;
508
+ -moz-border-radius: 2px;
509
+ }
510
+
511
+ :global .edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
512
+ background-color: #ffffff;
513
+ padding: 0;
514
+ border: 1px solid gray;
515
+ }
516
+ :global .edui-default .edui-toolbar .edui-state-disabled .edui-label {
517
+ color: #ccc;
518
+ }
519
+ :global .edui-default .edui-toolbar .edui-state-disabled .edui-icon {
520
+ opacity: 0.3;
521
+ filter: alpha(opacity = 30);
522
+ }
523
+
524
+ /* toolbar icons */
525
+ :global .edui-default .edui-for-undo .edui-icon {
526
+ background-position: -160px 0;
527
+ }
528
+
529
+ :global .edui-default .edui-for-redo .edui-icon {
530
+ background-position: -100px 0;
531
+ }
532
+
533
+ :global .edui-default .edui-for-bold .edui-icon {
534
+ background-position: 0 0;
535
+ }
536
+
537
+ :global .edui-default .edui-for-italic .edui-icon {
538
+ background-position: -60px 0;
539
+ }
540
+
541
+ :global .edui-default .edui-for-fontborder .edui-icon {
542
+ background-position:-160px -40px;
543
+ }
544
+ :global .edui-default .edui-for-underline .edui-icon {
545
+ background-position: -140px 0;
546
+ }
547
+
548
+ :global .edui-default .edui-for-strikethrough .edui-icon {
549
+ background-position: -120px 0;
550
+ }
551
+
552
+ :global .edui-default .edui-for-subscript .edui-icon {
553
+ background-position: -600px 0;
554
+ }
555
+
556
+ :global .edui-default .edui-for-superscript .edui-icon {
557
+ background-position: -620px 0;
558
+ }
559
+
560
+ :global .edui-default .edui-for-blockquote .edui-icon {
561
+ background-position: -220px 0;
562
+ }
563
+
564
+ :global .edui-default .edui-for-forecolor .edui-icon {
565
+ background-position: -720px 0;
566
+ }
567
+
568
+ :global .edui-default .edui-for-backcolor .edui-icon {
569
+ background-position: -760px 0;
570
+ }
571
+
572
+ :global .edui-default .edui-for-inserttable .edui-icon {
573
+ background-position: -580px -20px;
574
+ }
575
+
576
+ :global .edui-default .edui-for-autotypeset .edui-icon {
577
+ background-position: -640px -40px;
578
+ }
579
+
580
+ :global .edui-default .edui-for-justifyleft .edui-icon {
581
+ background-position: -460px 0;
582
+ }
583
+
584
+ :global .edui-default .edui-for-justifycenter .edui-icon {
585
+ background-position: -420px 0;
586
+ }
587
+
588
+ :global .edui-default .edui-for-justifyright .edui-icon {
589
+ background-position: -480px 0;
590
+ }
591
+
592
+ :global .edui-default .edui-for-justifyjustify .edui-icon {
593
+ background-position: -440px 0;
594
+ }
595
+
596
+ :global .edui-default .edui-for-insertorderedlist .edui-icon {
597
+ background-position: -80px 0;
598
+ }
599
+
600
+ :global .edui-default .edui-for-insertunorderedlist .edui-icon {
601
+ background-position: -20px 0;
602
+ }
603
+
604
+ :global .edui-default .edui-for-lineheight .edui-icon {
605
+ background-position: -725px -40px;
606
+ }
607
+
608
+ :global .edui-default .edui-for-rowspacingbottom .edui-icon {
609
+ background-position: -745px -40px;
610
+ }
611
+
612
+ :global .edui-default .edui-for-rowspacingtop .edui-icon {
613
+ background-position: -765px -40px;
614
+ }
615
+
616
+ :global .edui-default .edui-for-horizontal .edui-icon {
617
+ background-position: -360px 0;
618
+ }
619
+
620
+ :global .edui-default .edui-for-link .edui-icon {
621
+ background-position: -500px 0;
622
+ }
623
+
624
+ :global .edui-default .edui-for-code .edui-icon {
625
+ background-position: -440px -40px;
626
+ }
627
+
628
+ :global .edui-default .edui-for-insertimage .edui-icon {
629
+ background-position: -726px -77px;
630
+ }
631
+
632
+ :global .edui-default .edui-for-insertframe .edui-icon {
633
+ background-position: -240px -40px;
634
+ }
635
+
636
+ :global .edui-default .edui-for-emoticon .edui-icon {
637
+ background-position: -60px -20px;
638
+ }
639
+
640
+ :global .edui-default .edui-for-spechars .edui-icon {
641
+ background-position: -240px 0;
642
+ }
643
+
644
+ :global .edui-default .edui-for-help .edui-icon {
645
+ background-position: -340px 0;
646
+ }
647
+
648
+ :global .edui-default .edui-for-print .edui-icon {
649
+ background-position: -440px -20px;
650
+ }
651
+
652
+ :global .edui-default .edui-for-preview .edui-icon {
653
+ background-position: -420px -20px;
654
+ }
655
+
656
+ :global .edui-default .edui-for-selectall .edui-icon {
657
+ background-position: -400px -20px;
658
+ }
659
+
660
+ :global .edui-default .edui-for-searchreplace .edui-icon {
661
+ background-position: -520px -20px;
662
+ }
663
+
664
+ :global .edui-default .edui-for-map .edui-icon {
665
+ background-position: -40px -40px;
666
+ }
667
+
668
+ :global .edui-default .edui-for-gmap .edui-icon {
669
+ background-position: -260px -40px;
670
+ }
671
+
672
+ :global .edui-default .edui-for-insertvideo .edui-icon {
673
+ background-position: -320px -20px;
674
+ }
675
+
676
+ :global .edui-default .edui-for-time .edui-icon {
677
+ background-position: -160px -20px;
678
+ }
679
+
680
+ :global .edui-default .edui-for-date .edui-icon {
681
+ background-position: -140px -20px;
682
+ }
683
+
684
+ :global .edui-default .edui-for-cut .edui-icon {
685
+ background-position: -680px 0;
686
+ }
687
+
688
+ :global .edui-default .edui-for-copy .edui-icon {
689
+ background-position: -700px 0;
690
+ }
691
+
692
+ :global .edui-default .edui-for-paste .edui-icon {
693
+ background-position: -560px 0;
694
+ }
695
+
696
+ :global .edui-default .edui-for-formatmatch .edui-icon {
697
+ background-position: -40px 0;
698
+ }
699
+
700
+ :global .edui-default .edui-for-pasteplain .edui-icon {
701
+ background-position: -360px -20px;
702
+ }
703
+
704
+ :global .edui-default .edui-for-directionalityltr .edui-icon {
705
+ background-position: -20px -20px;
706
+ }
707
+
708
+ :global .edui-default .edui-for-directionalityrtl .edui-icon {
709
+ background-position: -40px -20px;
710
+ }
711
+
712
+ :global .edui-default .edui-for-source .edui-icon {
713
+ background-position: -261px -0px;
714
+ }
715
+
716
+ :global .edui-default .edui-for-removeformat .edui-icon {
717
+ background-position: -580px 0;
718
+ }
719
+
720
+ :global .edui-default .edui-for-unlink .edui-icon {
721
+ background-position: -640px 0;
722
+ }
723
+
724
+ :global .edui-default .edui-for-touppercase .edui-icon {
725
+ background-position: -786px 0;
726
+ }
727
+
728
+ :global .edui-default .edui-for-tolowercase .edui-icon {
729
+ background-position: -806px 0;
730
+ }
731
+
732
+ :global .edui-default .edui-for-insertrow .edui-icon {
733
+ background-position: -478px -76px;
734
+ }
735
+
736
+ :global .edui-default .edui-for-insertrownext .edui-icon {
737
+ background-position: -498px -76px;
738
+ }
739
+
740
+ :global .edui-default .edui-for-insertcol .edui-icon {
741
+ background-position: -455px -76px;
742
+ }
743
+
744
+ :global .edui-default .edui-for-insertcolnext .edui-icon {
745
+ background-position: -429px -76px;
746
+ }
747
+
748
+ :global .edui-default .edui-for-mergeright .edui-icon {
749
+ background-position: -60px -40px;
750
+ }
751
+
752
+ :global .edui-default .edui-for-mergedown .edui-icon {
753
+ background-position: -80px -40px;
754
+ }
755
+
756
+ :global .edui-default .edui-for-splittorows .edui-icon {
757
+ background-position: -100px -40px;
758
+ }
759
+
760
+ :global .edui-default .edui-for-splittocols .edui-icon {
761
+ background-position: -120px -40px;
762
+ }
763
+
764
+ :global .edui-default .edui-for-insertparagraphbeforetable .edui-icon {
765
+ background-position: -140px -40px;
766
+ }
767
+
768
+ :global .edui-default .edui-for-deleterow .edui-icon {
769
+ background-position: -660px -20px;
770
+ }
771
+
772
+ :global .edui-default .edui-for-deletecol .edui-icon {
773
+ background-position: -640px -20px;
774
+ }
775
+
776
+ :global .edui-default .edui-for-splittocells .edui-icon {
777
+ background-position: -800px -20px;
778
+ }
779
+
780
+ :global .edui-default .edui-for-mergecells .edui-icon {
781
+ background-position: -760px -20px;
782
+ }
783
+
784
+ :global .edui-default .edui-for-deletetable .edui-icon {
785
+ background-position: -620px -20px;
786
+ }
787
+
788
+ :global .edui-default .edui-for-cleardoc .edui-icon {
789
+ background-position: -520px 0;
790
+ }
791
+
792
+ :global .edui-default .edui-for-fullscreen .edui-icon {
793
+ background-position: -100px -20px;
794
+ }
795
+
796
+ :global .edui-default .edui-for-anchor .edui-icon {
797
+ background-position: -200px 0;
798
+ }
799
+
800
+ :global .edui-default .edui-for-pagebreak .edui-icon {
801
+ background-position: -460px -40px;
802
+ }
803
+
804
+ :global .edui-default .edui-for-imagenone .edui-icon {
805
+ background-position: -480px -40px;
806
+ }
807
+
808
+ :global .edui-default .edui-for-imageleft .edui-icon {
809
+ background-position: -500px -40px;
810
+ }
811
+
812
+ :global .edui-default .edui-for-wordimage .edui-icon {
813
+ background-position: -660px -40px;
814
+ }
815
+
816
+ :global .edui-default .edui-for-imageright .edui-icon {
817
+ background-position: -520px -40px;
818
+ }
819
+
820
+ :global .edui-default .edui-for-imagecenter .edui-icon {
821
+ background-position: -540px -40px;
822
+ }
823
+
824
+ :global .edui-default .edui-for-indent .edui-icon {
825
+ background-position: -400px 0;
826
+ }
827
+
828
+ :global .edui-default .edui-for-outdent .edui-icon {
829
+ background-position: -540px 0;
830
+ }
831
+
832
+ :global .edui-default .edui-for-webapp .edui-icon {
833
+ background-position: -601px -40px
834
+ }
835
+
836
+ :global .edui-default .edui-for-table .edui-icon {
837
+ background-position: -580px -20px;
838
+ }
839
+
840
+ :global .edui-default .edui-for-edittable .edui-icon {
841
+ background-position: -420px -40px;
842
+ }
843
+
844
+ :global .edui-default .edui-for-template .edui-icon {
845
+ background-position: -339px -40px;
846
+ }
847
+
848
+ :global .edui-default .edui-for-delete .edui-icon {
849
+ background-position: -360px -40px;
850
+ }
851
+
852
+ :global .edui-default .edui-for-attachment .edui-icon {
853
+ background-position: -620px -40px;
854
+ }
855
+
856
+ :global .edui-default .edui-for-edittd .edui-icon {
857
+ background-position: -700px -40px;
858
+ }
859
+
860
+ :global .edui-default .edui-for-snapscreen .edui-icon {
861
+ background-position: -581px -40px
862
+ }
863
+
864
+ :global .edui-default .edui-for-scrawl .edui-icon {
865
+ background-position: -801px -41px
866
+ }
867
+
868
+ :global .edui-default .edui-for-background .edui-icon {
869
+ background-position: -680px -40px;
870
+ }
871
+
872
+ :global .edui-default .edui-for-music .edui-icon {
873
+ background-position: -18px -40px
874
+ }
875
+
876
+ :global .edui-default .edui-for-formula .edui-icon {
877
+ background-position: -200px -40px
878
+ }
879
+
880
+ :global .edui-default .edui-for-aligntd .edui-icon {
881
+ background-position: -236px -76px;
882
+ }
883
+
884
+ :global .edui-default .edui-for-insertparagraphtrue .edui-icon {
885
+ background-position: -625px -76px;
886
+ }
887
+
888
+ :global .edui-default .edui-for-insertparagraph .edui-icon {
889
+ background-position: -602px -76px;
890
+ }
891
+
892
+ :global .edui-default .edui-for-insertcaption .edui-icon {
893
+ background-position: -336px -76px;
894
+ }
895
+
896
+ :global .edui-default .edui-for-deletecaption .edui-icon {
897
+ background-position: -362px -76px;
898
+ }
899
+
900
+ :global .edui-default .edui-for-inserttitle .edui-icon {
901
+ background-position: -286px -76px;
902
+ }
903
+
904
+ :global .edui-default .edui-for-deletetitle .edui-icon {
905
+ background-position: -311px -76px;
906
+ }
907
+
908
+ :global .edui-default .edui-for-aligntable .edui-icon {
909
+ background-position: -440px 0;
910
+ }
911
+
912
+ :global .edui-default .edui-for-tablealignment-left .edui-icon {
913
+ background-position: -460px 0;
914
+ }
915
+
916
+ :global .edui-default .edui-for-tablealignment-center .edui-icon {
917
+ background-position: -420px 0;
918
+ }
919
+
920
+ :global .edui-default .edui-for-tablealignment-right .edui-icon {
921
+ background-position: -480px 0;
922
+ }
923
+
924
+ :global .edui-default .edui-for-drafts .edui-icon {
925
+ background-position: -560px 0;
926
+ }
927
+
928
+
929
+ :global .edui-default .edui-for-inserttitlecol .edui-icon {
930
+ background-position: -673px -76px;
931
+ }
932
+
933
+ :global .edui-default .edui-for-deletetitlecol .edui-icon {
934
+ background-position: -698px -76px;
935
+ }
936
+
937
+ :global .edui-default .edui-for-simpleupload .edui-icon {
938
+ background-position: -380px 0px;
939
+ }
940
+ /*splitbutton*/
941
+ :global .edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow,
942
+ :global .edui-default .edui-toolbar .edui-menubutton-body .edui-arrow {
943
+ background: url(../../../../../../../assets/NHUeditor/images/icons.png) -741px 0;
944
+ _background: url(../../../../../../../assets/NHUeditor/images/icons.gif) -741px 0;
945
+ height: 20px;
946
+ width: 9px;
947
+ }
948
+
949
+ :global .edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body,
950
+ :global .edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body {
951
+ padding: 1px;
952
+ }
953
+
954
+ :global .edui-default .edui-toolbar .edui-splitborder {
955
+ width: 1px;
956
+ height: 20px;
957
+ }
958
+
959
+ :global .edui-default .edui-toolbar .edui-state-hover .edui-splitborder {
960
+ width: 1px;
961
+ border-left: 0px solid #dcac6c;
962
+ }
963
+
964
+ :global .edui-default .edui-toolbar .edui-state-active .edui-splitborder {
965
+ width: 0;
966
+ border-left: 1px solid gray;
967
+ }
968
+
969
+ :global .edui-default .edui-toolbar .edui-state-opened .edui-splitborder {
970
+ width: 1px;
971
+ border: 0;
972
+ }
973
+
974
+ :global .edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body,
975
+ :global .edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body {
976
+ background-color: #fff5d4;
977
+ border: 1px solid #dcac6c;
978
+ padding: 0;
979
+ }
980
+
981
+ :global .edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body,
982
+ :global .edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body {
983
+ background-color: #FFE69F;
984
+ border: 1px solid #DCAC6C;
985
+ padding: 0;
986
+ }
987
+
988
+ :global .edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body,
989
+ :global .edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body {
990
+ background-color: #ffffff;
991
+ border: 1px solid gray;
992
+ padding: 0;
993
+ }
994
+
995
+ :global .edui-default .edui-state-disabled .edui-arrow {
996
+ opacity: 0.3;
997
+ _filter: alpha(opacity = 30);
998
+ }
999
+
1000
+ :global .edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body,
1001
+ :global .edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body {
1002
+ background-color: white;
1003
+ border: 1px solid gray;
1004
+ padding: 0;
1005
+ }
1006
+
1007
+ :global .edui-default .edui-for-insertorderedlist .edui-bordereraser,
1008
+ :global .edui-default .edui-for-lineheight .edui-bordereraser,
1009
+ :global .edui-default .edui-for-rowspacingtop .edui-bordereraser,
1010
+ :global .edui-default .edui-for-rowspacingbottom .edui-bordereraser,
1011
+ :global .edui-default .edui-for-insertunorderedlist .edui-bordereraser {
1012
+ background-color: white;
1013
+ }
1014
+
1015
+ /* 解决嵌套导致的图标问题 */
1016
+ :global .edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon,
1017
+ :global .edui-default .edui-for-lineheight .edui-popup-body .edui-icon,
1018
+ :global .edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon,
1019
+ :global .edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon,
1020
+ :global .edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon {
1021
+ /*background-position: 0 -40px;*/
1022
+ background-image: none ;
1023
+ }
1024
+
1025
+ /* 弹出菜单 */
1026
+ :global .edui-default .edui-popup {
1027
+ z-index: 3000;
1028
+ background-color: #ffffff;
1029
+ width:auto;
1030
+ height:auto;
1031
+
1032
+ }
1033
+
1034
+ :global .edui-default .edui-popup .edui-shadow {
1035
+ left: 0;
1036
+ top: 0;
1037
+ width: 100%;
1038
+ height: 100%;
1039
+ }
1040
+
1041
+ :global .edui-default .edui-popup-content {
1042
+ border:1px solid #ccc;
1043
+ border: 1px solid rgba(0, 0, 0, 0.2);
1044
+ *border-right-width: 2px;
1045
+ *border-bottom-width: 2px;
1046
+ -webkit-border-radius: 6px;
1047
+ -moz-border-radius: 6px;
1048
+ border-radius: 6px;
1049
+ -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1050
+ -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1051
+ box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1052
+ -webkit-background-clip: padding-box;
1053
+ -moz-background-clip: padding;
1054
+ background-clip: padding-box;
1055
+ padding: 5px;
1056
+ background:#ffffff;
1057
+ }
1058
+
1059
+ :global .edui-default .edui-popup .edui-bordereraser {
1060
+ background-color: white;
1061
+ height: 3px;
1062
+ }
1063
+
1064
+ :global .edui-default .edui-menu .edui-bordereraser {
1065
+ height: 3px;
1066
+ }
1067
+
1068
+ :global .edui-default .edui-anchor-topleft .edui-bordereraser {
1069
+ left: 1px;
1070
+ top: -2px;
1071
+ }
1072
+
1073
+ :global .edui-default .edui-anchor-topright .edui-bordereraser {
1074
+ right: 1px;
1075
+ top: -2px;
1076
+ }
1077
+
1078
+ :global .edui-default .edui-anchor-bottomleft .edui-bordereraser {
1079
+ left: 0;
1080
+ bottom: -6px;
1081
+ height: 7px;
1082
+ border-left: 1px solid gray;
1083
+ border-right: 1px solid gray;
1084
+ }
1085
+
1086
+ :global .edui-default .edui-anchor-bottomright .edui-bordereraser {
1087
+ right: 0;
1088
+ bottom: -6px;
1089
+ height: 7px;
1090
+ border-left: 1px solid gray;
1091
+ border-right: 1px solid gray;
1092
+ }
1093
+
1094
+ .edui-popup div{
1095
+ width:auto;
1096
+ height:auto;
1097
+ }
1098
+ :global .edui-default .edui-editor-messageholder {
1099
+ display: block;
1100
+ width: 150px;
1101
+ height: auto;
1102
+ border: 0;
1103
+ margin: 0;
1104
+ padding: 0;
1105
+ position: absolute;
1106
+ top: 28px;
1107
+ right: 3px;
1108
+ }
1109
+
1110
+ :global .edui-default .edui-message{
1111
+ min-height: 10px;
1112
+ text-shadow: 0 1px 0 rgba(255,255,255,0.5);
1113
+ padding: 0;
1114
+ margin-bottom: 3px;
1115
+ position: relative;
1116
+ }
1117
+ :global .edui-default .edui-message-body{
1118
+ border-radius: 3px;
1119
+ padding: 8px 15px 8px 8px;
1120
+ color: #c09853;
1121
+ background-color: #fcf8e3;
1122
+ border: 1px solid #fbeed5;
1123
+ }
1124
+ :global .edui-default .edui-message-type-info{
1125
+ color: #3a87ad;
1126
+ background-color: #d9edf7;
1127
+ border-color: #bce8f1
1128
+ }
1129
+ :global .edui-default .edui-message-type-success{
1130
+ color: #468847;
1131
+ background-color: #dff0d8;
1132
+ border-color: #d6e9c6
1133
+ }
1134
+ :global .edui-default .edui-message-type-danger,
1135
+ :global .edui-default .edui-message-type-error{
1136
+ color: #b94a48;
1137
+ background-color: #f2dede;
1138
+ border-color: #eed3d7
1139
+ }
1140
+ :global .edui-default .edui-message .edui-message-closer {
1141
+ display: block;
1142
+ width: 16px;
1143
+ height: 16px;
1144
+ line-height: 16px;
1145
+ position: absolute;
1146
+ top: 0;
1147
+ right: 0;
1148
+ padding: 0;
1149
+ cursor: pointer;
1150
+ background: transparent;
1151
+ border: 0;
1152
+ float: right;
1153
+ font-size: 20px;
1154
+ font-weight: bold;
1155
+ color: #999;
1156
+ text-shadow: 0 1px 0 #fff;
1157
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
1158
+ }
1159
+ :global .edui-default .edui-message .edui-message-content {
1160
+ font-size: 10pt;
1161
+ word-wrap: break-word;
1162
+ word-break: normal;
1163
+ }
1164
+ /* 弹出对话框按钮和对话框大小 */
1165
+ :global .edui-default .edui-dialog {
1166
+ z-index: 2000;
1167
+ position: absolute;
1168
+
1169
+ }
1170
+
1171
+ .edui-dialog div{
1172
+ width:auto;
1173
+ }
1174
+
1175
+ :global .edui-default .edui-dialog-wrap {
1176
+ margin-right: 6px;
1177
+ margin-bottom: 6px;
1178
+ }
1179
+
1180
+ :global .edui-default .edui-dialog-fullscreen-flag {
1181
+ margin-right: 0;
1182
+ margin-bottom: 0;
1183
+ }
1184
+
1185
+ :global .edui-default .edui-dialog-body {
1186
+ position: relative;
1187
+ padding:2px 0 0 2px;
1188
+ _zoom: 1;
1189
+ }
1190
+
1191
+ :global .edui-default .edui-dialog-fullscreen-flag .edui-dialog-body {
1192
+ padding: 0;
1193
+ }
1194
+
1195
+ :global .edui-default .edui-dialog-shadow {
1196
+ position: absolute;
1197
+ z-index: -1;
1198
+ left: 0;
1199
+ top: 0;
1200
+ width: 100%;
1201
+ height: 100%;
1202
+ background-color: #ffffff;
1203
+ border: 1px solid #ccc;
1204
+ border: 1px solid rgba(0, 0, 0, 0.2);
1205
+ *border-right-width: 2px;
1206
+ *border-bottom-width: 2px;
1207
+ -webkit-border-radius: 6px;
1208
+ -moz-border-radius: 6px;
1209
+ border-radius: 6px;
1210
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1211
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1212
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1213
+ -webkit-background-clip: padding-box;
1214
+ -moz-background-clip: padding;
1215
+ background-clip: padding-box;
1216
+ }
1217
+
1218
+ :global .edui-default .edui-dialog-foot {
1219
+ background-color: white;
1220
+ }
1221
+
1222
+ :global .edui-default .edui-dialog-titlebar {
1223
+ height: 26px;
1224
+ border-bottom: 1px solid #c6c6c6;
1225
+ background: url(../../../../../../../assets/NHUeditor/images/dialog-title-bg.png) repeat-x bottom;
1226
+ position: relative;
1227
+ cursor: move;
1228
+ }
1229
+ :global .edui-default .edui-dialog-caption {
1230
+ font-weight: bold;
1231
+ font-size: 12px;
1232
+ line-height: 26px;
1233
+ padding-left: 5px;
1234
+ }
1235
+
1236
+ :global .edui-default .edui-dialog-draghandle {
1237
+ height: 26px;
1238
+ }
1239
+
1240
+ :global .edui-default .edui-dialog-closebutton {
1241
+ position: absolute !important;
1242
+ right: 5px;
1243
+ top: 3px;
1244
+ }
1245
+
1246
+ :global .edui-default .edui-dialog-closebutton .edui-button-body {
1247
+ height: 20px;
1248
+ width: 20px;
1249
+ cursor: pointer;
1250
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 0 -59px;
1251
+ }
1252
+
1253
+ :global .edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body {
1254
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 0 -89px;
1255
+ }
1256
+
1257
+ :global .edui-default .edui-dialog-foot {
1258
+ height: 40px;
1259
+ }
1260
+
1261
+ :global .edui-default .edui-dialog-buttons {
1262
+ position: absolute;
1263
+ right: 0;
1264
+ }
1265
+
1266
+ :global .edui-default .edui-dialog-buttons .edui-button {
1267
+ margin-right: 10px;
1268
+ }
1269
+
1270
+ :global .edui-default .edui-dialog-buttons .edui-button .edui-button-body {
1271
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat;
1272
+ height: 24px;
1273
+ width: 96px;
1274
+ font-size: 12px;
1275
+ line-height: 24px;
1276
+ text-align: center;
1277
+ cursor: default;
1278
+ }
1279
+
1280
+ :global .edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body {
1281
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 0 -30px;
1282
+ }
1283
+
1284
+ :global .edui-default .edui-dialog iframe {
1285
+ border: 0;
1286
+ padding: 0;
1287
+ margin: 0;
1288
+ vertical-align: top;
1289
+ }
1290
+
1291
+ :global .edui-default .edui-dialog-modalmask {
1292
+ opacity: 0.3;
1293
+ filter: alpha(opacity = 30);
1294
+ background-color: #ccc;
1295
+ position: absolute;
1296
+ /*z-index: 1999;*/
1297
+ }
1298
+
1299
+ :global .edui-default .edui-dialog-dragmask {
1300
+ position: absolute;
1301
+ /*z-index: 2001;*/
1302
+ background-color: transparent;
1303
+ cursor: move;
1304
+ }
1305
+
1306
+ :global .edui-default .edui-dialog-content {
1307
+ position: relative;
1308
+ }
1309
+
1310
+ :global .edui-default .dialogcontmask {
1311
+ cursor: move;
1312
+ visibility: hidden;
1313
+ display: block;
1314
+ position: absolute;
1315
+ width: 100%;
1316
+ height: 100%;
1317
+ opacity: 0;
1318
+ filter: alpha(opacity = 0);
1319
+ }
1320
+
1321
+ /*link-dialog*/
1322
+ :global .edui-default .edui-for-link .edui-dialog-content {
1323
+ width: 420px;
1324
+ height: 200px;
1325
+ overflow: hidden;
1326
+ }
1327
+ /*background-dialog*/
1328
+ :global .edui-default .edui-for-background .edui-dialog-content {
1329
+ width: 440px;
1330
+ height: 280px;
1331
+ overflow: hidden;
1332
+ }
1333
+
1334
+ /*template-dialog*/
1335
+ :global .edui-default .edui-for-template .edui-dialog-content {
1336
+ width: 630px;
1337
+ height: 390px;
1338
+ overflow: hidden;
1339
+ }
1340
+
1341
+ /*scrawl-dialog*/
1342
+ :global .edui-default .edui-for-scrawl .edui-dialog-content {
1343
+ width: 515px;
1344
+ *width: 506px;
1345
+ height: 360px;
1346
+ }
1347
+
1348
+ /*spechars-dialog*/
1349
+ :global .edui-default .edui-for-spechars .edui-dialog-content {
1350
+ width: 620px;
1351
+ height: 500px;
1352
+ *width: 630px;
1353
+ *height: 570px;
1354
+ }
1355
+
1356
+ /*image-dialog*/
1357
+ :global .edui-default .edui-for-insertimage .edui-dialog-content {
1358
+ width: 650px;
1359
+ height: 400px;
1360
+ overflow: hidden;
1361
+ }
1362
+ /*webapp-dialog*/
1363
+ :global .edui-default .edui-for-webapp .edui-dialog-content {
1364
+ width: 560px;
1365
+ _width: 565px;
1366
+ height: 450px;
1367
+ overflow: hidden;
1368
+ }
1369
+
1370
+ /*image-insertframe*/
1371
+ :global .edui-default .edui-for-insertframe .edui-dialog-content {
1372
+ width: 350px;
1373
+ height: 200px;
1374
+ overflow: hidden;
1375
+ }
1376
+
1377
+ /*wordImage-dialog*/
1378
+ :global .edui-default .edui-for-wordimage .edui-dialog-content {
1379
+ width: 620px;
1380
+ height: 380px;
1381
+ overflow: hidden;
1382
+ }
1383
+
1384
+ /*attachment-dialog*/
1385
+ :global .edui-default .edui-for-attachment .edui-dialog-content {
1386
+ width: 650px;
1387
+ height: 400px;
1388
+ overflow: hidden;
1389
+ }
1390
+
1391
+
1392
+ /*map-dialog*/
1393
+ :global .edui-default .edui-for-map .edui-dialog-content {
1394
+ width: 550px;
1395
+ height: 400px;
1396
+ }
1397
+
1398
+ /*gmap-dialog*/
1399
+ :global .edui-default .edui-for-gmap .edui-dialog-content {
1400
+ width: 550px;
1401
+ height: 400px;
1402
+ }
1403
+
1404
+ /*video-dialog*/
1405
+ :global .edui-default .edui-for-insertvideo .edui-dialog-content {
1406
+ width: 590px;
1407
+ height: 390px;
1408
+ }
1409
+
1410
+ /*anchor-dialog*/
1411
+ :global .edui-default .edui-for-anchor .edui-dialog-content {
1412
+ width: 320px;
1413
+ height: 60px;
1414
+ overflow: hidden;
1415
+ }
1416
+
1417
+ /*searchreplace-dialog*/
1418
+ :global .edui-default .edui-for-searchreplace .edui-dialog-content {
1419
+ width: 400px;
1420
+ height: 220px;
1421
+ }
1422
+
1423
+ /*help-dialog*/
1424
+ :global .edui-default .edui-for-help .edui-dialog-content {
1425
+ width: 400px;
1426
+ height: 420px;
1427
+ }
1428
+
1429
+ /*edittable-dialog*/
1430
+ :global .edui-default .edui-for-edittable .edui-dialog-content {
1431
+ width: 540px;
1432
+ _width:590px;
1433
+ height: 335px;
1434
+ }
1435
+
1436
+ /*edittip-dialog*/
1437
+ :global .edui-default .edui-for-edittip .edui-dialog-content {
1438
+ width: 225px;
1439
+ height: 60px;
1440
+ }
1441
+
1442
+ /*edittd-dialog*/
1443
+ :global .edui-default .edui-for-edittd .edui-dialog-content {
1444
+ width: 240px;
1445
+ height: 50px;
1446
+ }
1447
+ /*snapscreen-dialog*/
1448
+ :global .edui-default .edui-for-snapscreen .edui-dialog-content {
1449
+ width: 400px;
1450
+ height: 220px;
1451
+ }
1452
+
1453
+ /*music-dialog*/
1454
+ :global .edui-default .edui-for-music .edui-dialog-content {
1455
+ width: 515px;
1456
+ height: 360px;
1457
+ }
1458
+
1459
+ /*段落弹出菜单*/
1460
+ :global .edui-default .edui-for-paragraph .edui-listitem-label {
1461
+ font-family: Tahoma, Verdana, Arial, Helvetica;
1462
+ }
1463
+
1464
+ :global .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p {
1465
+ font-size: 22px;
1466
+ line-height: 27px;
1467
+ }
1468
+
1469
+ :global .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
1470
+ font-weight: bolder;
1471
+ font-size: 32px;
1472
+ line-height: 36px;
1473
+ }
1474
+
1475
+ :global .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
1476
+ font-weight: bolder;
1477
+ font-size: 27px;
1478
+ line-height: 29px;
1479
+ }
1480
+
1481
+ :global .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
1482
+ font-weight: bolder;
1483
+ font-size: 19px;
1484
+ line-height: 23px;
1485
+ }
1486
+
1487
+ :global .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
1488
+ font-weight: bolder;
1489
+ font-size: 16px;
1490
+ line-height: 19px
1491
+ }
1492
+
1493
+ :global .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
1494
+ font-weight: bolder;
1495
+ font-size: 13px;
1496
+ line-height: 16px;
1497
+ }
1498
+
1499
+ :global .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
1500
+ font-weight: bolder;
1501
+ font-size: 12px;
1502
+ line-height: 14px;
1503
+ }
1504
+ /* 表格弹出菜单 */
1505
+ :global .edui-default .edui-for-inserttable .edui-splitborder {
1506
+ display: none
1507
+ }
1508
+ :global .edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
1509
+ width: 0
1510
+ }
1511
+ :global .edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder{
1512
+ border-left: 1px solid transparent;
1513
+ }
1514
+ :global .edui-default .edui-tablepicker .edui-infoarea {
1515
+ height: 14px;
1516
+ line-height: 14px;
1517
+ font-size: 12px;
1518
+ width: 220px;
1519
+ margin-bottom: 3px;
1520
+ clear: both;
1521
+ }
1522
+
1523
+ :global .edui-default .edui-tablepicker .edui-infoarea .edui-label {
1524
+ float: left;
1525
+ }
1526
+
1527
+ :global .edui-default .edui-dialog-buttons .edui-label {
1528
+ line-height: 24px;
1529
+ }
1530
+
1531
+ :global .edui-default .edui-tablepicker .edui-infoarea .edui-clickable {
1532
+ float: right;
1533
+ }
1534
+
1535
+ :global .edui-default .edui-tablepicker .edui-pickarea {
1536
+ background: url("../../../../../../../assets/NHUeditor/images/unhighlighted.gif") repeat;
1537
+ height: 220px;
1538
+ width: 220px;
1539
+ }
1540
+
1541
+ :global .edui-default .edui-tablepicker .edui-pickarea .edui-overlay {
1542
+ background: url("../../../../../../../assets/NHUeditor/images/highlighted.gif") repeat;
1543
+ }
1544
+
1545
+ /* 颜色弹出菜单 */
1546
+ :global .edui-default .edui-colorpicker-topbar {
1547
+ height: 27px;
1548
+ width: 200px;
1549
+ /*border-bottom: 1px gray dashed;*/
1550
+ }
1551
+
1552
+ :global .edui-default .edui-colorpicker-preview {
1553
+ height: 20px;
1554
+ border: 1px inset black;
1555
+ margin-left: 1px;
1556
+ width: 128px;
1557
+ float: left;
1558
+ }
1559
+
1560
+ :global .edui-default .edui-colorpicker-nocolor {
1561
+ float: right;
1562
+ margin-right: 1px;
1563
+ font-size: 12px;
1564
+ line-height: 14px;
1565
+ height: 14px;
1566
+ border: 1px solid #333;
1567
+ padding: 3px 5px;
1568
+ cursor: pointer;
1569
+ }
1570
+
1571
+ :global .edui-default .edui-colorpicker-tablefirstrow {
1572
+ height: 30px;
1573
+ }
1574
+
1575
+ :global .edui-default .edui-colorpicker-colorcell {
1576
+ width: 14px;
1577
+ height: 14px;
1578
+ display: block;
1579
+ margin: 0;
1580
+ cursor: pointer;
1581
+ }
1582
+
1583
+ :global .edui-default .edui-colorpicker-colorcell:hover {
1584
+ width: 14px;
1585
+ height: 14px;
1586
+ margin: 0;
1587
+ }
1588
+ :global .edui-default .edui-colorpicker-advbtn{
1589
+ display: block;
1590
+ text-align: center;
1591
+ cursor: pointer;
1592
+ height:20px;
1593
+ }
1594
+ :global .arrow_down{
1595
+ background: white url('../../../../../../../assets/NHUeditor/images/arrow_down.png') no-repeat center;
1596
+ }
1597
+ :global .arrow_up{
1598
+ background: white url('../../../../../../../assets/NHUeditor/images/arrow_up.png') no-repeat center;
1599
+ }
1600
+ /*高级的样式*/
1601
+ :global .edui-colorpicker-adv{
1602
+ position: relative;
1603
+ overflow: hidden;
1604
+ height: 180px;
1605
+ display: none;
1606
+ }
1607
+ :global .edui-colorpicker-plant,:global .edui-colorpicker-hue {
1608
+ border: solid 1px #666;
1609
+ }
1610
+ :global .edui-colorpicker-pad {
1611
+ width: 150px;
1612
+ height: 150px;
1613
+ left: 14px;
1614
+ top: 13px;
1615
+ position: absolute;
1616
+ background: red;
1617
+ overflow: hidden;
1618
+ cursor: crosshair;
1619
+ }
1620
+ :global .edui-colorpicker-cover{
1621
+ position: absolute;
1622
+ top: 0;
1623
+ left: 0;
1624
+ width: 150px;
1625
+ height: 150px;
1626
+ background: url("../../../../../../../assets/NHUeditor/images/tangram-colorpicker.png") -160px -200px;
1627
+ }
1628
+ :global .edui-colorpicker-padDot{
1629
+ position: absolute;
1630
+ top: 0;
1631
+ left: 0;
1632
+ width: 11px;
1633
+ height: 11px;
1634
+ overflow: hidden;
1635
+ background: url("../../../../../../../assets/NHUeditor/images/tangram-colorpicker.png") 0px -200px repeat-x;
1636
+ z-index: 1000;
1637
+
1638
+ }
1639
+ :global .edui-colorpicker-sliderMain {
1640
+ position: absolute;
1641
+ left: 171px;
1642
+ top: 13px;
1643
+ width: 19px;
1644
+ height: 152px;
1645
+ background: url(../../../../../../../assets/NHUeditor/images/tangram-colorpicker.png) -179px -12px no-repeat;
1646
+
1647
+ }
1648
+ :global .edui-colorpicker-slider {
1649
+ width: 100%;
1650
+ height: 100%;
1651
+ cursor: pointer;
1652
+ }
1653
+ :global .edui-colorpicker-thumb{
1654
+ position: absolute;
1655
+ top: 0;
1656
+ cursor: pointer;
1657
+ height: 3px;
1658
+ left: -1px;
1659
+ right: -1px;
1660
+ border: 1px solid black;
1661
+ background: white;
1662
+ opacity: .8;
1663
+ }
1664
+ /*自动排版弹出菜单*/
1665
+ :global .edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body {
1666
+ font-size: 12px;
1667
+ margin-bottom: 3px;
1668
+ clear: both;
1669
+ }
1670
+
1671
+ :global .edui-default .edui-autotypesetpicker-body table {
1672
+ border-collapse: separate;
1673
+ border-spacing: 2px;
1674
+ }
1675
+
1676
+ :global .edui-default .edui-autotypesetpicker-body td {
1677
+ font-size: 12px;
1678
+ word-wrap:break-word;
1679
+ }
1680
+
1681
+ :global .edui-default .edui-autotypesetpicker-body td input {
1682
+ margin: 3px 3px 3px 4px;
1683
+ *margin: 1px 0 0 0;
1684
+ }
1685
+ /*自动排版弹出菜单*/
1686
+ :global .edui-default .edui-cellalignpicker .edui-cellalignpicker-body {
1687
+ width: 70px;
1688
+ font-size: 12px;
1689
+ cursor: default;
1690
+ }
1691
+
1692
+ :global .edui-default .edui-cellalignpicker-body table {
1693
+ border-collapse: separate;
1694
+ border-spacing: 0;
1695
+ }
1696
+ :global .edui-default .edui-cellalignpicker-body td{
1697
+ padding: 1px;
1698
+ }
1699
+ :global .edui-default .edui-cellalignpicker-body .edui-icon{
1700
+ height: 20px;
1701
+ width: 20px;
1702
+ padding: 1px;
1703
+ background-image: url(../../../../../../../assets/NHUeditor/images/table-cell-align.png);
1704
+ }
1705
+
1706
+ :global .edui-default .edui-cellalignpicker-body .edui-left{
1707
+ background-position: 0 0;
1708
+ }
1709
+
1710
+ :global .edui-default .edui-cellalignpicker-body .edui-center{
1711
+ background-position: -25px 0;
1712
+ }
1713
+ :global .edui-default .edui-cellalignpicker-body .edui-right{
1714
+ background-position: -51px 0;
1715
+ }
1716
+
1717
+ :global .edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left{
1718
+ background-position: -73px 0;
1719
+ }
1720
+
1721
+ :global .edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center{
1722
+ background-position: -98px 0;
1723
+ }
1724
+
1725
+ :global .edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right{
1726
+ background-position: -124px 0;
1727
+ }
1728
+
1729
+ :global .edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
1730
+ background-position: -146px 0;
1731
+ background-color: #f1f4f5;
1732
+ }
1733
+
1734
+ :global .edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
1735
+ background-position: -245px 0;
1736
+ }
1737
+
1738
+ :global .edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
1739
+ background-position: -271px 0;
1740
+ }
1741
+ /*分隔线*/
1742
+ :global .edui-default .edui-toolbar .edui-separator {
1743
+ width: 2px;
1744
+ height: 20px;
1745
+ margin: 2px 4px 2px 3px;
1746
+ background: url(../../../../../../../assets/NHUeditor/images/icons.png) -181px 0;
1747
+ background: url(../../../../../../../assets/NHUeditor/images/icons.gif) -181px 0 \9;
1748
+ }
1749
+
1750
+ /*颜色按钮 */
1751
+ :global .edui-default .edui-toolbar .edui-colorbutton .edui-colorlump {
1752
+ position: absolute;
1753
+ overflow: hidden;
1754
+ bottom: 1px;
1755
+ left: 1px;
1756
+ width: 18px;
1757
+ height: 4px;
1758
+ }
1759
+ /*表情按钮及弹出菜单*/
1760
+ /*去除了表情的下拉箭头*/
1761
+ :global .edui-default .edui-for-emotion .edui-icon {
1762
+ background-position: -60px -20px;
1763
+ }
1764
+ :global .edui-default .edui-for-emotion .edui-popup-content iframe
1765
+ {
1766
+ width: 514px;
1767
+ height: 380px;
1768
+ overflow: hidden;
1769
+ }
1770
+ :global .edui-default .edui-for-emotion .edui-popup-content
1771
+ {
1772
+ position: relative;
1773
+ z-index: 555
1774
+ }
1775
+
1776
+ :global .edui-default .edui-for-emotion .edui-splitborder {
1777
+ display: none
1778
+ }
1779
+
1780
+ :global .edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow
1781
+ {
1782
+ width: 0
1783
+ }
1784
+ :global .edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder
1785
+ {
1786
+ border-left: 1px solid transparent;
1787
+ }
1788
+ /*contextmenu*/
1789
+ :global .edui-default .edui-hassubmenu .edui-arrow {
1790
+ height: 20px;
1791
+ width: 20px;
1792
+ float: right;
1793
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 10px -233px;
1794
+ }
1795
+
1796
+ :global .edui-default .edui-menu-body .edui-menuitem {
1797
+ padding: 1px;
1798
+ }
1799
+
1800
+ :global .edui-default .edui-menuseparator {
1801
+ margin: 2px 0;
1802
+ height: 1px;
1803
+ overflow: hidden;
1804
+ }
1805
+
1806
+ :global .edui-default .edui-menuseparator-inner {
1807
+ border-bottom: 1px solid #e2e3e3;
1808
+ margin-left: 29px;
1809
+ margin-right: 1px;
1810
+ }
1811
+
1812
+ :global .edui-default .edui-menu-body .edui-state-hover {
1813
+ padding: 0 !important;
1814
+ background-color: #fff5d4;
1815
+ border: 1px solid #dcac6c;
1816
+ }
1817
+ /*弹出菜单*/
1818
+ :global .edui-default .edui-shortcutmenu {
1819
+ padding: 2px;
1820
+ width: 190px;
1821
+ height: 50px;
1822
+ background-color: #fff;
1823
+ border: 1px solid #ccc;
1824
+ border-radius: 5px;
1825
+ }
1826
+
1827
+ /*粘贴弹出菜单*/
1828
+ :global .edui-default .edui-wordpastepop .edui-popup-content{
1829
+ border: none;
1830
+ padding: 0;
1831
+ width: 54px;
1832
+ height: 21px;
1833
+ }
1834
+ :global .edui-default .edui-pasteicon {
1835
+ width: 100%;
1836
+ height: 100%;
1837
+ background-image: url('../../../../../../../assets/NHUeditor/images/wordpaste.png');
1838
+ background-position: 0 0;
1839
+ }
1840
+
1841
+ :global .edui-default .edui-pasteicon.edui-state-opened {
1842
+ background-position: 0 -34px;
1843
+ }
1844
+
1845
+ :global .edui-default .edui-pastecontainer {
1846
+ position: relative;
1847
+ visibility: hidden;
1848
+ width: 97px;
1849
+ background: #fff;
1850
+ border: 1px solid #ccc;
1851
+ }
1852
+
1853
+ :global .edui-default .edui-pastecontainer .edui-title {
1854
+ font-weight: bold;
1855
+ background: #F8F8FF;
1856
+ height: 25px;
1857
+ line-height: 25px;
1858
+ font-size: 12px;
1859
+ padding-left: 5px;
1860
+ }
1861
+
1862
+ :global .edui-default .edui-pastecontainer .edui-button {
1863
+ overflow: hidden;
1864
+ margin: 3px 0;
1865
+ }
1866
+
1867
+ :global .edui-default .edui-pastecontainer .edui-button .edui-richtxticon,
1868
+ :global .edui-default .edui-pastecontainer .edui-button .edui-tagicon,
1869
+ :global .edui-default .edui-pastecontainer .edui-button .edui-plaintxticon{
1870
+ float: left;
1871
+ cursor: pointer;
1872
+ width: 29px;
1873
+ height: 29px;
1874
+ margin-left: 5px;
1875
+ background-image: url('../../../../../../../assets/NHUeditor/images/wordpaste.png');
1876
+ background-repeat: no-repeat;
1877
+ }
1878
+ :global .edui-default .edui-pastecontainer .edui-button .edui-richtxticon {
1879
+ margin-left: 0;
1880
+ background-position: -109px 0;
1881
+ }
1882
+ :global .edui-default .edui-pastecontainer .edui-button .edui-tagicon {
1883
+ background-position: -148px 1px;
1884
+ }
1885
+
1886
+ :global .edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
1887
+ background-position: -72px 0;
1888
+ }
1889
+
1890
+ :global .edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
1891
+ background-position: -109px -34px;
1892
+ }
1893
+ :global .edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon{
1894
+ background-position: -148px -34px;
1895
+ }
1896
+ :global .edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon{
1897
+ background-position: -72px -34px;
1898
+ }