Browse Source

资源修改

XMTT 7 years ago
parent
commit
8f5bc238a6

+ 3858 - 0
css/model/sys/resourceIssue.css

@ -0,0 +1,3858 @@
1
2
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
3
    display: block;
4
}
5
6
audio, canvas, video {
7
    display: inline-block;
8
}
9
10
audio:not([controls]) {
11
    display: none;
12
    height: 0px;
13
}
14
15
[hidden] {
16
    display: none;
17
}
18
19
html {
20
    font-family: sans-serif;
21
    text-size-adjust: 100%;
22
}
23
24
body {
25
    margin: 0px;
26
}
27
28
abbr[title] {
29
    border-bottom: 1px dotted;
30
}
31
32
b, strong {
33
    font-weight: bold;
34
}
35
36
dfn {
37
    font-style: italic;
38
}
39
40
hr {
41
    height: 0px;
42
    box-sizing: content-box;
43
}
44
45
mark {
46
    color: rgb(0, 0, 0);
47
    background: rgb(255, 255, 0);
48
}
49
50
code, kbd, pre, samp {
51
    font-family: monospace, serif;
52
    font-size: 1em;
53
}
54
55
pre {
56
    white-space: pre-wrap;
57
}
58
59
q {
60
    quotes: "“" "”" "‘" "’";
61
}
62
63
small {
64
    font-size: 80%;
65
}
66
67
sub, sup {
68
    position: relative;
69
    font-size: 75%;
70
    line-height: 0;
71
    vertical-align: baseline;
72
}
73
74
sup {
75
    top: -0.5em;
76
}
77
78
sub {
79
    bottom: -0.25em;
80
}
81
82
img {
83
    border: 0px;
84
}
85
86
svg:not(:root) {
87
    overflow: hidden;
88
}
89
90
figure {
91
    margin: 0px;
92
}
93
94
fieldset {
95
    padding: 0.35em 0.625em 0.75em;
96
    margin: 0px 2px;
97
    border: 1px solid rgb(192, 192, 192);
98
}
99
100
legend {
101
    padding: 0px;
102
    border: 0px;
103
}
104
105
button, input, select, textarea {
106
    margin: 0px;
107
    font-family: inherit;
108
    font-size: 100%;
109
}
110
111
button, input {
112
    line-height: normal;
113
}
114
115
button, select {
116
    text-transform: none;
117
}
118
119
button, html input[type="button"], input[type="reset"], input[type="submit"] {
120
    cursor: pointer;
121
    -webkit-appearance: button;
122
}
123
124
button[disabled], html input[disabled] {
125
    cursor: default;
126
}
127
128
input[type="checkbox"], input[type="radio"] {
129
    padding: 0px;
130
    box-sizing: border-box;
131
}
132
133
input[type="search"] {
134
    box-sizing: content-box;
135
    -webkit-appearance: textfield;
136
}
137
138
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
139
    -webkit-appearance: none;
140
}
141
142
textarea {
143
    overflow: auto;
144
    vertical-align: top;
145
}
146
147
table {
148
    border-collapse: collapse;
149
    border-spacing: 0px;
150
}
151
152
*, ::before, ::after {
153
    box-sizing: border-box;
154
}
155
156
html {
157
    font-size: 62.5%;
158
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
159
}
160
161
body {
162
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
163
    font-size: 14px;
164
    line-height: 1.42857;
165
    color: rgb(51, 51, 51);
166
    background-color: rgb(255, 255, 255);
167
}
168
169
input, button, select, textarea {
170
    font-family: inherit;
171
    font-size: inherit;
172
    line-height: inherit;
173
}
174
175
button, input, select[multiple], textarea {
176
    background-image: none;
177
}
178
179
img {
180
    vertical-align: middle;
181
}
182
183
hr {
184
    margin-top: 20px;
185
    margin-bottom: 20px;
186
    border-width: 1px 0px 0px;
187
    border-right-style: initial;
188
    border-bottom-style: initial;
189
    border-left-style: initial;
190
    border-right-color: initial;
191
    border-bottom-color: initial;
192
    border-left-color: initial;
193
    border-image: initial;
194
    border-top-style: solid;
195
    border-top-color: rgb(238, 238, 238);
196
}
197
198
p {
199
    margin: 0px 0px 10px;
200
}
201
202
small {
203
    font-size: 85%;
204
}
205
206
cite {
207
    font-style: normal;
208
}
209
210
h1, h2, h3 {
211
    margin-top: 20px;
212
    margin-bottom: 10px;
213
}
214
215
h4, h5, h6 {
216
    margin-top: 10px;
217
    margin-bottom: 10px;
218
}
219
220
ul, ol {
221
    margin-top: 0px;
222
    margin-bottom: 10px;
223
}
224
225
ul ul, ol ul, ul ol, ol ol {
226
    margin-bottom: 0px;
227
}
228
229
dl {
230
    margin-bottom: 20px;
231
}
232
233
dt, dd {
234
    line-height: 1.42857;
235
}
236
237
dt {
238
    font-weight: bold;
239
}
240
241
dd {
242
    margin-left: 0px;
243
}
244
245
abbr[title], abbr[data-original-title] {
246
    cursor: help;
247
    border-bottom: 1px dotted rgb(153, 153, 153);
248
}
249
250
blockquote {
251
    padding: 10px 20px;
252
    margin: 0px 0px 20px;
253
    border-left: 5px solid rgb(238, 238, 238);
254
}
255
256
blockquote p {
257
    font-size: 17.5px;
258
    font-weight: 300;
259
    line-height: 1.25;
260
}
261
262
blockquote p:last-child {
263
    margin-bottom: 0px;
264
}
265
266
blockquote small {
267
    display: block;
268
    line-height: 1.42857;
269
    color: rgb(153, 153, 153);
270
}
271
272
blockquote small::before {
273
    content: "— ";
274
}
275
276
q::before, q::after, blockquote::before, blockquote::after {
277
    content: "";
278
}
279
280
address {
281
    display: block;
282
    margin-bottom: 20px;
283
    font-style: normal;
284
    line-height: 1.42857;
285
}
286
287
code, pre {
288
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
289
}
290
291
code {
292
    padding: 2px 4px;
293
    font-size: 90%;
294
    color: rgb(199, 37, 78);
295
    white-space: nowrap;
296
    background-color: rgb(249, 242, 244);
297
    border-radius: 4px;
298
}
299
300
pre {
301
    display: block;
302
    padding: 9.5px;
303
    margin: 0px 0px 10px;
304
    font-size: 13px;
305
    line-height: 1.42857;
306
    color: rgb(51, 51, 51);
307
    word-break: break-all;
308
    word-wrap: break-word;
309
    background-color: rgb(245, 245, 245);
310
    border: 1px solid rgb(204, 204, 204);
311
    border-radius: 4px;
312
}
313
314
pre code {
315
    padding: 0px;
316
    font-size: inherit;
317
    color: inherit;
318
    white-space: pre-wrap;
319
    background-color: transparent;
320
    border: 0px;
321
}
322
323
table {
324
    max-width: 100%;
325
    background-color: transparent;
326
}
327
328
th {
329
    text-align: left;
330
}
331
332
table col[class*="col-"] {
333
    display: table-column;
334
    float: none;
335
}
336
337
table td[class*="col-"], table th[class*="col-"] {
338
    display: table-cell;
339
    float: none;
340
}
341
342
fieldset {
343
    padding: 0px;
344
    margin: 0px;
345
    border: 0px;
346
}
347
348
legend {
349
    display: block;
350
    width: 100%;
351
    padding: 0px;
352
    margin-bottom: 20px;
353
    font-size: 21px;
354
    line-height: inherit;
355
    color: rgb(51, 51, 51);
356
    border-width: 0px 0px 1px;
357
    border-top-style: initial;
358
    border-right-style: initial;
359
    border-left-style: initial;
360
    border-top-color: initial;
361
    border-right-color: initial;
362
    border-left-color: initial;
363
    border-image: initial;
364
    border-bottom-style: solid;
365
    border-bottom-color: rgb(229, 229, 229);
366
}
367
368
label {
369
    display: inline-block;
370
    margin-bottom: 5px;
371
    font-weight: bold;
372
}
373
374
input[type="search"] {
375
    box-sizing: border-box;
376
}
377
378
input[type="radio"], input[type="checkbox"] {
379
    margin: 4px 0px 0px;
380
    line-height: normal;
381
}
382
383
input[type="file"] {
384
    display: block;
385
}
386
387
select[multiple], select[size] {
388
    height: auto;
389
}
390
391
select optgroup {
392
    font-family: inherit;
393
    font-size: inherit;
394
    font-style: inherit;
395
}
396
397
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
398
    outline: -webkit-focus-ring-color auto 5px;
399
    outline-offset: -2px;
400
}
401
402
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
403
    height: auto;
404
}
405
406
.has-warning .help-block, .has-warning .control-label {
407
    color: rgb(192, 152, 83);
408
}
409
410
.has-error .help-block, .has-error .control-label {
411
    color: rgb(185, 74, 72);
412
}
413
414
.has-success .help-block, .has-success .control-label {
415
    color: rgb(70, 136, 71);
416
}
417
418
.help-block {
419
    display: block;
420
    margin-top: 5px;
421
    margin-bottom: 10px;
422
    color: rgb(115, 115, 115);
423
}
424
425
.clearfix::before, .clearfix::after {
426
    display: table;
427
    content: " ";
428
}
429
430
.clearfix::after {
431
    clear: both;
432
}
433
434
p, dl, dt, dd, ul, ol, li, a, em, div, span, th, td {
435
    margin: 0px;
436
    padding: 0px;
437
    word-break: break-all;
438
    font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif;
439
}
440
441
form, label, button, input, select, textarea {
442
    font-size: 14px;
443
    font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif;
444
}
445
446
h1, h2, h3, h4, h5, h6 {
447
    font-size: 100%;
448
    margin: 0px;
449
    padding: 0px;
450
    font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif;
451
}
452
453
html, body {
454
    height: 100%;
455
    width: 100%;
456
    margin: 0px;
457
    padding: 0px;
458
    font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif;
459
}
460
461
input {
462
    vertical-align: middle;
463
    outline: none;
464
}
465
466
img {
467
    color: transparent;
468
    font-size: 0px;
469
    vertical-align: middle;
470
    border: 0px;
471
    padding: 0px;
472
    margin: 0px;
473
}
474
475
small {
476
    font-size: 12px;
477
}
478
479
ul, ol {
480
    list-style: none;
481
}
482
483
button, input, select, textarea {
484
    font-size: 100%;
485
}
486
487
table {
488
    border-collapse: collapse;
489
    border-spacing: 0px;
490
}
491
492
a, a:active, a:hover {
493
    outline: 0px;
494
    text-decoration: none;
495
}
496
497
.floatL {
498
    float: left;
499
}
500
501
.floatR {
502
    float: right;
503
}
504
505
.clearfix {
506
    clear: both;
507
}
508
509
.clearfix::before, .clearfix::after {
510
    display: table;
511
    content: " ";
512
}
513
514
.clearfix::after {
515
    clear: both;
516
}
517
518
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
519
    color: rgb(153, 153, 153);
520
}
521
522
.displayNone {
523
    display: none;
524
}
525
526
.userRadius {
527
    border-radius: 50%;
528
}
529
530
.bgRadius {
531
    border-radius: 6px;
532
}
533
534
.frmtype {
535
    width: 100%;
536
    border-radius: 5px;
537
    border: 1px solid rgb(218, 218, 218);
538
    padding: 0px 10px;
539
    min-height: 30px;
540
    font-size: 14px;
541
    line-height: 30px;
542
}
543
544
textarea.frmtype {
545
    line-height: 20px;
546
    padding: 6px 8px;
547
    min-height: 100px;
548
}
549
550
.frmtype:focus {
551
    border: 1px solid rgb(255, 133, 0);
552
    box-shadow: none;
553
    outline: none;
554
}
555
556
body {
557
    height: auto;
558
    position: relative;
559
    min-height: 100%;
560
}
561
562
input {
563
    outline: none;
564
}
565
566
.containerCon {
567
    width: 1120px;
568
    padding: 0px 10px;
569
    position: relative;
570
    margin: auto;
571
    clear: both;
572
}
573
574
.containerCon::before, .containerCon::after {
575
    display: table;
576
    content: " ";
577
}
578
579
.containerCon::after {
580
    clear: both;
581
}
582
583
footer {
584
    position: absolute;
585
    right: 0px;
586
    left: 0px;
587
    bottom: 0px;
588
    background: rgb(55, 61, 65);
589
    color: rgb(136, 136, 136);
590
    font-size: 14px;
591
    line-height: 30px;
592
}
593
594
footer .containerCon {
595
    background: rgb(55, 61, 65);
596
}
597
598
footer a {
599
    color: rgb(136, 136, 136);
600
    text-decoration: none;
601
}
602
603
footer p .listlink {
604
    margin-right: 25px;
605
    color: rgb(136, 136, 136);
606
}
607
608
footer .bottom-block {
609
    padding: 30px 0px;
610
}
611
612
footer .logo-block {
613
    width: 271px;
614
    height: 60px;
615
    background: url("../images/home_icon_logo_nor.png") 0% 0% / cover;
616
    margin-bottom: 30px;
617
}
618
619
footer .copy-block {
620
    color: rgb(102, 102, 102);
621
    margin-top: 10px;
622
    font-size: 12px;
623
}
624
625
footer .copy-block a {
626
    color: rgb(102, 102, 102);
627
}
628
629
footer .copy-block a.beianbox em {
630
    display: inline-block;
631
    width: 14px;
632
    height: 14px;
633
    background: url("../images/home_icon_beian.png") 0% 0% / cover;
634
}
635
636
footer .code-block div {
637
    text-align: center;
638
}
639
640
footer .code-block div:last-child {
641
    margin-left: 80px;
642
}
643
644
footer .codelist {
645
    margin: 20px auto 10px;
646
    width: 118px;
647
    height: 118px;
648
    text-align: center;
649
    background-position: center center;
650
    background-repeat: no-repeat;
651
}
652
653
footer .codelist span {
654
    display: inline-block;
655
    width: 94px;
656
    height: 94px;
657
    margin: 12px auto;
658
}
659
660
footer .appcode {
661
    background-image: url("../images/home_bg_xiazaiapp_nor.png");
662
}
663
664
footer .appcode span {
665
    background-image: url("../images/home_code_app.jpg");
666
    background-size: cover;
667
}
668
669
footer .weixincode {
670
    background-image: url("../images/home_bg_guanzhu_nor.png");
671
}
672
673
footer .weixincode span {
674
    background-image: url("../images/home_code_weixin.jpg");
675
    background-size: cover;
676
}
677
678
.topheader .containerCon {
679
    background: rgb(51, 51, 51);
680
}
681
682
.searchblock {
683
    width: 280px;
684
    height: 39px;
685
    background: rgb(255, 255, 255);
686
    border: 1px solid rgb(216, 216, 216);
687
    border-radius: 6px;
688
    overflow: hidden;
689
    position: absolute;
690
    left: 50%;
691
    top: 50%;
692
    margin-left: -140px;
693
    margin-top: -19.5px;
694
}
695
696
.search-txt {
697
    width: 240px;
698
    line-height: 35px;
699
    height: 35px;
700
    border: none;
701
    float: left;
702
    font-size: 14px;
703
    padding-left: 10px;
704
    color: rgb(68, 68, 68);
705
}
706
707
.search-btn {
708
    width: 35px;
709
    height: 35px;
710
    float: right;
711
    cursor: pointer;
712
}
713
714
.search-icon {
715
    display: block;
716
    width: 20px;
717
    height: 20px;
718
    background: url("../images/index-icon.png") left center no-repeat;
719
    margin: 8px;
720
}
721
722
header {
723
    position: fixed;
724
    top: 0px;
725
    left: 0px;
726
    right: 0px;
727
    z-index: 1000;
728
    font-size: 16px;
729
    line-height: 32px;
730
}
731
732
header .navheader {
733
    background: rgb(255, 255, 255);
734
    height: 62px;
735
    border-bottom: 2px solid rgb(229, 229, 229);
736
}
737
738
header .headlogo h1 {
739
    width: 60px;
740
    height: 30px;
741
    margin: 15px 14px 15px 0px;
742
    padding: 0px;
743
    background-image: url("../images/home_icon_logo_orange.png");
744
    background-repeat: no-repeat;
745
    background-size: contain;
746
    overflow: hidden;
747
}
748
749
header .headnav {
750
    margin: 0px 14px;
751
}
752
753
header .headnav li {
754
    float: left;
755
    margin: 0px 4px;
756
    padding: 14px 0px;
757
}
758
759
header .headnav li a {
760
    color: rgb(102, 102, 102);
761
    padding: 14px 18px;
762
}
763
764
header .headuserimg {
765
    position: relative;
766
    padding: 10px 0px 10px 20px;
767
    width: 60px;
768
    height: 60px;
769
}
770
771
header .headuser {
772
    overflow: hidden;
773
    border: 1px solid rgb(229, 229, 229);
774
    width: 42px;
775
    height: 42px;
776
    display: table-cell;
777
    vertical-align: middle;
778
    text-align: center;
779
    cursor: pointer;
780
}
781
782
header .headuser img {
783
    max-width: 40px;
784
    max-height: 100%;
785
    vertical-align: middle;
786
    overflow-y: auto;
787
    height: auto !important;
788
}
789
790
header .headnavbtn {
791
    margin: 14px 6px;
792
}
793
794
header .headnavbtn a {
795
    color: rgb(102, 102, 102);
796
    font-size: 15px;
797
}
798
799
header .headnavbtn li {
800
    float: right;
801
    margin: 0px 6px;
802
}
803
804
header .headnavbtn .teyaologin {
805
    padding: 4px 20px;
806
    border-radius: 6px;
807
    margin-right: 16px;
808
}
809
810
header .navheader li a:hover {
811
    color: rgb(255, 153, 0);
812
}
813
814
header .navheader li.navcurrent a {
815
    color: rgb(255, 153, 0);
816
}
817
818
header .comuserSelf {
819
    width: 180px;
820
    height: 180px;
821
    position: absolute;
822
    top: 42px;
823
    right: 0px;
824
    z-index: 100;
825
}
826
827
header .triangleB {
828
    display: block;
829
    width: 0px;
830
    height: 0px;
831
    border-width: 8px;
832
    border-style: solid;
833
    border-color: transparent transparent rgb(255, 153, 0);
834
    border-image: initial;
835
    float: right;
836
    margin-right: 12px;
837
    margin-top: 14px;
838
}
839
840
header .personal-box {
841
    width: 100%;
842
    background: rgb(255, 153, 0);
843
    clear: both;
844
    overflow: hidden;
845
}
846
847
header .personal-box a {
848
    display: block;
849
    width: 100%;
850
    height: 40px;
851
    line-height: 40px;
852
    font-size: 13px;
853
    color: rgb(255, 255, 255);
854
}
855
856
header .personal-box a:hover {
857
    background: rgb(255, 136, 0);
858
}
859
860
header .icon {
861
    display: block;
862
    width: 20px;
863
    height: 20px;
864
    margin-left: 15px;
865
    margin-right: 12px;
866
    margin-top: 10px;
867
    float: left;
868
}
869
870
header .icon1 {
871
    background: url("../images/index-icon.png") -80px 0px no-repeat;
872
}
873
874
header .icon3 {
875
    background: url("../images/index-icon.png") -60px 0px no-repeat;
876
}
877
878
header .icon2 {
879
    background: url("../images/index-icon.png") -40px 0px no-repeat;
880
}
881
882
header .icon4 {
883
    background: url("../images/index-icon.png") -20px 0px no-repeat;
884
}
885
886
html, body {
887
    background: rgb(244, 246, 248);
888
}
889
890
.userRadius {
891
    border-radius: 50%;
892
    border: 1px solid rgb(229, 229, 229);
893
}
894
895
.msgContbox {
896
    border: 1px solid rgb(229, 229, 229);
897
    background: rgb(255, 255, 255);
898
    min-height: 120px;
899
    height: auto;
900
    position: relative;
901
}
902
903
.msgContbox textarea {
904
    background: none;
905
    border: none;
906
    color: rgb(85, 99, 109);
907
    outline: none;
908
    padding: 12px;
909
    width: 100%;
910
    font-size: 16px;
911
    resize: vertical;
912
    margin-bottom: 15px;
913
    min-height: 92px;
914
}
915
916
.msgContbox .msgconNum {
917
    position: absolute;
918
    bottom: 2px;
919
    right: 10px;
920
    color: rgb(153, 153, 153);
921
    font-size: 14px;
922
    line-height: 26px;
923
}
924
925
.msgContbox .msgconNum > em {
926
    font-style: normal;
927
}
928
929
.frmtype {
930
    outline: none;
931
    border-radius: 6px;
932
}
933
934
.frmtype:focus {
935
    box-shadow: none;
936
    outline: none;
937
    border: 1px solid rgb(255, 133, 0);
938
}
939
940
textarea.frmtype {
941
    height: 100px;
942
}
943
944
.requiredcon {
945
    color: red;
946
    font-size: 16px;
947
}
948
949
.frmcontype {
950
    width: 100%;
951
    border: 1px solid rgb(229, 229, 229);
952
    height: 40px;
953
    background: rgb(255, 255, 255);
954
    font-size: 16px;
955
    color: rgb(102, 102, 102);
956
    line-height: 28px;
957
    outline: none;
958
    padding: 6px 12px;
959
    border-radius: 0px;
960
}
961
962
.frmcontype:focus {
963
    border-color: rgb(255, 153, 0);
964
}
965
966
.frmconmsg {
967
    color: rgb(253, 95, 57);
968
    margin-left: 12px;
969
    font-size: 14px;
970
}
971
972
.serviceBox .triangleB {
973
    position: absolute;
974
    width: 0px;
975
    height: 0px;
976
    border-width: 14px;
977
    border-style: solid;
978
    border-color: rgba(0, 0, 0, 0.4) transparent transparent;
979
    border-image: initial;
980
    left: 14%;
981
    margin-top: 14px;
982
}
983
984
.contentCon {
985
    padding-top: 80px;
986
}
987
988
.leftconBox {
989
    width: 820px;
990
    padding-bottom: 20px;
991
    margin-bottom: 20px;
992
    background: rgb(255, 255, 255);
993
}
994
995
.rightconBox .conItem.advertBox {
996
    min-height: 100px;
997
    padding: 0px;
998
}
999
1000
.conBlock .leftconBox {
1001
    width: 820px;
1002
    padding: 30px;
1003
    position: relative;
1004
}
1005
1006
.rightconBox {
1007
    width: 260px;
1008
    margin-left: 20px;
1009
}
1010
1011
.rightconBox .conItem {
1012
    padding: 30px 20px;
1013
    background: rgb(255, 255, 255);
1014
    margin-bottom: 20px;
1015
}
1016
1017
.rightconBox .conItem .form-result {
1018
    margin: 18px -20px 0px;
1019
}
1020
1021
.rightconBox .conItem .form-result.form-M0 {
1022
    margin-top: 0px;
1023
}
1024
1025
.rightconBox .conItem .form-result > ul > li {
1026
    padding: 8px 20px;
1027
}
1028
1029
.conBlock .rightconBox .conItem:first-child {
1030
    padding: 30px 20px;
1031
    border-top: 4px solid rgb(255, 153, 0);
1032
}
1033
1034
ul.artAbout > li {
1035
    clear: both;
1036
}
1037
1038
ul.artAbout > li::before, ul.artAbout > li::after {
1039
    display: table;
1040
    content: " ";
1041
}
1042
1043
ul.artAbout > li::after {
1044
    clear: both;
1045
}
1046
1047
ul.artAbout .uploadFile {
1048
    line-height: 28px;
1049
    text-align: center;
1050
    font-size: 16px;
1051
    color: rgb(102, 102, 102);
1052
}
1053
1054
ul.artAbout .uploadFile .uploadblock {
1055
    position: relative;
1056
    width: 100%;
1057
    height: 190px;
1058
    padding: 30px;
1059
    border: 1px solid rgb(229, 229, 229);
1060
    border-radius: 0px;
1061
    background-position: center center;
1062
    background-size: cover;
1063
    background-repeat: no-repeat;
1064
}
1065
1066
ul.artAbout .uploadFile .upFront {
1067
    position: relative;
1068
}
1069
1070
ul.artAbout .uploadFile .uploadtip {
1071
    color: rgb(153, 153, 153);
1072
}
1073
1074
ul.artAbout .uploadFile input.upInp[type="file"] {
1075
    position: absolute;
1076
    height: 46px;
1077
    width: 60%;
1078
    bottom: 30px;
1079
    left: 50%;
1080
    margin-left: -30%;
1081
    outline: none;
1082
    opacity: 0;
1083
    cursor: pointer;
1084
    z-index: 20;
1085
}
1086
1087
ul.artAbout .uploadFile .upbtn {
1088
    display: inline-block;
1089
    padding: 7px 23px;
1090
    background: rgb(229, 229, 229);
1091
    color: rgb(51, 51, 51);
1092
    margin-top: 30px;
1093
}
1094
1095
ul.artAbout .uploadFile .uploadblock .upBackbtn {
1096
    position: absolute;
1097
    bottom: 30px;
1098
    left: 50%;
1099
    margin-left: -55px;
1100
    background: rgba(0, 0, 0, 0.5);
1101
    color: rgb(255, 255, 255);
1102
    z-index: 10;
1103
    display: none;
1104
}
1105
1106
.conBlock .aboutTit {
1107
    font-size: 16px;
1108
    line-height: 40px;
1109
    color: rgb(102, 102, 102);
1110
    margin-top: 18px;
1111
}
1112
1113
ul.artAbout #filePicker {
1114
    position: absolute;
1115
    left: 50%;
1116
    bottom: 22px;
1117
    margin-left: -52px;
1118
    opacity: 0;
1119
    z-index: 88;
1120
}
1121
1122
ul.artAbout .frmadd {
1123
    width: auto;
1124
    position: absolute;
1125
    right: 0px;
1126
    top: 0px;
1127
    background: rgb(255, 153, 0);
1128
    color: rgb(255, 255, 255);
1129
    border: none;
1130
    padding: 6px 25px;
1131
    z-index: 4;
1132
}
1133
1134
.conItem ul.operateBlock {
1135
    overflow: hidden;
1136
    margin-top: -30px;
1137
}
1138
1139
.conItem ul.operateBlock > li {
1140
    font-size: 15px;
1141
    color: rgb(102, 102, 102);
1142
    float: left;
1143
    width: 33.333%;
1144
    margin-top: 30px;
1145
    text-align: center;
1146
    cursor: pointer;
1147
}
1148
1149
.conItem ul.operateBlock > li p {
1150
    margin-top: 6px;
1151
}
1152
1153
.operateicon {
1154
    display: inline-block;
1155
    width: 18px;
1156
    height: 18px;
1157
    background-position: center center;
1158
    background-repeat: no-repeat;
1159
    background-size: cover;
1160
}
1161
1162
.operateicon.icon-issue {
1163
    background-image: url("/images/g_article_icon_fabu_hig.png");
1164
}
1165
1166
.operateicon.icon-preview {
1167
    background-image: url("/images/g_article_icon_yulan_nor.png");
1168
}
1169
1170
.operateicon.icon-draft {
1171
    background-image: url("/images/g_article_icon_caogao_nor.png");
1172
}
1173
1174
.operateicon.icon-delete {
1175
    background-image: url("/images/g_article_icon_shanchu_nor.png");
1176
}
1177
1178
.conItem ul.operateBlock > li:hover {
1179
    color: rgb(255, 153, 0);
1180
}
1181
1182
.conItem ul.operateBlock > li.goFabu {
1183
    color: rgb(255, 153, 0);
1184
    opacity: 0.8;
1185
}
1186
1187
.conItem ul.operateBlock > li.goFabu:hover {
1188
    opacity: 1;
1189
}
1190
1191
.conItem ul.operateBlock > li:hover .operateicon.icon-timeissue {
1192
    background-image: url("../images/g_article_icon_dingshi_hig.png");
1193
}
1194
1195
.conItem ul.operateBlock > li:hover .operateicon.icon-preview {
1196
    background-image: url("../images/g_article_icon_yulan_hig.png");
1197
}
1198
1199
.conItem ul.operateBlock > li:hover .operateicon.icon-draft {
1200
    background-image: url("../images/g_article_icon_caogao_hig.png");
1201
}
1202
1203
.conItem ul.operateBlock > li:hover .operateicon.icon-delete {
1204
    background-image: url("../images/g_article_icon_shanchu_hig.png");
1205
}
1206
1207
.conItem ul.operateBlock > li:hover .operateicon.icon-feedback {
1208
    background-image: url("../images/g_article_icon_jiucuo_hig.png");
1209
}
1210
1211
.conItem ul.operateBlock > li.disableLi {
1212
    opacity: 0.5;
1213
    cursor: auto;
1214
}
1215
1216
.conItem ul.operateBlock > li.disableLi:hover {
1217
    color: rgb(102, 102, 102);
1218
}
1219
1220
.conItem ul.operateBlock > li.disableLi:hover .operateicon.icon-delete {
1221
    background-image: url("../images/g_article_icon_shanchu_nor.png");
1222
}
1223
1224
.conItem .aboutTit {
1225
    margin-top: -10px;
1226
}
1227
1228
.conItem .otherBlock {
1229
    padding-bottom: 30px;
1230
    border-bottom: 1px dashed rgb(229, 229, 229);
1231
    margin-bottom: 30px;
1232
    text-align: left;
1233
}
1234
1235
.conItem .otherBlock:last-child {
1236
    padding: 0px;
1237
    margin: 0px;
1238
    border: 0px;
1239
}
1240
1241
.form-drop {
1242
    position: relative;
1243
    top: -1px;
1244
    border-right: 1px solid rgb(229, 229, 229);
1245
    border-bottom: 1px solid rgb(229, 229, 229);
1246
    border-left: 1px solid rgb(229, 229, 229);
1247
    border-image: initial;
1248
    border-top: none;
1249
    width: 100%;
1250
    z-index: 0;
1251
}
1252
1253
.form-item input.frmcontype {
1254
    position: relative;
1255
    z-index: 2;
1256
}
1257
1258
.form-item .frmaddG {
1259
    display: none;
1260
    width: auto;
1261
    position: absolute;
1262
    right: 0px;
1263
    top: 0px;
1264
    background: rgb(255, 153, 0);
1265
    color: rgb(255, 255, 255);
1266
    border: none;
1267
    padding: 6px 25px;
1268
    z-index: 6;
1269
}
1270
1271
.form-item .madiaHead {
1272
    position: absolute;
1273
    width: 50px;
1274
    height: 50px;
1275
    top: 50%;
1276
    margin-top: -25px;
1277
    background-position: center center;
1278
    background-size: cover;
1279
}
1280
1281
.form-item .madiaHead.useHead {
1282
    background-image: url("../images/default-photo.jpg");
1283
    border-radius: 50%;
1284
}
1285
1286
.form-item .madiaHead.cmpHead {
1287
    background: rgb(255, 255, 255);
1288
    border-radius: 0px;
1289
}
1290
1291
.form-item .madiaHead.cmpHead .boxBlock {
1292
    width: 118px;
1293
    height: 80px;
1294
}
1295
1296
.form-item .madiaHead.resouseHead {
1297
    background-image: url("../images/default-resource.jpg");
1298
    border-radius: 0px;
1299
}
1300
1301
.form-item .madiaHead.paperHead {
1302
    background-image: url("../images/default-paper.jpg");
1303
    border-radius: 0px;
1304
}
1305
1306
.form-item .madiaHead.patentHead {
1307
    background-image: url("../images/default-patent.jpg");
1308
    border-radius: 0px;
1309
}
1310
1311
.form-item .madiaHead.artHead {
1312
    background-image: url("../images/default-artical.jpg");
1313
    border-radius: 0px;
1314
}
1315
1316
.form-item .madiaInfo {
1317
    width: 100%;
1318
    padding-left: 62px;
1319
    margin: 2px 0px;
1320
}
1321
1322
.form-item ul .h1Font {
1323
    font-size: 16px;
1324
    color: rgb(51, 51, 51);
1325
    line-height: 20px;
1326
    margin-bottom: 4px;
1327
}
1328
1329
.form-item ul .h2Font, .form-item ol .h2Font {
1330
    font-size: 14px;
1331
    color: rgb(102, 102, 102);
1332
    line-height: 22px;
1333
}
1334
1335
.form-item ul .time {
1336
    font-size: 14px;
1337
    line-height: 22px;
1338
}
1339
1340
.form-item ul .h3Font {
1341
    font-size: 13px;
1342
    color: rgb(153, 153, 153);
1343
    line-height: 20px;
1344
}
1345
1346
.form-item ul .circlePre {
1347
    display: inline-block;
1348
    content: "";
1349
    width: 5px;
1350
    height: 5px;
1351
    border-radius: 50%;
1352
    background: rgb(255, 153, 0);
1353
    position: relative;
1354
    top: -3px;
1355
    margin-right: 5px;
1356
}
1357
1358
.form-drop > ul > li {
1359
    position: relative;
1360
    min-height: 76px;
1361
    padding: 12px;
1362
    cursor: pointer;
1363
    background: rgb(255, 255, 255);
1364
}
1365
1366
.form-drop > ul > li:hover {
1367
    background: rgb(238, 238, 238);
1368
}
1369
1370
.form-drop > ul > li:active {
1371
    background: rgb(255, 153, 0);
1372
    color: rgb(255, 255, 255);
1373
}
1374
1375
.form-drop > ul > li:active .h1Font, .form-drop > ul > li:active .h2Font {
1376
    color: rgb(255, 255, 255);
1377
}
1378
1379
.form-result {
1380
    margin: 18px -30px 0px;
1381
}
1382
1383
.form-result > ul > li {
1384
    position: relative;
1385
    padding: 8px 30px;
1386
    min-height: 76px;
1387
}
1388
1389
.form-result > ul > li > a {
1390
    width: 100%;
1391
}
1392
1393
.form-result > ul > li .deleteThis {
1394
    display: none;
1395
    position: absolute;
1396
    top: 50%;
1397
    margin-top: -16px;
1398
    right: 28px;
1399
    width: 32px;
1400
    height: 32px;
1401
    background: url("../images/g_article_button_shanchu_hig.png") 0% 0% / cover;
1402
    cursor: pointer;
1403
}
1404
1405
.form-result > ul > li:hover {
1406
    background: rgb(238, 238, 238);
1407
}
1408
1409
.form-result > ul > li:hover .deleteThis {
1410
    display: block;
1411
}
1412
1413
.form-drop.keydrop > ul > li {
1414
    min-height: auto;
1415
    padding: 8px 12px;
1416
}
1417
1418
.form-result.keyResult {
1419
    margin: 18px -20px 0px 0px;
1420
}
1421
1422
.keyResult > ul {
1423
    margin-bottom: -10px;
1424
}
1425
1426
.keyResult > ul > li {
1427
    float: left;
1428
    margin-right: 20px;
1429
    margin-bottom: 10px;
1430
    padding: 2px 12px;
1431
    color: rgb(153, 153, 153);
1432
    border: 1px solid rgb(229, 229, 229);
1433
    border-radius: 20px;
1434
    min-height: auto;
1435
}
1436
1437
.keyResult > ul > li .closeThis {
1438
    display: none;
1439
    position: absolute;
1440
    top: -8px;
1441
    right: -12px;
1442
    width: 28px;
1443
    height: 28px;
1444
    background: url("../images/g_article_button_guanbi_hig.png") 0% 0% / cover;
1445
    cursor: pointer;
1446
}
1447
1448
.keyResult > ul > li:hover {
1449
    background: rgb(229, 229, 229);
1450
}
1451
1452
.keyResult > ul > li:hover .closeThis {
1453
    display: block;
1454
}
1455
1456
.rightconBox .conItem .currentArt.form-result {
1457
    margin-top: 0px;
1458
}
1459
1460
.rightconBox .conItem .currentArt.form-result li {
1461
    padding: 6px 20px;
1462
    min-height: 62px;
1463
}
1464
1465
.rightconBox .conItem .currentArt2.form-result li {
1466
    min-height: 40px;
1467
}
1468
1469
.rightconBox .conItem.conItemG .currentArt.form-result .ellipsisSty-2 {
1470
    max-height: 42px;
1471
    line-height: 20px;
1472
}
1473
1474
.rightconBox .conItem .smalltip {
1475
    display: inline-block;
1476
    color: rgb(153, 153, 153);
1477
    margin-top: 6px;
1478
}
1479
1480
.rightconBox .conItem.conItemG .currentBlock {
1481
    margin-top: 30px;
1482
    padding-top: 16px;
1483
    border-top: 1px solid rgb(229, 229, 229);
1484
}
1485
1486
.rightconBox .conItem.conItemG .currentBlock .madiaHead {
1487
    width: 50px;
1488
    height: 50px;
1489
    margin-top: -25px;
1490
}
1491
1492
.conItem .otherBlock.currentBlock {
1493
    border: none;
1494
    margin-bottom: 0px;
1495
    padding-bottom: 0px;
1496
}
1497
1498
.rightconBox .hotList {
1499
    list-style-type: none;
1500
    counter-reset: li 0;
1501
}
1502
1503
.rightconBox .hotList > li a {
1504
    position: relative;
1505
    display: block;
1506
    padding: 4px 2px 4px 26px;
1507
    color: rgb(68, 68, 68);
1508
    width: 100%;
1509
}
1510
1511
.rightconBox .hotList > li a::before {
1512
    content: counter(li);
1513
    counter-increment: li 1;
1514
    position: absolute;
1515
    left: 0px;
1516
    top: 4px;
1517
    background: rgb(204, 204, 204);
1518
    width: 20px;
1519
    height: 20px;
1520
    line-height: 22px;
1521
    text-align: center;
1522
}
1523
1524
.rightconBox .hotList > li:nth-child(1) a::before, .rightconBox .hotList > li:nth-child(2) a::before, .rightconBox .hotList > li:nth-child(3) a::before {
1525
    background: rgb(255, 158, 58);
1526
}
1527
1528
.otherShow .aboutTit {
1529
    font-size: 18px;
1530
    color: rgb(102, 102, 102);
1531
}
1532
1533
.otherShow .form-result {
1534
    margin: 0px -30px;
1535
}
1536
1537
.commentsArea.form-item ul.commentList .madiaHead.useHeadMsg {
1538
    top: 10px;
1539
    margin-top: 0px;
1540
}
1541
1542
.rightconBox .conItem.conItemG .madiaHead {
1543
    display: block;
1544
    width: 100px;
1545
    height: 100px;
1546
    border: 1px solid rgb(229, 229, 229);
1547
    margin: 0px auto 10px;
1548
    background-position: center center;
1549
    background-size: cover;
1550
}
1551
1552
.rightconBox .conItem.conItemG .madiaHead.useHead {
1553
    background-image: url("../images/default-photo.jpg");
1554
    border-radius: 50%;
1555
}
1556
1557
.rightconBox .conItem.conItemG .madiaHead.cmpHead {
1558
    background: rgb(255, 255, 255);
1559
    border: none;
1560
    width: 200px;
1561
    height: 120px;
1562
}
1563
1564
.rightconBox .conItem.conItemG .madiaHead.cmpHead .boxBlock {
1565
    width: 198px;
1566
    height: 118px;
1567
}
1568
1569
.rightconBox .conItem.conItemG .h1Font {
1570
    font-size: 16px;
1571
}
1572
1573
.rightconBox .conItem.conItemG .h2Font {
1574
    font-size: 14px;
1575
    color: rgb(102, 102, 102);
1576
    line-height: 26px;
1577
}
1578
1579
.rightconBox .conItem.conItemG .h3Font > a {
1580
    color: rgb(51, 51, 51);
1581
}
1582
1583
.itemListBolck .searchAbout .frmcontype {
1584
    height: 36px;
1585
    font-size: 14px;
1586
}
1587
1588
.itemListBolck .frmcontype {
1589
    width: 100%;
1590
    border-radius: 20px;
1591
    padding-left: 20px;
1592
    background: rgb(245, 246, 248);
1593
}
1594
1595
.itemListBolck .itemListCon .form-result > ul > li {
1596
    padding: 20px;
1597
    cursor: pointer;
1598
}
1599
1600
.itemListBolck .itemListCon .form-result > ul > li::after {
1601
    content: "";
1602
    position: absolute;
1603
    left: 0px;
1604
    right: 0px;
1605
    bottom: 0px;
1606
    height: 2px;
1607
    background: rgb(244, 246, 248);
1608
}
1609
1610
.itemListBolck .itemListCon .form-result > ul > li:hover {
1611
    background: rgb(238, 238, 238);
1612
}
1613
1614
.itemListBolck .itemListCon .form-result {
1615
    margin: 20px 0px 30px;
1616
    border-top: 1px solid rgb(229, 229, 229);
1617
    position: relative;
1618
}
1619
1620
.itemListCon.form-item ul .h1Font {
1621
    font-size: 18px;
1622
    margin-bottom: 6px;
1623
    line-height: 24px;
1624
}
1625
1626
.itemListCon .form-result > ul > li .madiaEdit > li {
1627
    float: left;
1628
    margin-right: 28px;
1629
}
1630
1631
.itemListCon .form-result > ul > li .madiaEdit .editThis {
1632
    display: inline-block;
1633
    width: 60px;
1634
    height: 32px;
1635
    background: url("../images/g_article_button_xiugai_hig.png") 0% 0% / cover;
1636
    cursor: pointer;
1637
}
1638
1639
.itemListCon .form-result > ul > li .madiaEdit .deteleThis2 {
1640
    display: inline-block;
1641
    width: 32px;
1642
    height: 32px;
1643
    background: url("../images/g_article_button_shanchu_hig.png") 0% 0% / cover;
1644
    cursor: pointer;
1645
}
1646
1647
.itemListCon .form-result > ul > li .madiaEdit .closeThis {
1648
    color: rgb(255, 0, 0);
1649
}
1650
1651
.itemListCon .form-result > ul > li .madiaEdit {
1652
    display: none;
1653
    overflow: hidden;
1654
    position: absolute;
1655
    top: 50%;
1656
    margin-top: -16px;
1657
    right: 0px;
1658
}
1659
1660
.itemListCon .form-result > ul > li:hover .madiaEdit {
1661
    display: block;
1662
}
1663
1664
.itemListCon .form-result > ul > li .madiaEdit span {
1665
    display: inline-block;
1666
    width: 60px;
1667
    height: 32px;
1668
    font-size: 15px;
1669
    letter-spacing: 0.1em;
1670
    background: rgb(255, 153, 0);
1671
    color: rgb(255, 255, 255);
1672
    line-height: 32px;
1673
    text-align: center;
1674
    border-radius: 4px;
1675
}
1676
1677
.artAbout > li > dl {
1678
    margin-top: -10px;
1679
    margin-right: -15px;
1680
    height: 200px;
1681
    overflow: hidden;
1682
    padding-top: 10px;
1683
}
1684
1685
.artAbout > li > dl > dd {
1686
    position: relative;
1687
    float: left;
1688
    width: 31.2%;
1689
    border: 1px solid rgb(229, 229, 229);
1690
    height: 190px;
1691
    margin-right: 15px;
1692
}
1693
1694
.artAbout > li > dl > dd:nth-child(2), .artAbout > li > dl > dd:nth-child(3) {
1695
    background: url("/images/g_resource_bg_tianjia_nor.png") center center no-repeat;
1696
}
1697
1698
.artAbout > li > dl > dd.uploadD {
1699
    background: none;
1700
}
1701
1702
.artAbout > li > dl > dd .imgItem {
1703
    background: rgb(255, 255, 255);
1704
    display: table-cell;
1705
    text-align: center;
1706
    vertical-align: middle;
1707
    width: 240px;
1708
    height: 188px;
1709
}
1710
1711
.artAbout > li > dl > dd .imgItem img {
1712
    vertical-align: middle;
1713
    max-width: 240px;
1714
    max-height: 188px;
1715
}
1716
1717
.artAbout > li > dl > dd .uploadFile .uploadblock {
1718
    border: none;
1719
}
1720
1721
.artAbout > li > dl > dd .file-panel {
1722
    position: absolute;
1723
    top: -10px;
1724
    right: -10px;
1725
    text-align: center;
1726
    overflow: hidden;
1727
}
1728
1729
.artAbout > li > dl > dd .file-panel .cancel {
1730
    display: inline-block;
1731
    width: 20px;
1732
    height: 20px;
1733
    cursor: pointer;
1734
    background: url("/images/g_resource_button_guanbi_nor.png") 0% 0% / cover;
1735
}
1736
1737
.form-item .addexpertRe {
1738
    margin: 0px -30px;
1739
}
1740
1741
.form-item .addexpertRe ul.addexpert > li .madiaInfo {
1742
    padding-right: 42px;
1743
}
1744
1745
.form-item .addexpertRe ul.addexpert > li .addbtn {
1746
    position: absolute;
1747
    right: 20px;
1748
    background: rgb(255, 153, 0);
1749
    top: 50%;
1750
    margin-top: -14px;
1751
    cursor: pointer;
1752
    padding: 4px 10px;
1753
    color: rgb(255, 255, 255);
1754
    border-radius: 4px;
1755
}
1756
1757
.conBlock .leftconBox2 {
1758
    background: none;
1759
    padding: 0px;
1760
}
1761
1762
.conBlock .leftconBox2 .reInfoBlock {
1763
    width: 320px;
1764
    margin-left: 24px;
1765
    position: relative;
1766
    height: 270px;
1767
}
1768
1769
.conBlock .leftconBox2 .reInfoBlock .h2Font {
1770
    font-size: 16px;
1771
    color: rgb(102, 102, 102);
1772
    line-height: 26px;
1773
    margin-top: 12px;
1774
}
1775
1776
.conBlock .leftconBox2 .showReBasic {
1777
    background: rgb(255, 255, 255);
1778
    padding: 30px;
1779
    margin-bottom: 20px;
1780
}
1781
1782
.conBlock .leftconBox2 .showReOther {
1783
    background: rgb(255, 255, 255);
1784
    padding: 30px;
1785
}
1786
1787
.conBlock .leftconBox2 .resShareUl {
1788
    position: absolute;
1789
    bottom: 0px;
1790
}
1791
1792
.conBlock .leftconBox2 .resShareUl > ul > li {
1793
    float: left;
1794
    margin-right: 30px;
1795
    font-size: 14px;
1796
    color: rgb(153, 153, 153);
1797
}
1798
1799
.conBlock .leftconBox2 .resShareUl > ul > li .operateicon {
1800
    margin-left: 10px;
1801
    cursor: pointer;
1802
}
1803
1804
.conBlock .leftconBox2 .resShareUl > ul > li > span {
1805
    position: relative;
1806
    top: -2px;
1807
    font-size: 14px;
1808
}
1809
1810
.keydrop > ul > li.orgList {
1811
    overflow: hidden;
1812
}
1813
1814
.keydrop > ul > li.orgList img {
1815
    width: 50px;
1816
    height: 50px;
1817
    margin-right: 10px;
1818
}
1819
1820
.keydrop > ul > li.orgList p {
1821
    line-height: 50px;
1822
    font-size: 14px;
1823
}
1824
1825
.conBlock .workconG {
1826
    float: right;
1827
    position: relative;
1828
    width: 87%;
1829
    background: rgb(255, 255, 255);
1830
    margin-bottom: 20px;
1831
}
1832
1833
.conBlock .workconG .workcontit {
1834
    height: 60px;
1835
    padding: 0px 20px;
1836
    font-size: 16px;
1837
    line-height: 60px;
1838
    border-bottom: 1px solid rgb(231, 231, 231);
1839
}
1840
1841
.conBlock .workconG .worksamlltit {
1842
    font-size: 16px;
1843
    line-height: 30px;
1844
    margin-right: 30px;
1845
    padding: 10px 4px 8px;
1846
    cursor: pointer;
1847
}
1848
1849
.conBlock .workconG .worksamlltit.worksamlltitnow {
1850
    color: rgb(255, 153, 0);
1851
    border-bottom: 2px solid rgb(255, 153, 0);
1852
}
1853
1854
.mainDownP .containerCon {
1855
    height: 100%;
1856
}
1857
1858
.mainDownP .contentCon {
1859
    position: relative;
1860
    height: 100%;
1861
    width: 100%;
1862
}
1863
1864
.footer_tools {
1865
    position: fixed;
1866
    z-index: 1070;
1867
    left: 50%;
1868
    margin-left: 562px;
1869
    bottom: 20px;
1870
}
1871
1872
.footer_tools > a {
1873
    margin-top: 10px;
1874
    position: relative;
1875
    display: inline-block;
1876
    width: 52px;
1877
    height: 52px;
1878
    background-position: center center;
1879
    background-size: cover;
1880
    opacity: 0.8;
1881
}
1882
1883
#scrollUp {
1884
    display: none;
1885
    background-image: url("/images/bottom_button_dingbu_hig.png");
1886
}
1887
1888
.footer_tools > a:hover {
1889
    opacity: 1;
1890
}
1891
1892
.footer_tools .correctBlock {
1893
    display: none;
1894
    width: 270px;
1895
    position: fixed;
1896
    bottom: 0px;
1897
    right: 0px;
1898
    border-radius: 6px 6px 0px 0px;
1899
    overflow: hidden;
1900
    box-shadow: rgba(195, 195, 195, 0.3) 1px 1px 13px 1px;
1901
}
1902
1903
.correctBlock .frmcontype {
1904
    font-size: 16px;
1905
    color: rgb(255, 255, 255);
1906
}
1907
1908
.correctBlock textarea.frmcontype {
1909
    height: 280px;
1910
    border: none;
1911
    font-size: 14px;
1912
    color: rgb(102, 102, 102);
1913
}
1914
1915
.operateBlock {
1916
}
1917
1918
.operateBlock > ul > li {
1919
    float: left;
1920
    font-size: 14px;
1921
    color: rgb(153, 153, 153);
1922
    min-height: 24px;
1923
    margin-right: 20px;
1924
}
1925
1926
.operateBlock > ul > li .operateicon {
1927
    margin-left: 10px;
1928
    cursor: pointer;
1929
}
1930
1931
.operateBlock > ul > li > span {
1932
    position: relative;
1933
    top: -2px;
1934
    font-size: 14px;
1935
}
1936
1937
.headconBox .operateBlock > ul > li {
1938
    margin-right: 0px;
1939
}
1940
1941
.form-item.coninfobox .form-result > ul > li::after {
1942
    content: "";
1943
    position: absolute;
1944
    left: 30px;
1945
    right: 0px;
1946
    bottom: 0px;
1947
    height: 1px;
1948
    background: rgb(229, 229, 229);
1949
}
1950
1951
.form-item.coninfobox .form-result > ul > li:last-child::after {
1952
    background: transparent;
1953
}
1954
1955
.resAreaCover .form-result > ul > li::after {
1956
    content: "";
1957
    position: absolute;
1958
    left: 30px;
1959
    right: 0px;
1960
    bottom: 0px;
1961
    height: 1px;
1962
    background: rgb(229, 229, 229);
1963
}
1964
1965
.resAreaCover .form-result > ul > li:last-child::after {
1966
    background: transparent;
1967
}
1968
1969
.cmpFrmList > li .frmadd {
1970
    width: auto;
1971
    position: absolute;
1972
    right: 0px;
1973
    top: 0px;
1974
    background: rgb(255, 153, 0);
1975
    color: rgb(255, 255, 255);
1976
    border: none;
1977
    padding: 6px 25px;
1978
}
1979
1980
.cmpFrmList .msgContbox {
1981
    height: 200px;
1982
}
1983
1984
.cmpFrmList .msgContbox textarea {
1985
    min-height: 170px;
1986
}
1987
1988
.keyResult > ul.editUlist, .keyResult > ul.editUlistC {
1989
    width: 98%;
1990
    margin-right: -30px;
1991
    margin-bottom: 0px;
1992
}
1993
1994
.keyResult > ul.editUlistC > li, .keyResult > ul.editUlist > li {
1995
    position: relative;
1996
    padding: 6px 12px;
1997
    background: rgb(255, 255, 255);
1998
    margin-bottom: 0px;
1999
}
2000
2001
.keyResult > ul.editUlist > li {
2002
    float: left;
2003
}
2004
2005
.keyResult > ul.editUlistC > li {
2006
    width: 100%;
2007
    margin-top: 12px;
2008
}
2009
2010
.keyResult > ul.editUlistC > li.yjlist {
2011
    margin: 10px 0px 0px;
2012
    width: 100%;
2013
    text-align: left;
2014
    border-radius: 0px;
2015
    line-height: 26px;
2016
    border: none;
2017
    background: none;
2018
    padding: 0px 12px 0px 0px;
2019
}
2020
2021
.keyResult > ul.editUlistC > li.yjlist > div {
2022
    width: auto;
2023
    position: relative;
2024
    border: 1px solid rgb(229, 229, 229);
2025
    background: rgb(255, 255, 255);
2026
    display: inline-block;
2027
    padding: 0px 12px 0px 0px;
2028
}
2029
2030
.keyResult > ul.editUlistC > li.yjlist .like {
2031
    display: inline-block;
2032
    float: left;
2033
    text-align: center;
2034
    min-width: 28px;
2035
    padding: 0px 6px;
2036
    background: rgb(255, 153, 0);
2037
    color: rgb(255, 255, 255);
2038
    font-size: 10px;
2039
    margin-right: 5px;
2040
}
2041
2042
.saveBtn .frmcontype {
2043
    width: 120px;
2044
    margin-right: 30px;
2045
    margin-top: 20px;
2046
}
2047
2048
.modifybox .form-result.keyResult {
2049
    margin-top: -10px;
2050
}
2051
2052
.aboutPa .form-result {
2053
    margin: -6px -20px 0px 0px;
2054
}
2055
2056
.aboutPa .form-result > ul > li {
2057
    display: none;
2058
    float: left;
2059
    width: 47%;
2060
    border: 1px solid rgb(229, 229, 229);
2061
    background: rgb(255, 255, 255);
2062
    padding: 20px;
2063
    margin: 20px 20px 0px 0px;
2064
    min-height: auto;
2065
    height: 76px;
2066
}
2067
2068
.aboutPa .form-result > ul > li > a {
2069
    display: block;
2070
    width: 100%;
2071
}
2072
2073
.aboutPa .form-result > ul > li .shareCode {
2074
    left: -8px;
2075
    z-index: 2;
2076
}
2077
2078
.aboutPa .form-result > ul > li:hover {
2079
    background: rgb(255, 255, 255);
2080
}
2081
2082
.aboutPa .form-result ul.authorBox {
2083
    position: relative;
2084
}
2085
2086
.aboutPa .form-result ul.authorBox > li > a {
2087
    max-width: 80%;
2088
}
2089
2090
.needList.form-item ul .h1Font {
2091
    font-size: 18px;
2092
    margin-bottom: 10px;
2093
    line-height: 24px;
2094
}
2095
2096
.needList.form-item ul .h2Font {
2097
    font-size: 14px;
2098
    line-height: 24px;
2099
    margin: 8px 0px;
2100
}
2101
2102
.needList.form-item ul .h3Font {
2103
    font-size: 14px;
2104
    color: rgb(136, 136, 136);
2105
}
2106
2107
.needList.form-item > ul > li {
2108
    padding: 10px 30px;
2109
    margin: 0px -30px;
2110
}
2111
2112
.needList.form-item > ul > li:hover {
2113
    background: rgb(238, 238, 238);
2114
}
2115
2116
.webuploader-container {
2117
    position: relative;
2118
    text-align: center;
2119
}
2120
2121
.webuploader-element-invisible {
2122
    clip: rect(1px 1px 1px 1px);
2123
    position: absolute !important;
2124
}
2125
2126
.webuploader-pick {
2127
    position: relative;
2128
    display: inline-block;
2129
    cursor: pointer;
2130
    background: rgb(255, 153, 0);
2131
    padding: 4px 20px;
2132
    color: rgb(255, 255, 255);
2133
    text-align: center;
2134
    border-radius: 3px;
2135
    overflow: hidden;
2136
    margin-top: 15px;
2137
}
2138
2139
#uploader .uploader-list {
2140
    list-style: none;
2141
    margin: 0px;
2142
    padding: 0px;
2143
}
2144
2145
#uploader .thumbnail {
2146
    width: 240px;
2147
    height: 240px;
2148
}
2149
2150
#uploader .thumbnail img {
2151
}
2152
2153
.edui-default .edui-box {
2154
    border: none;
2155
    padding: 0px;
2156
    margin: 0px;
2157
    overflow: hidden;
2158
}
2159
2160
.edui-default a.edui-box {
2161
    display: block;
2162
    text-decoration: none;
2163
    color: black;
2164
}
2165
2166
.edui-default a.edui-box:hover {
2167
    text-decoration: none;
2168
}
2169
2170
.edui-default a.edui-box:active {
2171
    text-decoration: none;
2172
}
2173
2174
.edui-default table.edui-box {
2175
    border-collapse: collapse;
2176
}
2177
2178
.edui-default ul.edui-box {
2179
    list-style-type: none;
2180
}
2181
2182
div.edui-box {
2183
    position: relative;
2184
    vertical-align: top;
2185
    display: inline-block !important;
2186
}
2187
2188
.edui-default .edui-clearfix {
2189
    zoom: 1;
2190
}
2191
2192
.edui-default .edui-clearfix::after {
2193
    content: " ";
2194
    display: block;
2195
    clear: both;
2196
}
2197
2198
* html div.edui-box {
2199
    display: inline !important;
2200
}
2201
2202
:first-child + html div.edui-box {
2203
    display: inline !important;
2204
}
2205
2206
.edui-default .edui-button-body, .edui-splitbutton-body, .edui-menubutton-body, .edui-combox-body {
2207
    position: relative;
2208
}
2209
2210
.edui-default .edui-popup {
2211
    position: absolute;
2212
    user-select: none;
2213
}
2214
2215
.edui-default .edui-popup .edui-shadow {
2216
    position: absolute;
2217
    z-index: -1;
2218
}
2219
2220
.edui-default .edui-popup .edui-bordereraser {
2221
    position: absolute;
2222
    overflow: hidden;
2223
}
2224
2225
.edui-default .edui-tablepicker .edui-canvas {
2226
    position: relative;
2227
}
2228
2229
.edui-default .edui-tablepicker .edui-canvas .edui-overlay {
2230
    position: absolute;
2231
}
2232
2233
.edui-default .edui-dialog-modalmask, .edui-dialog-dragmask {
2234
    position: absolute;
2235
    left: 0px;
2236
    top: 0px;
2237
    width: 100%;
2238
    height: 100%;
2239
}
2240
2241
.edui-default .edui-toolbar {
2242
    position: relative;
2243
}
2244
2245
.edui-default .edui-label {
2246
    cursor: default;
2247
}
2248
2249
.edui-default span.edui-clickable {
2250
    color: blue;
2251
    cursor: pointer;
2252
    text-decoration: underline;
2253
}
2254
2255
.edui-default span.edui-unclickable {
2256
    color: gray;
2257
    cursor: default;
2258
}
2259
2260
.edui-default .edui-toolbar {
2261
    cursor: default;
2262
    user-select: none;
2263
    padding: 1px;
2264
    overflow: hidden;
2265
    zoom: 1;
2266
    width: auto;
2267
    height: auto;
2268
}
2269
2270
.edui-default .edui-toolbar .edui-button, .edui-default .edui-toolbar .edui-splitbutton, .edui-default .edui-toolbar .edui-menubutton, .edui-default .edui-toolbar .edui-combox {
2271
    margin: 1px;
2272
}
2273
2274
.edui-default .edui-editor {
2275
    border: 1px solid rgb(229, 229, 229);
2276
    background-color: white;
2277
    position: relative;
2278
    overflow: visible;
2279
}
2280
2281
.edui-editor div {
2282
    width: auto;
2283
    height: auto;
2284
}
2285
2286
.edui-default .edui-editor-toolbarbox {
2287
    position: relative;
2288
    zoom: 1;
2289
    box-shadow: rgba(204, 204, 204, 0.6) 0px 1px 4px;
2290
    border-top-left-radius: 2px;
2291
    border-top-right-radius: 2px;
2292
}
2293
2294
.edui-default .edui-editor-toolbarboxouter {
2295
    border-bottom: 1px solid rgb(212, 212, 212);
2296
    background-color: rgb(250, 250, 250);
2297
    background-image: linear-gradient(rgb(255, 255, 255), rgb(242, 242, 242));
2298
    background-repeat: repeat-x;
2299
    border-radius: 4px 4px 0px 0px;
2300
    box-shadow: rgba(0, 0, 0, 0.067) 0px 1px 4px;
2301
}
2302
2303
.edui-default .edui-editor-toolbarboxinner {
2304
    padding: 2px;
2305
}
2306
2307
.edui-default .edui-editor-iframeholder {
2308
    position: relative;
2309
}
2310
2311
.edui-default .edui-editor-bottomContainer {
2312
    overflow: hidden;
2313
}
2314
2315
.edui-default .edui-editor-bottomContainer table {
2316
    width: 100%;
2317
    height: 0px;
2318
    overflow: hidden;
2319
    border-spacing: 0px;
2320
}
2321
2322
.edui-default .edui-editor-bottomContainer td {
2323
    white-space: nowrap;
2324
    border-top: 1px solid rgb(204, 204, 204);
2325
    line-height: 20px;
2326
    font-size: 12px;
2327
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
2328
}
2329
2330
.edui-default .edui-editor-wordcount {
2331
    text-align: right;
2332
    margin-right: 5px;
2333
    color: rgb(170, 170, 170);
2334
}
2335
2336
.edui-default .edui-editor-scale {
2337
    width: 12px;
2338
}
2339
2340
.edui-default .edui-editor-scale .edui-editor-icon {
2341
    float: right;
2342
    width: 100%;
2343
    height: 12px;
2344
    margin-top: 10px;
2345
    background: url("../images/scale.png") no-repeat;
2346
    cursor: se-resize;
2347
}
2348
2349
.edui-default .edui-editor-breadcrumb {
2350
    margin: 2px 0px 0px 3px;
2351
}
2352
2353
.edui-default .edui-editor-breadcrumb span {
2354
    cursor: pointer;
2355
    text-decoration: underline;
2356
    color: blue;
2357
}
2358
2359
.edui-default .edui-toolbar .edui-for-fullscreen {
2360
    float: right;
2361
}
2362
2363
.edui-default .edui-bubble .edui-popup-content {
2364
    border: 1px solid rgb(220, 172, 108);
2365
    background-color: rgb(255, 246, 217);
2366
    padding: 5px;
2367
    font-size: 10pt;
2368
    font-family: 宋体;
2369
}
2370
2371
.edui-default .edui-bubble .edui-shadow {
2372
}
2373
2374
.edui-default .edui-editor-toolbarmsg {
2375
    background-color: rgb(255, 246, 217);
2376
    border-bottom: 1px solid rgb(204, 204, 204);
2377
    position: absolute;
2378
    bottom: -25px;
2379
    left: 0px;
2380
    z-index: 1009;
2381
    width: 99.9%;
2382
}
2383
2384
.edui-default .edui-editor-toolbarmsg-upload {
2385
    font-size: 14px;
2386
    color: blue;
2387
    width: 100px;
2388
    height: 16px;
2389
    line-height: 16px;
2390
    cursor: pointer;
2391
    position: absolute;
2392
    top: 5px;
2393
    left: 350px;
2394
}
2395
2396
.edui-default .edui-editor-toolbarmsg-label {
2397
    font-size: 12px;
2398
    line-height: 16px;
2399
    padding: 4px;
2400
}
2401
2402
.edui-default .edui-editor-toolbarmsg-close {
2403
    float: right;
2404
    width: 20px;
2405
    height: 16px;
2406
    line-height: 16px;
2407
    cursor: pointer;
2408
    color: red;
2409
}
2410
2411
.edui-default .edui-list .edui-bordereraser {
2412
    display: none;
2413
}
2414
2415
.edui-default .edui-listitem {
2416
    padding: 1px;
2417
    white-space: nowrap;
2418
}
2419
2420
.edui-default .edui-list .edui-state-hover {
2421
    position: relative;
2422
    background-color: rgb(255, 245, 212);
2423
    border: 1px solid rgb(220, 172, 108);
2424
    padding: 0px;
2425
}
2426
2427
.edui-default .edui-for-fontfamily .edui-listitem-label {
2428
    min-width: 130px;
2429
    font-size: 12px;
2430
    height: 22px;
2431
    line-height: 22px;
2432
    padding-left: 5px;
2433
}
2434
2435
.edui-default .edui-for-insertcode .edui-listitem-label {
2436
    min-width: 120px;
2437
    font-size: 12px;
2438
    height: 22px;
2439
    line-height: 22px;
2440
    padding-left: 5px;
2441
}
2442
2443
.edui-default .edui-for-underline .edui-listitem-label {
2444
    min-width: 120px;
2445
    padding: 3px 5px;
2446
    font-size: 12px;
2447
}
2448
2449
.edui-default .edui-for-fontsize .edui-listitem-label {
2450
    min-width: 120px;
2451
    padding: 3px 5px;
2452
}
2453
2454
.edui-default .edui-for-paragraph .edui-listitem-label {
2455
    min-width: 200px;
2456
    padding: 2px 5px;
2457
}
2458
2459
.edui-default .edui-for-rowspacingtop .edui-listitem-label, .edui-default .edui-for-rowspacingbottom .edui-listitem-label {
2460
    min-width: 53px;
2461
    padding: 2px 5px;
2462
}
2463
2464
.edui-default .edui-for-lineheight .edui-listitem-label {
2465
    min-width: 53px;
2466
    padding: 2px 5px;
2467
}
2468
2469
.edui-default .edui-for-customstyle .edui-listitem-label {
2470
    min-width: 200px;
2471
    padding: 2px 5px;
2472
    width: 200px !important;
2473
}
2474
2475
.edui-default .edui-menu {
2476
    z-index: 3000;
2477
}
2478
2479
.edui-default .edui-menu .edui-popup-content {
2480
    padding: 3px;
2481
}
2482
2483
.edui-default .edui-menu-body {
2484
    min-width: 170px;
2485
    background: url("../images/sparator_v.png") 25px center repeat-y;
2486
}
2487
2488
.edui-default .edui-menuitem-body {
2489
}
2490
2491
.edui-default .edui-menuitem {
2492
    height: 20px;
2493
    cursor: default;
2494
    vertical-align: top;
2495
}
2496
2497
.edui-default .edui-menuitem .edui-icon {
2498
    background: url("../images/icons.png") 0px -4000px;
2499
    width: 20px !important;
2500
    height: 20px !important;
2501
}
2502
2503
.edui-default .edui-menuitem .edui-label {
2504
    font-size: 12px;
2505
    line-height: 20px;
2506
    height: 20px;
2507
    padding-left: 10px;
2508
}
2509
2510
.edui-default .edui-state-checked .edui-menuitem-body {
2511
    background: url("../images/icons-all.gif") 6px -205px no-repeat;
2512
}
2513
2514
.edui-default .edui-state-disabled .edui-menuitem-label {
2515
    color: gray;
2516
}
2517
2518
.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
2519
    width: 60px;
2520
    font-size: 12px;
2521
    height: 20px;
2522
    line-height: 20px;
2523
    padding-left: 5px;
2524
    white-space: nowrap;
2525
    margin: 0px 3px 0px 0px;
2526
}
2527
2528
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
2529
    background: url("../images/icons.png") -741px 0px;
2530
    height: 20px;
2531
    width: 9px;
2532
}
2533
2534
.edui-default .edui-toolbar .edui-combox .edui-combox-body {
2535
    border: 1px solid rgb(204, 204, 204);
2536
    background-color: white;
2537
    border-radius: 2px;
2538
}
2539
2540
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
2541
    display: none;
2542
}
2543
2544
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
2545
    border-left: 1px solid rgb(204, 204, 204);
2546
}
2547
2548
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body {
2549
    background-color: rgb(255, 245, 212);
2550
    border: 1px solid rgb(220, 172, 108);
2551
}
2552
2553
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
2554
    border-left: 1px solid rgb(220, 172, 108);
2555
}
2556
2557
.edui-default .edui-toolbar .edui-state-checked .edui-combox-body {
2558
    background-color: rgb(255, 230, 159);
2559
    border: 1px solid rgb(220, 172, 108);
2560
}
2561
2562
.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
2563
    border-left: 1px solid rgb(220, 172, 108);
2564
}
2565
2566
.edui-toolbar .edui-state-disabled .edui-combox-body {
2567
    background-color: rgb(240, 240, 238);
2568
    opacity: 0.3;
2569
}
2570
2571
.edui-toolbar .edui-state-opened .edui-combox-body {
2572
    background-color: white;
2573
    border: 1px solid gray;
2574
}
2575
2576
.edui-default .edui-toolbar .edui-button .edui-icon, .edui-default .edui-toolbar .edui-menubutton .edui-icon, .edui-default .edui-toolbar .edui-splitbutton .edui-icon {
2577
    background-image: url("../images/icons.png");
2578
    height: 20px !important;
2579
    width: 20px !important;
2580
}
2581
2582
.edui-default .edui-toolbar .edui-button .edui-button-wrap {
2583
    padding: 1px;
2584
    position: relative;
2585
}
2586
2587
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
2588
    background-color: rgb(255, 245, 212);
2589
    padding: 0px;
2590
    border: 1px solid rgb(220, 172, 108);
2591
}
2592
2593
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
2594
    background-color: rgb(255, 230, 159);
2595
    padding: 0px;
2596
    border: 1px solid rgb(220, 172, 108);
2597
    border-radius: 2px;
2598
}
2599
2600
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
2601
    background-color: rgb(255, 255, 255);
2602
    padding: 0px;
2603
    border: 1px solid gray;
2604
}
2605
2606
.edui-default .edui-toolbar .edui-state-disabled .edui-label {
2607
    color: rgb(204, 204, 204);
2608
}
2609
2610
.edui-default .edui-toolbar .edui-state-disabled .edui-icon {
2611
    opacity: 0.3;
2612
}
2613
2614
.edui-default .edui-for-undo .edui-icon {
2615
    background-position: -160px 0px;
2616
}
2617
2618
.edui-default .edui-for-redo .edui-icon {
2619
    background-position: -100px 0px;
2620
}
2621
2622
.edui-default .edui-for-bold .edui-icon {
2623
    background-position: 0px 0px;
2624
}
2625
2626
.edui-default .edui-for-italic .edui-icon {
2627
    background-position: -60px 0px;
2628
}
2629
2630
.edui-default .edui-for-fontborder .edui-icon {
2631
    background-position: -160px -40px;
2632
}
2633
2634
.edui-default .edui-for-underline .edui-icon {
2635
    background-position: -140px 0px;
2636
}
2637
2638
.edui-default .edui-for-strikethrough .edui-icon {
2639
    background-position: -120px 0px;
2640
}
2641
2642
.edui-default .edui-for-subscript .edui-icon {
2643
    background-position: -600px 0px;
2644
}
2645
2646
.edui-default .edui-for-superscript .edui-icon {
2647
    background-position: -620px 0px;
2648
}
2649
2650
.edui-default .edui-for-blockquote .edui-icon {
2651
    background-position: -220px 0px;
2652
}
2653
2654
.edui-default .edui-for-forecolor .edui-icon {
2655
    background-position: -720px 0px;
2656
}
2657
2658
.edui-default .edui-for-backcolor .edui-icon {
2659
    background-position: -760px 0px;
2660
}
2661
2662
.edui-default .edui-for-inserttable .edui-icon {
2663
    background-position: -580px -20px;
2664
}
2665
2666
.edui-default .edui-for-autotypeset .edui-icon {
2667
    background-position: -640px -40px;
2668
}
2669
2670
.edui-default .edui-for-justifyleft .edui-icon {
2671
    background-position: -460px 0px;
2672
}
2673
2674
.edui-default .edui-for-justifycenter .edui-icon {
2675
    background-position: -420px 0px;
2676
}
2677
2678
.edui-default .edui-for-justifyright .edui-icon {
2679
    background-position: -480px 0px;
2680
}
2681
2682
.edui-default .edui-for-justifyjustify .edui-icon {
2683
    background-position: -440px 0px;
2684
}
2685
2686
.edui-default .edui-for-insertorderedlist .edui-icon {
2687
    background-position: -80px 0px;
2688
}
2689
2690
.edui-default .edui-for-insertunorderedlist .edui-icon {
2691
    background-position: -20px 0px;
2692
}
2693
2694
.edui-default .edui-for-lineheight .edui-icon {
2695
    background-position: -725px -40px;
2696
}
2697
2698
.edui-default .edui-for-rowspacingbottom .edui-icon {
2699
    background-position: -745px -40px;
2700
}
2701
2702
.edui-default .edui-for-rowspacingtop .edui-icon {
2703
    background-position: -765px -40px;
2704
}
2705
2706
.edui-default .edui-for-horizontal .edui-icon {
2707
    background-position: -360px 0px;
2708
}
2709
2710
.edui-default .edui-for-link .edui-icon {
2711
    background-position: -500px 0px;
2712
}
2713
2714
.edui-default .edui-for-code .edui-icon {
2715
    background-position: -440px -40px;
2716
}
2717
2718
.edui-default .edui-for-insertimage .edui-icon {
2719
    background-position: -726px -77px;
2720
}
2721
2722
.edui-default .edui-for-insertframe .edui-icon {
2723
    background-position: -240px -40px;
2724
}
2725
2726
.edui-default .edui-for-emoticon .edui-icon {
2727
    background-position: -60px -20px;
2728
}
2729
2730
.edui-default .edui-for-spechars .edui-icon {
2731
    background-position: -240px 0px;
2732
}
2733
2734
.edui-default .edui-for-help .edui-icon {
2735
    background-position: -340px 0px;
2736
}
2737
2738
.edui-default .edui-for-print .edui-icon {
2739
    background-position: -440px -20px;
2740
}
2741
2742
.edui-default .edui-for-preview .edui-icon {
2743
    background-position: -420px -20px;
2744
}
2745
2746
.edui-default .edui-for-selectall .edui-icon {
2747
    background-position: -400px -20px;
2748
}
2749
2750
.edui-default .edui-for-searchreplace .edui-icon {
2751
    background-position: -520px -20px;
2752
}
2753
2754
.edui-default .edui-for-map .edui-icon {
2755
    background-position: -40px -40px;
2756
}
2757
2758
.edui-default .edui-for-gmap .edui-icon {
2759
    background-position: -260px -40px;
2760
}
2761
2762
.edui-default .edui-for-insertvideo .edui-icon {
2763
    background-position: -320px -20px;
2764
}
2765
2766
.edui-default .edui-for-time .edui-icon {
2767
    background-position: -160px -20px;
2768
}
2769
2770
.edui-default .edui-for-date .edui-icon {
2771
    background-position: -140px -20px;
2772
}
2773
2774
.edui-default .edui-for-cut .edui-icon {
2775
    background-position: -680px 0px;
2776
}
2777
2778
.edui-default .edui-for-copy .edui-icon {
2779
    background-position: -700px 0px;
2780
}
2781
2782
.edui-default .edui-for-paste .edui-icon {
2783
    background-position: -560px 0px;
2784
}
2785
2786
.edui-default .edui-for-formatmatch .edui-icon {
2787
    background-position: -40px 0px;
2788
}
2789
2790
.edui-default .edui-for-pasteplain .edui-icon {
2791
    background-position: -360px -20px;
2792
}
2793
2794
.edui-default .edui-for-directionalityltr .edui-icon {
2795
    background-position: -20px -20px;
2796
}
2797
2798
.edui-default .edui-for-directionalityrtl .edui-icon {
2799
    background-position: -40px -20px;
2800
}
2801
2802
.edui-default .edui-for-source .edui-icon {
2803
    background-position: -261px 0px;
2804
}
2805
2806
.edui-default .edui-for-removeformat .edui-icon {
2807
    background-position: -580px 0px;
2808
}
2809
2810
.edui-default .edui-for-unlink .edui-icon {
2811
    background-position: -640px 0px;
2812
}
2813
2814
.edui-default .edui-for-touppercase .edui-icon {
2815
    background-position: -786px 0px;
2816
}
2817
2818
.edui-default .edui-for-tolowercase .edui-icon {
2819
    background-position: -806px 0px;
2820
}
2821
2822
.edui-default .edui-for-insertrow .edui-icon {
2823
    background-position: -478px -76px;
2824
}
2825
2826
.edui-default .edui-for-insertrownext .edui-icon {
2827
    background-position: -498px -76px;
2828
}
2829
2830
.edui-default .edui-for-insertcol .edui-icon {
2831
    background-position: -455px -76px;
2832
}
2833
2834
.edui-default .edui-for-insertcolnext .edui-icon {
2835
    background-position: -429px -76px;
2836
}
2837
2838
.edui-default .edui-for-mergeright .edui-icon {
2839
    background-position: -60px -40px;
2840
}
2841
2842
.edui-default .edui-for-mergedown .edui-icon {
2843
    background-position: -80px -40px;
2844
}
2845
2846
.edui-default .edui-for-splittorows .edui-icon {
2847
    background-position: -100px -40px;
2848
}
2849
2850
.edui-default .edui-for-splittocols .edui-icon {
2851
    background-position: -120px -40px;
2852
}
2853
2854
.edui-default .edui-for-insertparagraphbeforetable .edui-icon {
2855
    background-position: -140px -40px;
2856
}
2857
2858
.edui-default .edui-for-deleterow .edui-icon {
2859
    background-position: -660px -20px;
2860
}
2861
2862
.edui-default .edui-for-deletecol .edui-icon {
2863
    background-position: -640px -20px;
2864
}
2865
2866
.edui-default .edui-for-splittocells .edui-icon {
2867
    background-position: -800px -20px;
2868
}
2869
2870
.edui-default .edui-for-mergecells .edui-icon {
2871
    background-position: -760px -20px;
2872
}
2873
2874
.edui-default .edui-for-deletetable .edui-icon {
2875
    background-position: -620px -20px;
2876
}
2877
2878
.edui-default .edui-for-cleardoc .edui-icon {
2879
    background-position: -520px 0px;
2880
}
2881
2882
.edui-default .edui-for-fullscreen .edui-icon {
2883
    background-position: -100px -20px;
2884
}
2885
2886
.edui-default .edui-for-anchor .edui-icon {
2887
    background-position: -200px 0px;
2888
}
2889
2890
.edui-default .edui-for-pagebreak .edui-icon {
2891
    background-position: -460px -40px;
2892
}
2893
2894
.edui-default .edui-for-imagenone .edui-icon {
2895
    background-position: -480px -40px;
2896
}
2897
2898
.edui-default .edui-for-imageleft .edui-icon {
2899
    background-position: -500px -40px;
2900
}
2901
2902
.edui-default .edui-for-wordimage .edui-icon {
2903
    background-position: -660px -40px;
2904
}
2905
2906
.edui-default .edui-for-imageright .edui-icon {
2907
    background-position: -520px -40px;
2908
}
2909
2910
.edui-default .edui-for-imagecenter .edui-icon {
2911
    background-position: -540px -40px;
2912
}
2913
2914
.edui-default .edui-for-indent .edui-icon {
2915
    background-position: -400px 0px;
2916
}
2917
2918
.edui-default .edui-for-outdent .edui-icon {
2919
    background-position: -540px 0px;
2920
}
2921
2922
.edui-default .edui-for-webapp .edui-icon {
2923
    background-position: -601px -40px;
2924
}
2925
2926
.edui-default .edui-for-table .edui-icon {
2927
    background-position: -580px -20px;
2928
}
2929
2930
.edui-default .edui-for-edittable .edui-icon {
2931
    background-position: -420px -40px;
2932
}
2933
2934
.edui-default .edui-for-template .edui-icon {
2935
    background-position: -339px -40px;
2936
}
2937
2938
.edui-default .edui-for-delete .edui-icon {
2939
    background-position: -360px -40px;
2940
}
2941
2942
.edui-default .edui-for-attachment .edui-icon {
2943
    background-position: -620px -40px;
2944
}
2945
2946
.edui-default .edui-for-edittd .edui-icon {
2947
    background-position: -700px -40px;
2948
}
2949
2950
.edui-default .edui-for-snapscreen .edui-icon {
2951
    background-position: -581px -40px;
2952
}
2953
2954
.edui-default .edui-for-scrawl .edui-icon {
2955
    background-position: -801px -41px;
2956
}
2957
2958
.edui-default .edui-for-background .edui-icon {
2959
    background-position: -680px -40px;
2960
}
2961
2962
.edui-default .edui-for-music .edui-icon {
2963
    background-position: -18px -40px;
2964
}
2965
2966
.edui-default .edui-for-formula .edui-icon {
2967
    background-position: -200px -40px;
2968
}
2969
2970
.edui-default .edui-for-aligntd .edui-icon {
2971
    background-position: -236px -76px;
2972
}
2973
2974
.edui-default .edui-for-insertparagraphtrue .edui-icon {
2975
    background-position: -625px -76px;
2976
}
2977
2978
.edui-default .edui-for-insertparagraph .edui-icon {
2979
    background-position: -602px -76px;
2980
}
2981
2982
.edui-default .edui-for-insertcaption .edui-icon {
2983
    background-position: -336px -76px;
2984
}
2985
2986
.edui-default .edui-for-deletecaption .edui-icon {
2987
    background-position: -362px -76px;
2988
}
2989
2990
.edui-default .edui-for-inserttitle .edui-icon {
2991
    background-position: -286px -76px;
2992
}
2993
2994
.edui-default .edui-for-deletetitle .edui-icon {
2995
    background-position: -311px -76px;
2996
}
2997
2998
.edui-default .edui-for-aligntable .edui-icon {
2999
    background-position: -440px 0px;
3000
}
3001
3002
.edui-default .edui-for-tablealignment-left .edui-icon {
3003
    background-position: -460px 0px;
3004
}
3005
3006
.edui-default .edui-for-tablealignment-center .edui-icon {
3007
    background-position: -420px 0px;
3008
}
3009
3010
.edui-default .edui-for-tablealignment-right .edui-icon {
3011
    background-position: -480px 0px;
3012
}
3013
3014
.edui-default .edui-for-drafts .edui-icon {
3015
    background-position: -560px 0px;
3016
}
3017
3018
.edui-default .edui-for-charts .edui-icon {
3019
    background: url("../images/charts.png") 2px 3px no-repeat !important;
3020
}
3021
3022
.edui-default .edui-for-inserttitlecol .edui-icon {
3023
    background-position: -673px -76px;
3024
}
3025
3026
.edui-default .edui-for-deletetitlecol .edui-icon {
3027
    background-position: -698px -76px;
3028
}
3029
3030
.edui-default .edui-for-simpleupload .edui-icon {
3031
    background-position: -380px 0px;
3032
}
3033
3034
.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow, .edui-default .edui-toolbar .edui-menubutton-body .edui-arrow {
3035
    background: url("../images/icons.png") -741px 0px;
3036
    height: 20px;
3037
    width: 9px;
3038
}
3039
3040
.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body {
3041
    padding: 1px;
3042
}
3043
3044
.edui-default .edui-toolbar .edui-splitborder {
3045
    width: 1px;
3046
    height: 20px;
3047
}
3048
3049
.edui-default .edui-toolbar .edui-state-hover .edui-splitborder {
3050
    width: 1px;
3051
    border-left: 0px solid rgb(220, 172, 108);
3052
}
3053
3054
.edui-default .edui-toolbar .edui-state-active .edui-splitborder {
3055
    width: 0px;
3056
    border-left: 1px solid gray;
3057
}
3058
3059
.edui-default .edui-toolbar .edui-state-opened .edui-splitborder {
3060
    width: 1px;
3061
    border: 0px;
3062
}
3063
3064
.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body {
3065
    background-color: rgb(255, 245, 212);
3066
    border: 1px solid rgb(220, 172, 108);
3067
    padding: 0px;
3068
}
3069
3070
.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body {
3071
    background-color: rgb(255, 230, 159);
3072
    border: 1px solid rgb(220, 172, 108);
3073
    padding: 0px;
3074
}
3075
3076
.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body {
3077
    background-color: rgb(255, 255, 255);
3078
    border: 1px solid gray;
3079
    padding: 0px;
3080
}
3081
3082
.edui-default .edui-state-disabled .edui-arrow {
3083
    opacity: 0.3;
3084
}
3085
3086
.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body {
3087
    background-color: white;
3088
    border: 1px solid gray;
3089
    padding: 0px;
3090
}
3091
3092
.edui-default .edui-for-insertorderedlist .edui-bordereraser, .edui-default .edui-for-lineheight .edui-bordereraser, .edui-default .edui-for-rowspacingtop .edui-bordereraser, .edui-default .edui-for-rowspacingbottom .edui-bordereraser, .edui-default .edui-for-insertunorderedlist .edui-bordereraser {
3093
    background-color: white;
3094
}
3095
3096
.edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon, .edui-default .edui-for-lineheight .edui-popup-body .edui-icon, .edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon, .edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon, .edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon {
3097
    background-image: none;
3098
}
3099
3100
.edui-default .edui-popup {
3101
    z-index: 3000;
3102
    background-color: rgb(255, 255, 255);
3103
    width: auto;
3104
    height: auto;
3105
}
3106
3107
.edui-default .edui-popup .edui-shadow {
3108
    left: 0px;
3109
    top: 0px;
3110
    width: 100%;
3111
    height: 100%;
3112
}
3113
3114
.edui-default .edui-popup-content {
3115
    border: 1px solid rgba(0, 0, 0, 0.2);
3116
    border-radius: 6px;
3117
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;
3118
    -webkit-background-clip: padding-box;
3119
    padding: 5px;
3120
    background: rgb(255, 255, 255);
3121
}
3122
3123
.edui-default .edui-popup .edui-bordereraser {
3124
    background-color: white;
3125
    height: 3px;
3126
}
3127
3128
.edui-default .edui-menu .edui-bordereraser {
3129
    height: 3px;
3130
}
3131
3132
.edui-default .edui-anchor-topleft .edui-bordereraser {
3133
    left: 1px;
3134
    top: -2px;
3135
}
3136
3137
.edui-default .edui-anchor-topright .edui-bordereraser {
3138
    right: 1px;
3139
    top: -2px;
3140
}
3141
3142
.edui-default .edui-anchor-bottomleft .edui-bordereraser {
3143
    left: 0px;
3144
    bottom: -6px;
3145
    height: 7px;
3146
    border-left: 1px solid gray;
3147
    border-right: 1px solid gray;
3148
}
3149
3150
.edui-default .edui-anchor-bottomright .edui-bordereraser {
3151
    right: 0px;
3152
    bottom: -6px;
3153
    height: 7px;
3154
    border-left: 1px solid gray;
3155
    border-right: 1px solid gray;
3156
}
3157
3158
.edui-popup div {
3159
    width: auto;
3160
    height: auto;
3161
}
3162
3163
.edui-default .edui-editor-messageholder {
3164
    display: block;
3165
    width: 150px;
3166
    height: auto;
3167
    border: 0px;
3168
    margin: 0px;
3169
    padding: 0px;
3170
    position: absolute;
3171
    top: 28px;
3172
    right: 3px;
3173
}
3174
3175
.edui-default .edui-message {
3176
    min-height: 10px;
3177
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
3178
    padding: 0px;
3179
    margin-bottom: 3px;
3180
    position: relative;
3181
}
3182
3183
.edui-default .edui-message-body {
3184
    border-radius: 3px;
3185
    padding: 8px 15px 8px 8px;
3186
    color: rgb(192, 152, 83);
3187
    background-color: rgb(252, 248, 227);
3188
    border: 1px solid rgb(251, 238, 213);
3189
}
3190
3191
.edui-default .edui-message-type-info {
3192
    color: rgb(58, 135, 173);
3193
    background-color: rgb(217, 237, 247);
3194
    border-color: rgb(188, 232, 241);
3195
}
3196
3197
.edui-default .edui-message-type-success {
3198
    color: rgb(70, 136, 71);
3199
    background-color: rgb(223, 240, 216);
3200
    border-color: rgb(214, 233, 198);
3201
}
3202
3203
.edui-default .edui-message-type-danger, .edui-default .edui-message-type-error {
3204
    color: rgb(185, 74, 72);
3205
    background-color: rgb(242, 222, 222);
3206
    border-color: rgb(238, 211, 215);
3207
}
3208
3209
.edui-default .edui-message .edui-message-closer {
3210
    display: block;
3211
    width: 16px;
3212
    height: 16px;
3213
    line-height: 16px;
3214
    position: absolute;
3215
    top: 0px;
3216
    right: 0px;
3217
    padding: 0px;
3218
    cursor: pointer;
3219
    background: transparent;
3220
    border: 0px;
3221
    float: right;
3222
    font-size: 20px;
3223
    font-weight: bold;
3224
    color: rgb(153, 153, 153);
3225
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
3226
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
3227
}
3228
3229
.edui-default .edui-message .edui-message-content {
3230
    font-size: 10pt;
3231
    word-wrap: break-word;
3232
    word-break: normal;
3233
}
3234
3235
.edui-default .edui-dialog {
3236
    z-index: 2000;
3237
    position: absolute;
3238
}
3239
3240
.edui-default .edui-dialog-wrap {
3241
    margin-right: 6px;
3242
    margin-bottom: 6px;
3243
}
3244
3245
.edui-default .edui-dialog-fullscreen-flag {
3246
    margin-right: 0px;
3247
    margin-bottom: 0px;
3248
}
3249
3250
.edui-default .edui-dialog-body {
3251
    position: relative;
3252
    padding: 2px 0px 0px 2px;
3253
}
3254
3255
.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body {
3256
    padding: 0px;
3257
}
3258
3259
.edui-default .edui-dialog-shadow {
3260
    position: absolute;
3261
    z-index: -1;
3262
    left: 0px;
3263
    top: 0px;
3264
    width: 100%;
3265
    height: 100%;
3266
    background-color: rgb(255, 255, 255);
3267
    border: 1px solid rgba(0, 0, 0, 0.2);
3268
    border-radius: 6px;
3269
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
3270
    -webkit-background-clip: padding-box;
3271
    background-clip: padding-box;
3272
}
3273
3274
.edui-default .edui-dialog-foot {
3275
    background-color: white;
3276
}
3277
3278
.edui-default .edui-dialog-titlebar {
3279
    height: 26px;
3280
    border-bottom: 1px solid rgb(198, 198, 198);
3281
    background: url("../images/dialog-title-bg.png") center bottom repeat-x;
3282
    position: relative;
3283
    cursor: move;
3284
}
3285
3286
.edui-default .edui-dialog-caption {
3287
    font-weight: bold;
3288
    font-size: 12px;
3289
    line-height: 26px;
3290
    padding-left: 5px;
3291
}
3292
3293
.edui-default .edui-dialog-draghandle {
3294
    height: 26px;
3295
}
3296
3297
.edui-default .edui-dialog-closebutton {
3298
    right: 5px;
3299
    top: 3px;
3300
    position: absolute !important;
3301
}
3302
3303
.edui-default .edui-dialog-closebutton .edui-button-body {
3304
    height: 20px;
3305
    width: 20px;
3306
    cursor: pointer;
3307
    background: url("../images/icons-all.gif") 0px -59px no-repeat;
3308
}
3309
3310
.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body {
3311
    background: url("../images/icons-all.gif") 0px -89px no-repeat;
3312
}
3313
3314
.edui-default .edui-dialog-foot {
3315
    height: 40px;
3316
}
3317
3318
.edui-default .edui-dialog-buttons {
3319
    position: absolute;
3320
    right: 0px;
3321
}
3322
3323
.edui-default .edui-dialog-buttons .edui-button {
3324
    margin-right: 10px;
3325
}
3326
3327
.edui-default .edui-dialog-buttons .edui-button .edui-button-body {
3328
    background: url("../images/icons-all.gif") no-repeat;
3329
    height: 24px;
3330
    width: 96px;
3331
    font-size: 12px;
3332
    line-height: 24px;
3333
    text-align: center;
3334
    cursor: default;
3335
}
3336
3337
.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body {
3338
    background: url("../images/icons-all.gif") 0px -30px no-repeat;
3339
}
3340
3341
.edui-default .edui-dialog iframe {
3342
    border: 0px;
3343
    padding: 0px;
3344
    margin: 0px;
3345
    vertical-align: top;
3346
}
3347
3348
.edui-default .edui-dialog-modalmask {
3349
    opacity: 0.3;
3350
    background-color: rgb(204, 204, 204);
3351
    position: absolute;
3352
}
3353
3354
.edui-default .edui-dialog-dragmask {
3355
    position: absolute;
3356
    background-color: transparent;
3357
    cursor: move;
3358
}
3359
3360
.edui-default .edui-dialog-content {
3361
    position: relative;
3362
}
3363
3364
.edui-default .dialogcontmask {
3365
    cursor: move;
3366
    visibility: hidden;
3367
    display: block;
3368
    position: absolute;
3369
    width: 100%;
3370
    height: 100%;
3371
    opacity: 0;
3372
}
3373
3374
.edui-default .edui-for-link .edui-dialog-content {
3375
    width: 420px;
3376
    height: 200px;
3377
    overflow: hidden;
3378
}
3379
3380
.edui-default .edui-for-background .edui-dialog-content {
3381
    width: 440px;
3382
    height: 280px;
3383
    overflow: hidden;
3384
}
3385
3386
.edui-default .edui-for-template .edui-dialog-content {
3387
    width: 630px;
3388
    height: 390px;
3389
    overflow: hidden;
3390
}
3391
3392
.edui-default .edui-for-scrawl .edui-dialog-content {
3393
    width: 515px;
3394
    height: 360px;
3395
}
3396
3397
.edui-default .edui-for-spechars .edui-dialog-content {
3398
    width: 620px;
3399
    height: 500px;
3400
}
3401
3402
.edui-default .edui-for-insertimage .edui-dialog-content {
3403
    width: 650px;
3404
    height: 400px;
3405
    overflow: hidden;
3406
}
3407
3408
.edui-default .edui-for-webapp .edui-dialog-content {
3409
    width: 560px;
3410
    height: 450px;
3411
    overflow: hidden;
3412
}
3413
3414
.edui-default .edui-for-insertframe .edui-dialog-content {
3415
    width: 350px;
3416
    height: 200px;
3417
    overflow: hidden;
3418
}
3419
3420
.edui-default .edui-for-wordimage .edui-dialog-content {
3421
    width: 620px;
3422
    height: 380px;
3423
    overflow: hidden;
3424
}
3425
3426
.edui-default .edui-for-attachment .edui-dialog-content {
3427
    width: 650px;
3428
    height: 400px;
3429
    overflow: hidden;
3430
}
3431
3432
.edui-default .edui-for-map .edui-dialog-content {
3433
    width: 550px;
3434
    height: 400px;
3435
}
3436
3437
.edui-default .edui-for-gmap .edui-dialog-content {
3438
    width: 550px;
3439
    height: 400px;
3440
}
3441
3442
.edui-default .edui-for-insertvideo .edui-dialog-content {
3443
    width: 590px;
3444
    height: 390px;
3445
}
3446
3447
.edui-default .edui-for-anchor .edui-dialog-content {
3448
    width: 320px;
3449
    height: 60px;
3450
    overflow: hidden;
3451
}
3452
3453
.edui-default .edui-for-searchreplace .edui-dialog-content {
3454
    width: 400px;
3455
    height: 220px;
3456
}
3457
3458
.edui-default .edui-for-help .edui-dialog-content {
3459
    width: 400px;
3460
    height: 420px;
3461
}
3462
3463
.edui-default .edui-for-edittable .edui-dialog-content {
3464
    width: 540px;
3465
    height: 335px;
3466
}
3467
3468
.edui-default .edui-for-edittip .edui-dialog-content {
3469
    width: 225px;
3470
    height: 60px;
3471
}
3472
3473
.edui-default .edui-for-edittd .edui-dialog-content {
3474
    width: 240px;
3475
    height: 50px;
3476
}
3477
3478
.edui-default .edui-for-snapscreen .edui-dialog-content {
3479
    width: 400px;
3480
    height: 220px;
3481
}
3482
3483
.edui-default .edui-for-music .edui-dialog-content {
3484
    width: 515px;
3485
    height: 360px;
3486
}
3487
3488
.edui-default .edui-for-paragraph .edui-listitem-label {
3489
    font-family: Tahoma, Verdana, Arial, Helvetica;
3490
}
3491
3492
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p {
3493
    font-size: 22px;
3494
    line-height: 27px;
3495
}
3496
3497
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
3498
    font-weight: bolder;
3499
    font-size: 32px;
3500
    line-height: 36px;
3501
}
3502
3503
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
3504
    font-weight: bolder;
3505
    font-size: 27px;
3506
    line-height: 29px;
3507
}
3508
3509
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
3510
    font-weight: bolder;
3511
    font-size: 19px;
3512
    line-height: 23px;
3513
}
3514
3515
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
3516
    font-weight: bolder;
3517
    font-size: 16px;
3518
    line-height: 19px;
3519
}
3520
3521
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
3522
    font-weight: bolder;
3523
    font-size: 13px;
3524
    line-height: 16px;
3525
}
3526
3527
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
3528
    font-weight: bolder;
3529
    font-size: 12px;
3530
    line-height: 14px;
3531
}
3532
3533
.edui-default .edui-for-inserttable .edui-splitborder {
3534
    display: none;
3535
}
3536
3537
.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
3538
    width: 0px;
3539
}
3540
3541
.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder {
3542
    border-left: 1px solid transparent;
3543
}
3544
3545
.edui-default .edui-tablepicker .edui-infoarea {
3546
    height: 14px;
3547
    line-height: 14px;
3548
    font-size: 12px;
3549
    width: 220px;
3550
    margin-bottom: 3px;
3551
    clear: both;
3552
}
3553
3554
.edui-default .edui-tablepicker .edui-infoarea .edui-label {
3555
    float: left;
3556
}
3557
3558
.edui-default .edui-dialog-buttons .edui-label {
3559
    line-height: 24px;
3560
}
3561
3562
.edui-default .edui-tablepicker .edui-infoarea .edui-clickable {
3563
    float: right;
3564
}
3565
3566
.edui-default .edui-tablepicker .edui-pickarea {
3567
    background: url("../images/unhighlighted.gif") repeat;
3568
    height: 220px;
3569
    width: 220px;
3570
}
3571
3572
.edui-default .edui-tablepicker .edui-pickarea .edui-overlay {
3573
    background: url("../images/highlighted.gif") repeat;
3574
}
3575
3576
.edui-default .edui-colorpicker-topbar {
3577
    height: 27px;
3578
    width: 200px;
3579
}
3580
3581
.edui-default .edui-colorpicker-preview {
3582
    height: 20px;
3583
    border: 1px inset black;
3584
    margin-left: 1px;
3585
    width: 128px;
3586
    float: left;
3587
}
3588
3589
.edui-default .edui-colorpicker-nocolor {
3590
    float: right;
3591
    margin-right: 1px;
3592
    font-size: 12px;
3593
    line-height: 14px;
3594
    height: 14px;
3595
    border: 1px solid rgb(51, 51, 51);
3596
    padding: 3px 5px;
3597
    cursor: pointer;
3598
}
3599
3600
.edui-default .edui-colorpicker-tablefirstrow {
3601
    height: 30px;
3602
}
3603
3604
.edui-default .edui-colorpicker-colorcell {
3605
    width: 14px;
3606
    height: 14px;
3607
    display: block;
3608
    margin: 0px;
3609
    cursor: pointer;
3610
}
3611
3612
.edui-default .edui-colorpicker-colorcell:hover {
3613
    width: 14px;
3614
    height: 14px;
3615
    margin: 0px;
3616
}
3617
3618
.edui-default .edui-colorpicker-advbtn {
3619
    display: block;
3620
    text-align: center;
3621
    cursor: pointer;
3622
    height: 20px;
3623
}
3624
3625
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body {
3626
    font-size: 12px;
3627
    margin-bottom: 3px;
3628
    clear: both;
3629
}
3630
3631
.edui-default .edui-autotypesetpicker-body table {
3632
    border-collapse: separate;
3633
    border-spacing: 2px;
3634
}
3635
3636
.edui-default .edui-autotypesetpicker-body td {
3637
    font-size: 12px;
3638
    word-wrap: break-word;
3639
}
3640
3641
.edui-default .edui-autotypesetpicker-body td input {
3642
    margin: 3px 3px 3px 4px;
3643
}
3644
3645
.edui-default .edui-cellalignpicker .edui-cellalignpicker-body {
3646
    width: 70px;
3647
    font-size: 12px;
3648
    cursor: default;
3649
}
3650
3651
.edui-default .edui-cellalignpicker-body table {
3652
    border-collapse: separate;
3653
    border-spacing: 0px;
3654
}
3655
3656
.edui-default .edui-cellalignpicker-body td {
3657
    padding: 1px;
3658
}
3659
3660
.edui-default .edui-cellalignpicker-body .edui-icon {
3661
    height: 20px;
3662
    width: 20px;
3663
    padding: 1px;
3664
    background-image: url("../images/table-cell-align.png");
3665
}
3666
3667
.edui-default .edui-cellalignpicker-body .edui-left {
3668
    background-position: 0px 0px;
3669
}
3670
3671
.edui-default .edui-cellalignpicker-body .edui-center {
3672
    background-position: -25px 0px;
3673
}
3674
3675
.edui-default .edui-cellalignpicker-body .edui-right {
3676
    background-position: -51px 0px;
3677
}
3678
3679
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left {
3680
    background-position: -73px 0px;
3681
}
3682
3683
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center {
3684
    background-position: -98px 0px;
3685
}
3686
3687
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right {
3688
    background-position: -124px 0px;
3689
}
3690
3691
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
3692
    background-position: -146px 0px;
3693
    background-color: rgb(241, 244, 245);
3694
}
3695
3696
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
3697
    background-position: -245px 0px;
3698
}
3699
3700
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
3701
    background-position: -271px 0px;
3702
}
3703
3704
.edui-default .edui-toolbar .edui-separator {
3705
    width: 2px;
3706
    height: 20px;
3707
    margin: 2px 4px 2px 3px;
3708
    background: url("../images/icons.png") -181px 0px;
3709
}
3710
3711
.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump {
3712
    position: absolute;
3713
    overflow: hidden;
3714
    bottom: 1px;
3715
    left: 1px;
3716
    width: 18px;
3717
    height: 4px;
3718
}
3719
3720
.edui-default .edui-for-emotion .edui-icon {
3721
    background-position: -60px -20px;
3722
}
3723
3724
.edui-default .edui-for-emotion .edui-popup-content iframe {
3725
    width: 514px;
3726
    height: 380px;
3727
    overflow: hidden;
3728
}
3729
3730
.edui-default .edui-for-emotion .edui-popup-content {
3731
    position: relative;
3732
    z-index: 555;
3733
}
3734
3735
.edui-default .edui-for-emotion .edui-splitborder {
3736
    display: none;
3737
}
3738
3739
.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow {
3740
    width: 0px;
3741
}
3742
3743
.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder {
3744
    border-left: 1px solid transparent;
3745
}
3746
3747
.edui-default .edui-hassubmenu .edui-arrow {
3748
    height: 20px;
3749
    width: 20px;
3750
    float: right;
3751
    background: url("../images/icons-all.gif") 10px -233px no-repeat;
3752
}
3753
3754
.edui-default .edui-menu-body .edui-menuitem {
3755
    padding: 1px;
3756
}
3757
3758
.edui-default .edui-menuseparator {
3759
    margin: 2px 0px;
3760
    height: 1px;
3761
    overflow: hidden;
3762
}
3763
3764
.edui-default .edui-menuseparator-inner {
3765
    border-bottom: 1px solid rgb(226, 227, 227);
3766
    margin-left: 29px;
3767
    margin-right: 1px;
3768
}
3769
3770
.edui-default .edui-menu-body .edui-state-hover {
3771
    background-color: rgb(255, 245, 212);
3772
    border: 1px solid rgb(220, 172, 108);
3773
    padding: 0px !important;
3774
}
3775
3776
.edui-default .edui-shortcutmenu {
3777
    padding: 2px;
3778
    width: 190px;
3779
    height: 50px;
3780
    background-color: rgb(255, 255, 255);
3781
    border: 1px solid rgb(204, 204, 204);
3782
    border-radius: 5px;
3783
}
3784
3785
.edui-default .edui-wordpastepop .edui-popup-content {
3786
    border: none;
3787
    padding: 0px;
3788
    width: 54px;
3789
    height: 21px;
3790
}
3791
3792
.edui-default .edui-pasteicon {
3793
    width: 100%;
3794
    height: 100%;
3795
    background-image: url("../images/wordpaste.png");
3796
    background-position: 0px 0px;
3797
}
3798
3799
.edui-default .edui-pasteicon.edui-state-opened {
3800
    background-position: 0px -34px;
3801
}
3802
3803
.edui-default .edui-pastecontainer {
3804
    position: relative;
3805
    visibility: hidden;
3806
    width: 97px;
3807
    background: rgb(255, 255, 255);
3808
    border: 1px solid rgb(204, 204, 204);
3809
}
3810
3811
.edui-default .edui-pastecontainer .edui-title {
3812
    font-weight: bold;
3813
    background: rgb(248, 248, 255);
3814
    height: 25px;
3815
    line-height: 25px;
3816
    font-size: 12px;
3817
    padding-left: 5px;
3818
}
3819
3820
.edui-default .edui-pastecontainer .edui-button {
3821
    overflow: hidden;
3822
    margin: 3px 0px;
3823
}
3824
3825
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon, .edui-default .edui-pastecontainer .edui-button .edui-tagicon, .edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
3826
    float: left;
3827
    cursor: pointer;
3828
    width: 29px;
3829
    height: 29px;
3830
    margin-left: 5px;
3831
    background-image: url("../images/wordpaste.png");
3832
    background-repeat: no-repeat;
3833
}
3834
3835
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon {
3836
    margin-left: 0px;
3837
    background-position: -109px 0px;
3838
}
3839
3840
.edui-default .edui-pastecontainer .edui-button .edui-tagicon {
3841
    background-position: -148px 1px;
3842
}
3843
3844
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
3845
    background-position: -72px 0px;
3846
}
3847
3848
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
3849
    background-position: -109px -34px;
3850
}
3851
3852
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon {
3853
    background-position: -148px -34px;
3854
}
3855
3856
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon {
3857
    background-position: -72px -34px;
3858
}

+ 196 - 0
html/model/sys/resourceinfo/resourceIssue.html

@ -0,0 +1,196 @@
1
 <!DOCTYPE html>
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
<title>资源发布-科袖网</title>
8
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" media="screen" />
9
<!--<link href="css/bootstrap.min.css" rel="stylesheet">-->
10
<!--<link type="text/css" href="css/common.css" rel="stylesheet">-->
11
<!--<link type="text/css" href="css/genindex.css" rel="stylesheet">-->
12
<!--<link rel="stylesheet" type="text/css" href="./css/webuploader/webuploader.css">-->
13
	<link rel="stylesheet" type="text/css" href="/css/model/sys/resourceIssue.css"/>
14
<script type="text/javascript" src="/js/jquery-1.12.4.js"></script>
15
</head>
16
17
<body>
18
<header id="header">
19
	<!--<script src="js/header.js"></script>-->
20
</header>
21
<div id="container">
22
	<div class="containerCon">
23
		<div class="contentCon clearfix conBlock">
24
			<div class="leftconBox floatL">
25
				<ul class="artAbout">
26
					<li>
27
						<dl class="clearfix" id="fileList">
28
							<dd class="uploadD" id="uploadDd">
29
								<div class="uploadFile">
30
			        				<div class="uploadblock">
31
			        					<span class="" id="filePicker">上传图片</span>
32
			        					<!--未上传图片时-->
33
			        					<div class="upFront" id="uploader">
34
				        					<p>资源图片<em class="requiredcon">*</em></p>
35
				        					<p class="uploadtip">JPG/JPEG/PNG格式,<br/>2M以内</p>
36
				            				<span class="upbtn" style="margin-top:8px">上传图片</span>
37
			        					</div>
38
				            		</div>
39
			        			</div>
40
							</dd>
41
							<dd></dd>
42
							<dd></dd>
43
						</dl>
44
					</li>
45
					<li>
46
						<div class="aboutTit">资源名称<em class="requiredcon">*</em><span class="frmconmsg" id="resourceNamePrompt" style="display:none;">30字以内</span></div>
47
						<input type="text" class="frmtype frmcontype" id="resourceName" value="" placeholder="请输入资源名称" />
48
					</li>
49
					<li class="form-item">
50
						<div class="aboutTit">关键词<span class="frmconmsg" id="keywordPrompt" style="display:none;">最多可添加5个关键词、每个关键词最多15个字</span></div>
51
						<div style="position: relative;" id="keywordHide">
52
							<input type="text" class="frmtype frmcontype" id="keywordName" value="" placeholder="请输入关键词" />
53
							<!--输入框中键入内容时按钮显示,添加内容出现在结果标签中时按钮隐藏-->
54
							<button class="frmcontype frmadd displayNone" id="addKeyword">添加</button>
55
						</div>
56
						<div class="form-drop keydrop displayNone" id="keyList">
57
							<ul>
58
								<!--<li>
59
									<p class="h2Font">金属材料工程与腐蚀</p>
60
								</li>-->
61
								
62
							</ul>
63
						</div>
64
						<div class="form-result keyResult">
65
							<ul class="clearfix" id="keywordList">
66
								<!--<li>
67
									<p class="h2Font">金属材料工程与腐蚀蚀</p>
68
									<div class="closeThis"></div>
69
								</li>
70
								<li>
71
									<p class="h2Font">金属材料工程与腐蚀蚀</p>
72
									<div class="closeThis"></div>
73
								</li>
74
								<li>
75
									<p class="h2Font">金属材料工程与腐蚀蚀</p>
76
									<div class="closeThis"></div>
77
								</li>
78
								<li>
79
									<p class="h2Font">金属材料工程与腐蚀蚀</p>
80
									<div class="closeThis"></div>
81
								</li>
82
								<li>
83
									<p class="h2Font">金属材料工程与腐蚀蚀</p>
84
									<div class="closeThis"></div>
85
								</li>-->
86
							</ul>
87
						</div>
88
					</li>
89
					<li>
90
						<div class="aboutTit">应用用途<em class="requiredcon">*</em><span class="frmconmsg" id="applicationPrompt" style="display:none;">50字以内</span></div>
91
						<input type="text" class="frmtype frmcontype" id="application" value="" placeholder="请输入应用用途" />
92
					</li>
93
					<li>
94
						<div class="aboutTit">所属机构<span class="frmconmsg" id="organization" style="display:none">50字以内</span></div>
95
						<input type="text" class="frmtype frmcontype" id="organizationName" value="" placeholder="请输入所属机构" />
96
						<div class="form-drop keydrop displayNone" id="department">
97
							<ul class="clearfix">
98
								<!--<li class="clearfix">
99
									<img src="images/authsort2.png" alt="" class="floatL" style="width:50px;height:50px;"/>
100
									<p class="h2Font floatL">金属材料工程与腐蚀</p>
101
								</li>
102
								<li>
103
									<p class="h2Font">金属材料工程与腐蚀</p>
104
								</li>
105
								<li>
106
									<p class="h2Font">金属材料工程与腐蚀</p>
107
								</li>-->
108
							</ul>
109
						</div>
110
					</li>
111
					<li>
112
						<div class="aboutTit">厂商型号<span class="frmconmsg" id="model" style="display:none;">50字以内</span></div>
113
						<input type="text" class="frmtype frmcontype" id="modelNumber" value="" placeholder="请输入厂商型号" />
114
					</li>
115
					<li>
116
						<div class="aboutTit">性能参数<span class="frmconmsg" id="performance" style="display:none;">200字以内</span></div>
117
				    	<div class="msgContbox">
118
				    		<textarea class="msgCont" placeholder="请输入性能参数" id="performancePa"></textarea>
119
				    		<span class="msgconNum"><em>0</em>/200</span>
120
				    	</div>
121
					</li>
122
					<li>
123
						<div class="aboutTit">合作备注<span class="frmconmsg" id="remark" style="display:none;">200字以内</span></div>
124
						<div class="msgContbox">
125
				    		<textarea class="msgCont" placeholder="请输入合作备注" id="remarkContent"></textarea>
126
				    		<span class="msgconNum"><em>0</em>/200</span>
127
				    	</div>
128
					</li>
129
					<li>
130
						<div class="aboutTit">详细介绍<span class="frmconmsg"></span></div>
131
						<!--这块还是使用编辑框插件-->
132
						<div class="editBlock">
133
							<script id="editor" name="content" type="text/plain" style="height:500px;"></script>
134
						</div>
135
					</li>
136
				</ul>
137
			</div>
138
			<div class="rightconBox floatR">
139
				<div class="conItem conItemFirst">
140
					<ul class="operateBlock" id="operateBlocko">
141
						<li class="goFabu">
142
							<em class="operateicon icon-issue"></em>
143
							<p>发布</p>
144
						</li>
145
						<!--<li class="articalPreview" id="oPreview">-->
146
							<!--<em class="operateicon icon-preview"></em>-->
147
							<!--<p>预览</p>-->
148
						<!--</li>-->
149
						<!--<li id="oDraft">-->
150
							<!--<em class="operateicon icon-draft"></em>-->
151
							<!--<p>存草稿</p>-->
152
						<!--</li>-->
153
						<!--<li class="disableLi" id="deleteResource">&lt;!&ndash;只要预览、存草稿、发布之后移除disableLi类&ndash;&gt;-->
154
							<!--<em class="operateicon icon-delete"></em>-->
155
							<!--<p>删除</p>-->
156
						<!--</li>-->
157
						
158
					</ul>
159
				</div>
160
			</div>
161
		</div>
162
	</div>
163
</div>
164
<div class="footer_tools">
165
  <a id="scrollUp" href="javascript:;" title="返回顶部"></a>
166
</div>
167
<footer>
168
	<!--<script type="text/javascript" src="js/footer.js"></script>-->
169
</footer>
170
<!--<script type="text/javascript" src="js/jquery.cookie.js"></script>-->
171
<script type="text/javascript" src="/js/jquery.similar.msgbox.js"></script>
172
<!--<script type="text/javascript" src="js/jquery.page.js"></script>-->
173
<script type="text/javascript" src="/js/ueditor/ueditor.config.js"></script>
174
<script type="text/javascript" src="/js/ueditor/ueditor.all.js"></script>
175
<script type="text/javascript" src="/js/webuploader.js"></script>
176
<!--<script type="text/javascript" src="js/common.js"></script>-->
177
<script type="text/javascript" src="/js/model/sys/resourceinfo/resourceIssue.js"></script>
178
<script type="text/javascript">
179
	//回到顶部
180
	var $body = $(document.body);
181
	var $bottomTools = $('.footer_tools');
182
	$(window).scroll(function () {
183
		var scrollHeight = $(document).height();
184
		var scrollTop = $(window).scrollTop();
185
		var $footerHeight = $('footer').outerHeight(true);
186
		var $windowHeight = $(window).innerHeight();
187
		scrollTop > 50 ? $("#scrollUp").fadeIn(200).css("display","block") : $("#scrollUp").fadeOut(200);			
188
		$bottomTools.css("bottom", scrollHeight - scrollTop - $footerHeight > $windowHeight ? 20 : $windowHeight + scrollTop + $footerHeight + 20 - scrollHeight);
189
	});
190
	$('#scrollUp').click(function (e) {
191
		e.preventDefault();
192
		$('html,body').animate({ scrollTop:0});
193
	});
194
</script>
195
</body>
196
</html>

BIN
images/bottom_button_dingbu_hig.png


BIN
images/g_article_button_guanbi_hig.png


BIN
images/g_article_icon_fabu_hig.png


BIN
images/g_resource_bg_tianjia_nor.png


BIN
images/g_resource_button_guanbi_2_nor.png


BIN
images/g_resource_button_guanbi_nor.png


+ 645 - 0
js/model/sys/resourceinfo/resourceIssue.js

@ -0,0 +1,645 @@
1
$(document).ready(function() {
2
    loginStatus();
3
	var resourceId=GetQueryString("resourceId");
4
	if(resourceId) {
5
		$("#deleteResource").removeClass("disableLi").addClass("deleteResource");
6
		getRecourceMe();
7
	}
8
	// loginStatus(); //判断个人是否登录
9
	// valUser();
10
	// var userid = $.cookie("userid");
11
	var temp = [];
12
	var array=[];
13
	var hbur,hburEnd;
14
	ue = UE.getEditor('editor', {});
15
16
    function loginStatus() {
17
        $.ajax({
18
            type: "get",
19
            async:false,
20
            url:"/ajax/sys/user",
21
            success:function (data) {
22
                if(data.success == true) {
23
                    var userid = data.data.id;
24
                    if (userid == undefined || userid.length == 0 || userid == "null") {
25
                        location.href = "http://"+window.location.host+"/html/index.html";
26
                    }
27
                }else {
28
                    location.href = "http://"+window.location.host+"/html/index.html";
29
                }
30
            }
31
        });
32
    }
33
34
    function GetQueryString(name) {
35
        var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
36
        var r = window.location.search.substr(1).match(reg);
37
38
        var context = "";
39
        if(r != null)
40
            context = r[2];
41
        reg = null;
42
        r = null;
43
        return context == null || context == "" || context == "undefined" ? "" : decodeURI(context);
44
    }
45
46
47
    /*获取资源信息*/
48
	function getRecourceMe() {
49
			$.ajax({
50
					"url": "/ajax/resource/queryOne",
51
					"type": "GET",
52
					"success": function(data) {
53
						console.log(data);
54
						if(data.success) {
55
							$("#uploadDd").siblings().remove();
56
							$("#fileList").append("<dd></dd><dd></dd>");
57
							temp=[];
58
							array=[];
59
							resourceHtml(data.data);
60
						}
61
					},
62
					"data": {
63
						"resourceId":resourceId
64
					},
65
					dataType: "json",
66
					'error':function() {
67
						$.MsgBox.Alert('提示', '服务器连接超时!');
68
					}
69
				});
70
	}
71
	/*处理资源html代码*/
72
	function resourceHtml($da) {
73
		$("#resourceName").val($da.resourceName);//名字
74
		$("#application").val($da.supportedServices);//应用用途
75
		if($da.orgName) {//所属机构
76
			$("#organizationName").val($da.orgName);
77
		}
78
		if($da.comp) {//所属机构
79
			$("#organizationName").val($da.comp);
80
		}
81
		if($da.spec) {//厂商型号
82
			$("#modelNumber").val($da.spec);
83
		}
84
		if($da.parameter) {//性能参数
85
			$("#performancePa").val($da.parameter);
86
		}
87
		if($da.cooperationNotes) {//合作备注
88
			$("#remarkContent").val($da.cooperationNotes);
89
		}
90
		if($da.subject) {
91
			var oSub=$da.subject.split(",");
92
			var oSt="";
93
			for(var i=0;i<oSub.length;i++){
94
				oSt+='<li><p class="h2Font">'+oSub[i]+'</p><div class="closeThis"></div></li>'
95
			}
96
			$("#keywordList").html(oSt);
97
		}else{
98
			$("#keywordList").html("");
99
		}
100
		if($da.descp) {//编辑器
101
			 ue.ready(function() {
102
				    	ue.setContent($da.descp);
103
				    });
104
			 
105
		}
106
		if($da.images.length) {
107
			var arr=[];
108
			for(var i=0;i<$da.images.length;i++) {
109
				var oString='<dd>' +
110
					'<div class="imgItem">'+
111
						'<img src="'+"/data/resource/"+$da.images[i].imageSrc+'"/>' +
112
					'</div>'+
113
					'<div class="file-panel">' +
114
						'<span class="cancel" flag=1></span>' +
115
					'</div>' +
116
				'</dd>'
117
				arr[i]=oString;
118
				array[i]=$da.images[i].imageId;
119
			}
120
		$("#fileList dd").eq(2).remove();
121
			if($da.images.length==1) {
122
				$("#fileList").prepend(arr[0]);
123
			}else if($da.images.length==2) {
124
				$("#fileList dd").eq(1).remove();
125
				$("#fileList").prepend(arr[1]);
126
				$("#fileList").prepend(arr[0]);
127
			}else if($da.images.length==3) {
128
				$("#fileList dd").eq(1).remove();
129
				$("#fileList").prepend(arr[2]);
130
				$("#fileList").prepend(arr[1]);
131
				$("#fileList").prepend(arr[0]);
132
			}
133
			
134
				
135
			
136
		}
137
	}
138
	var uploader = WebUploader.create({
139
		auto: true,
140
		fileNumLimit: 3,
141
		swf: '../js/webuploader/Uploader.swf',
142
		server: '/ajax/cachedFileUpload',
143
		fileSingleSizeLimit: 2 * 1024 * 1024,
144
		pick: {
145
			id: "#filePicker",
146
			multiple: false
147
		},
148
		accept: {
149
			title: 'Images',
150
			extensions: 'jpg,jpeg,png',
151
			mimeTypes: 'image/jpg,image/png'
152
		}
153
	});
154
155
	// 当有文件添加进来的时候
156
	uploader.on('fileQueued', function(file) {
157
		fileId = file.id;
158
		var $len = $("#fileList").find("img").length;
159
		if($len == 0 || $len == 1) {
160
			var oRemove = $("#fileList").find("dd");
161
			oRemove.eq(oRemove.length - 1).remove();
162
		} 
163
		var $li = $(
164
				'<dd>' +
165
					'<div class="imgItem" id="' + file.id + '">'+
166
						'<img />' +
167
					'</div>'+
168
				//'<div class="info">' + file.name + '</div>' +
169
				'</dd>'
170
			),
171
			$btns = $('<div class="file-panel">' +
172
				'<span class="cancel"></span>' +
173
				'</div>').appendTo($li),
174
			$img = $li.find('img');
175
		var $list = $("#fileList");
176
		if($len == 1) {
177
			$list.find("dd").eq(0).after($li)
178
		} else if($len == 2) {
179
			$list.find("dd").eq(1).after($li)
180
		} else {
181
			$list.prepend($li);
182
		}
183
184
		// 创建缩略图
185
		// 如果为非图片文件,可以不用调用此方法。
186
		// thumbnailWidth x thumbnailHeight 为 100 x 100
187
		uploader.makeThumb(file, function(error, src) {
188
			if(error) {
189
				$img.replaceWith('<span>不能预览</span>');
190
				return;
191
			}
192
			$img.attr('src', src);
193
		}, 1, 1);
194
		/*$li.on('mouseenter', function() {
195
			$btns.stop().animate({
196
				height: 30
197
			});
198
		});
199
200
		$li.on('mouseleave', function() {
201
			$btns.stop().animate({
202
				height: 0
203
			});
204
		});*/
205
206
	});
207
	uploader.onError = function(code) {
208
		console.log(code)
209
		$.MsgBox.Alert('提示', '请上传jpg、jpeg、png格式的图片,大小不超过2M')
210
	};
211
	uploader.on('uploadSuccess', function(file, data) {
212
		if(data.success) {
213
				uploader.removeFile(fileId);
214
				var cacheImageKey = temp.push(data.data[0].cacheKey);
215
		}else{
216
			$.MsgBox.Alert('提示', '只支持jpeg/jpg/png格式的图片');
217
		}
218
	});
219
	/*删除图片*/
220
	$("#fileList").on("click", ".cancel", function() {
221
		var flag=$(this).attr("flag");
222
		var oNum=$(this).parents("dd").index();
223
		if(flag==1) {
224
			array.splice(oNum,1);
225
		}else{
226
			temp.splice(oNum,1);
227
		}
228
		$(this).parent().parent().remove();
229
		
230
		var $len = $("#fileList").find("img").length;
231
		if($len != 2) {
232
			$("#fileList").append("<dd></dd>")
233
		}
234
		
235
	});
236
	/*资源名称*/
237
	$("#resourceName").bind({
238
		focus: function() {
239
			$("#resourceNamePrompt").show();
240
		},
241
		blur: function() {
242
			$("#resourceNamePrompt").hide();
243
		},
244
		keyup: function() {
245
			if($(this).val().length > 30) {
246
				$(this).val($(this).val().substr(0, 30));
247
			}
248
		}
249
	})
250
	/*关键词*/
251
	$("#keywordName").bind({
252
		focus: function() {
253
			$("#keywordPrompt").show().text('最多可添加5个关键词,每个关键词15字以内');
254
		},
255
		blur: function() {
256
			$("#keywordPrompt").text('');
257
		},
258
		keyup: function() {
259
			var ti=$(this).val();
260
			hbur=ti;
261
			var lNum=$.trim($(this).val()).length;
262
			console.log(lNum);
263
			if(lNum > 15) {
264
				$(this).val($(this).val().substr(0, 15));
265
			} else if(0 < lNum&& lNum < 15) {
266
					$("#addKeyword").show();
267
					setTimeout(function(){
268
						if( ti===hbur && ti!== hburEnd) {
269
							var tt=ti;
270
							hburEnd=tt;
271
						$.ajax({
272
						"url": "/ajax/article/qaHotKey",
273
						"type": "GET",
274
						"success": function(data) {
275
							console.log(data);
276
							if(data.success) {
277
								if(hburEnd == tt){
278
									if(data.data.length==0) {
279
										$("#keyList").addClass("displayNone");
280
										$("#keyList ul").html("");
281
									}else{
282
										$("#keyList").removeClass("displayNone");
283
										var oSr="";
284
										for(var i=0;i<Math.min(data.data.length,5);i++) {
285
											oSr+='<li><p class="h2Font">'+data.data[i].caption+'</p></li>'
286
										}
287
										$("#keyList ul").html(oSr);
288
									}
289
								}	
290
							}else {
291
								$("#keyList ul").html("");
292
							}
293
						},
294
						"data": {
295
							"key":$('#keywordName').val()
296
						},
297
						dataType: "json",
298
						'error':function() {
299
							$.MsgBox.Alert('提示', '服务器连接超时!');
300
						}
301
				});
302
				}
303
				},500)
304
			}else if(lNum == 0){
305
				 $("#addKeyword").hide();
306
				 $("#keyList ul").html("");
307
			}
308
		}
309
	});
310
	$("#keyList ul").on("click","li",function(){
311
		 keyWord($(this).find("p").text());
312
		 $("#keyList ul").html("");
313
		 $("#keyList").addClass("displayNone");
314
		 $("#addKeyword").hide();
315
	})
316
	/*添加关键词*/
317
	$("#addKeyword").click(function() {
318
		 keyWord($("#keywordName").val());
319
	})
320
	function keyWord(atl) {
321
		var oKeywordName =  $.trim(atl);
322
		var keywordListLength = $("#keywordList").find("li");
323
		if(oKeywordName.length == 0) {
324
			$("#keywordPrompt").text('关键词输入不能为空');
325
			return;
326
		}
327
		for(var i = 0; i < keywordListLength.length; i++) {
328
			if(oKeywordName == keywordListLength.find("p").eq(i).text()) {
329
				$("#keywordPrompt").text('该关键词已存在');
330
				return;
331
			}
332
		}
333
		 $("#keyList ul").html("");
334
		  $("#addKeyword").hide();
335
		var oStr = '<li><p class="h2Font">' + oKeywordName + '</p><div class="closeThis"></div></li>'
336
		$("#keywordList").append(oStr);
337
		$("#keywordName").val("");
338
		if((keywordListLength.length + 1) == 5) {
339
			$("#keywordHide").hide();
340
			$("#keyList").css("border-top","none");
341
		}
342
	}
343
	/*删除关键词*/
344
	$("#keywordList").on("click", ".closeThis", function() {
345
		$(this).parent().remove();
346
		var keywordListLength = $("#keywordList").find("li");
347
		if(keywordListLength.length < 5) {
348
			$("#keywordHide").show();
349
			$("#keyList").css("border-top","1px solid #E5E5E5");		
350
		}
351
	});
352
	/*应用用途*/
353
	$("#application").bind({
354
		focus: function() {
355
			$("#applicationPrompt").show();
356
		},
357
		blur: function() {
358
			$("#applicationPrompt").hide();
359
		},
360
		keyup: function() {
361
			if($(this).val().length > 50) {
362
				$(this).val($(this).val().substr(0, 50));
363
			}
364
		}
365
366
	})
367
	/*所属机构*/
368
	$("#organizationName").bind({
369
		focus: function() {
370
			$("#organization").show();
371
			$("#department").show();
372
		},
373
		blur: function() {
374
			$("#organization").hide();
375
			setTimeout(function(){
376
				$("#department").hide();
377
			},100)
378
		},
379
		keyup: function() {
380
			if($(this).val().length > 50) {
381
				$(this).val($(this).val().substr(0, 50));
382
			} else if(0 < $(this).val().length < 50) {
383
					$.ajax({
384
					"url": "/ajax/org/querylimit",
385
					"type": "GET",
386
					"success": function(data) {
387
						console.log(data);
388
						if(data.success) {
389
							if(data.data==null) {
390
								$("#department ul").html("");
391
							}else{
392
								addHtml(data.data);
393
							}
394
						}
395
					},
396
					"data": {
397
						name:$(this).val(),
398
						rows: 3
399
					},
400
					dataType: "json",
401
					'error':function() {
402
						$.MsgBox.Alert('提示', '服务器连接超时!');
403
					}
404
			});
405
			}
406
		}
407
	})
408
	
409
	function addHtml($html) {
410
		var i=0;
411
		var oSum="";
412
		for( i in $html) {
413
			var oImg="";
414
			console.log($html[i].hasOrgLogo)
415
			if($html[i].hasOrgLogo) {
416
				oImg="/images/org/" + $html[i].id + ".jpg"
417
			}else{
418
				oImg="../images/default-icon.jpg"
419
			}
420
			oSum+='<li class="orgList"><img src="'+oImg+'" class="floatL" /><p class="h2Font floatL">'+$html[i].name+'</p></li>'
421
		}
422
		$("#department ul").html(oSum);
423
	}
424
	$("#department ul").on("click","li",function(){
425
		$("#organizationName").val($(this).find("p").text());
426
		$("#department ul").html("");
427
	})
428
	/*厂商型号*/
429
	$("#modelNumber").bind({
430
		focus: function() {
431
			$("#model").show();
432
		},
433
		blur: function() {
434
			$("#model").hide();
435
		},
436
		keyup: function() {
437
			if($(this).val().length > 50) {
438
				$(this).val($(this).val().substr(0, 50));
439
			}
440
		}
441
442
	});
443
444
	/*性能参数*/
445
	limitObj("#performancePa",200)
446
	/*合作备注*/
447
	limitObj("#remarkContent",200)
448
	/*发布*/
449
	$(".goFabu").click(function(){
450
		if($(this).hasClass("disableLi")){
451
			return;
452
		}
453
		var  oYes=term();
454
		if(oYes==0) {
455
			return;
456
		}
457
		$.MsgBox.Confirm("提示", "确认发布该资源?",ajsPost);
458
	})
459
	/*预览*/
460
	$("#oPreview").click(function(){
461
		if($(this).hasClass("disableLi")){
462
			return;
463
		}
464
		var  oYes=term();
465
		if(oYes==0) {
466
			return;
467
		}
468
		ajsPost("/ajax/resource/draft",1);
469
	})
470
	/*存草稿*/
471
	$("#oDraft").click(function(){
472
		if($(this).hasClass("disableLi")){
473
			return;
474
		}
475
		var  oYes=term();
476
		if(oYes==0) {
477
			return;
478
		}
479
		ajsPost("/ajax/resource/draft",2);
480
	})
481
	/*删除*/
482
	$("#operateBlocko").on("click",".deleteResource",function(){
483
		$.MsgBox.Confirm("提示", "确认删除该资源?",deleResource);
484
	})
485
	/*删除函数*/
486
	function deleResource() {
487
			$.ajax({
488
					"url": "/ajax/resource/delete",
489
					"type": "POST",
490
					"success": function(data) {
491
						console.log(data)
492
						if(data.success) {							
493
								location.href="resourceList.html"						
494
						}
495
					},
496
					"data": {"resourceId":resourceId},
497
					"beforeSend": function() { /*console.log(this.data)*/ },
498
					"contentType": "application/x-www-form-urlencoded",
499
					dataType: "json"
500
				});
501
	}
502
	/*条件是否匹配*/
503
	function term(){
504
		var $len = $("#fileList").find("img").length;
505
		var reName=$("#resourceName").val();
506
		var oIndustry=$("#application").val();
507
		if($len==0) {
508
			$.MsgBox.Alert('提示', '请上传资源图片。');
509
			return 0;
510
		}
511
		if(reName=="") {
512
			$.MsgBox.Alert('提示', '请输入资源名称。');
513
			return 0;
514
		}
515
		if(oIndustry=="") {
516
			$.MsgBox.Alert('提示', '请输入应用用途。');
517
			return 0;
518
		}
519
	}
520
	/*发布函数*/
521
	function ajsPost(pa1,pa2) {
522
		$(".operateBlock").find("li").addClass("disableLi");
523
		var oUrl="/ajax/resource/save";
524
		if(pa1) {
525
			oUrl=pa1
526
		}
527
		var $data = {};
528
			if(resourceId) {
529
				$data.resourceId=resourceId;
530
			}
531
			// $data.professorId=userid;
532
			$data.resourceName = $("#resourceName").val();//资源名字
533
			$data.cooperationNotes = $("#remarkContent").val();//合作备注
534
			$data.subject = captiureSubInd("keywordList p");
535
			console.log($data.subject);
536
			$data.supportedServices=$("#application").val();
537
			$data.orgName=$("#organizationName").val();
538
			$data.spec=$("#modelNumber").val();
539
			$data.parameter=$("#performancePa").val();
540
			$data.descp=ue.getContent();
541
			$data.fns=temp;
542
			$data.imageIds=array;
543
			//$data.imageIds:资源图片ID NULL 字符串数组
544
			console.log(temp);
545
			$.ajax({
546
					"url": oUrl,
547
					"type": "POST",
548
					"complete":function(){
549
						$(".operateBlock").find("li").removeClass("disableLi");
550
					},
551
					"success": function(data) {
552
						console.log(data)
553
						if(data.success) {
554
							if(pa2==1) {
555
								resourceId=data.data;
556
								$("#deleteResource").removeClass("disableLi").addClass("deleteResource");
557
								window.open("resourcePreview.html?resourceId="+data.data);
558
								getRecourceMe();
559
								//弹出预览
560
							}else if(pa2==2) {
561
							$("#deleteResource").removeClass("disableLi").addClass("deleteResource");
562
							resourceId=data.data;
563
							$.MsgBox.Alert('提示', '资源已保存草稿。');
564
							$("#mb_msgicon").css("background", 'url("/images/sign_icon_chenggong_nor.png") 0% 0% / contain');
565
							getRecourceMe();
566
							}else{
567
								$.MsgBox.Alert('提示', '资源发布成功!');
568
								$("#mb_msgicon").css("background", 'url("/images/sign_icon_chenggong_nor.png") 0% 0% / contain');
569
								// location.href="resourceList.html"
570
							}
571
							
572
						}else{
573
							if(data.code==90) {
574
								$.MsgBox.Alert('提示', '由于操作时间过久,上传图片已失效,请重新上传。');
575
							}
576
						}
577
					},
578
					"data": $data,
579
					"beforeSend": function() { /*console.log(this.data)*/ },
580
					"contentType": "application/x-www-form-urlencoded",
581
					"traditional":true,
582
					dataType: "json"
583
			});
584
	}
585
	function captiureSubInd(subIndu) {
586
			var industrys = $("#" + subIndu + "");
587
			var industryAll = "";
588
			if(industrys.size() > 0) {
589
				for(var i = 0; i < industrys.size(); i++) {
590
					industryAll += industrys[i].innerText;
591
					industryAll += ',';
592
				};
593
				industryAll = industryAll.substring(0, industryAll.length - 1);
594
			}
595
			return industryAll;
596
		}
597
598
    function limitObj(obj,maxNum){
599
        $(obj).bind({
600
            paste: function(e) {
601
                if($(this).val().length==""){
602
                    $(this).parent().siblings(".btnModel").attr("disabled", true);
603
                }else{
604
                    $(this).parent().siblings(".btnModel").attr("disabled", false);
605
                }
606
                var pastedText;
607
                if (window.clipboardData  &&  window.clipboardData.getData)  {  // IE
608
                    pastedText  = $(this).val() +  window.clipboardData.getData('Text');
609
                }
610
                else  {
611
                    pastedText  = $(this).val() +  e.originalEvent.clipboardData.getData('Text'); //e.clipboardData.getData('text/plain');
612
                }
613
                $(this).val(pastedText);
614
                setTimeout(function() {
615
                    $(this).siblings().find("em").text($(obj).val().length);
616
                }, 1);
617
                e.preventDefault();
618
            },
619
            cut: function(e) {
620
                if($(this).val().length==""){
621
                    $(this).parent().siblings(".btnModel").attr("disabled", true);
622
                }else{
623
                    $(this).parent().siblings(".btnModel").attr("disabled", false);
624
                }
625
                setTimeout(function() {
626
                    $(obj).siblings().find("em").text($(obj).val().length);
627
                }, 1);
628
            },
629
            keyup: function(e) {
630
                if($(this).val().length==""){
631
                    $(this).parent().siblings(".btnModel").attr("disabled", true);
632
                }else{
633
                    $(this).parent().siblings(".btnModel").attr("disabled", false);
634
                }
635
                if($(this).val().length > maxNum) {
636
                    $(obj).val($(obj).val().substring(0, maxNum));
637
                    e.preventDefault();
638
                }
639
                setTimeout(function() {
640
                    $(obj).siblings().find("em").text($(obj).val().length);
641
                }, 1);
642
            }
643
        });
644
    }
645
})