Browse Source

编辑服务

XMTT 7 years ago
parent
commit
2d1b047cbc

+ 738 - 0
css/model/sys/serviceIssue.css

@ -0,0 +1,738 @@
1
2
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
3
audio, canvas, video { display: inline-block; }
4
audio:not([controls]) { display: none; height: 0px; }
5
[hidden] { display: none; }
6
html { font-family: sans-serif; text-size-adjust: 100%; }
7
body { margin: 0px; }
8
abbr[title] { border-bottom: 1px dotted; }
9
b, strong { font-weight: bold; }
10
dfn { font-style: italic; }
11
hr { height: 0px; box-sizing: content-box; }
12
mark { color: rgb(0, 0, 0); background: rgb(255, 255, 0); }
13
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
14
pre { white-space: pre-wrap; }
15
q { quotes: "“" "”" "‘" "’"; }
16
small { font-size: 80%; }
17
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
18
sup { top: -0.5em; }
19
sub { bottom: -0.25em; }
20
img { border: 0px; }
21
svg:not(:root) { overflow: hidden; }
22
figure { margin: 0px; }
23
fieldset { padding: 0.35em 0.625em 0.75em; margin: 0px 2px; border: 1px solid rgb(192, 192, 192); }
24
legend { padding: 0px; border: 0px; }
25
button, input, select, textarea { margin: 0px; font-family: inherit; font-size: 100%; }
26
button, input { line-height: normal; }
27
button, select { text-transform: none; }
28
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
29
button[disabled], html input[disabled] { cursor: default; }
30
input[type="checkbox"], input[type="radio"] { padding: 0px; box-sizing: border-box; }
31
input[type="search"] { box-sizing: content-box; -webkit-appearance: textfield; }
32
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
33
textarea { overflow: auto; vertical-align: top; }
34
table { border-collapse: collapse; border-spacing: 0px; }
35
*, ::before, ::after { box-sizing: border-box; }
36
html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
37
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); }
38
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
39
button, input, select[multiple], textarea { background-image: none; }
40
img { vertical-align: middle; }
41
hr { margin-top: 20px; margin-bottom: 20px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(238, 238, 238); }
42
p { margin: 0px 0px 10px; }
43
small { font-size: 85%; }
44
cite { font-style: normal; }
45
h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; }
46
h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; }
47
ul, ol { margin-top: 0px; margin-bottom: 10px; }
48
ul ul, ol ul, ul ol, ol ol { margin-bottom: 0px; }
49
dl { margin-bottom: 20px; }
50
dt, dd { line-height: 1.42857; }
51
dt { font-weight: bold; }
52
dd { margin-left: 0px; }
53
abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted rgb(153, 153, 153); }
54
blockquote { padding: 10px 20px; margin: 0px 0px 20px; border-left: 5px solid rgb(238, 238, 238); }
55
blockquote p { font-size: 17.5px; font-weight: 300; line-height: 1.25; }
56
blockquote p:last-child { margin-bottom: 0px; }
57
blockquote small { display: block; line-height: 1.42857; color: rgb(153, 153, 153); }
58
blockquote small::before { content: "— "; }
59
q::before, q::after, blockquote::before, blockquote::after { content: ""; }
60
address { display: block; margin-bottom: 20px; font-style: normal; line-height: 1.42857; }
61
code, pre { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
62
code { padding: 2px 4px; font-size: 90%; color: rgb(199, 37, 78); white-space: nowrap; background-color: rgb(249, 242, 244); border-radius: 4px; }
63
pre { display: block; padding: 9.5px; margin: 0px 0px 10px; font-size: 13px; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; }
64
pre code { padding: 0px; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border: 0px; }
65
table { max-width: 100%; background-color: transparent; }
66
th { text-align: left; }
67
table col[class*="col-"] { display: table-column; float: none; }
68
table td[class*="col-"], table th[class*="col-"] { display: table-cell; float: none; }
69
fieldset { padding: 0px; margin: 0px; border: 0px; }
70
legend { display: block; width: 100%; padding: 0px; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: rgb(51, 51, 51); border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; border-bottom-style: solid; border-bottom-color: rgb(229, 229, 229); }
71
label { display: inline-block; margin-bottom: 5px; font-weight: bold; }
72
input[type="search"] { box-sizing: border-box; }
73
input[type="radio"], input[type="checkbox"] { margin: 4px 0px 0px; line-height: normal; }
74
input[type="file"] { display: block; }
75
select[multiple], select[size] { height: auto; }
76
select optgroup { font-family: inherit; font-size: inherit; font-style: inherit; }
77
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }
78
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; }
79
.has-warning .help-block, .has-warning .control-label { color: rgb(192, 152, 83); }
80
.has-error .help-block, .has-error .control-label { color: rgb(185, 74, 72); }
81
.has-success .help-block, .has-success .control-label { color: rgb(70, 136, 71); }
82
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: rgb(115, 115, 115); }
83
.input-group.col { float: none; padding-right: 0px; padding-left: 0px; }
84
.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: rgb(255, 255, 255); text-align: center; white-space: nowrap; vertical-align: baseline; background-color: rgb(153, 153, 153); border-radius: 10px; }
85
.badge:empty { display: none; }
86
a.badge:hover, a.badge:focus { color: rgb(255, 255, 255); text-decoration: none; cursor: pointer; }
87
.btn .badge { position: relative; top: -1px; }
88
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: rgb(66, 139, 202); background-color: rgb(255, 255, 255); }
89
.nav-pills > li > a > .badge { margin-left: 3px; }
90
.list-group-item > .badge { float: right; }
91
.list-group-item > .badge + .badge { margin-right: 5px; }
92
.clearfix::before, .clearfix::after { display: table; content: " "; }
93
.clearfix::after { clear: both; }
94
p, dl, dt, dd, ul, ol, li, a, em, div, span, th, td { margin: 0px; padding: 0px; word-break: break-all; font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif; }
95
form, label, button, input, select, textarea { font-size: 14px; font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif; }
96
h1, h2, h3, h4, h5, h6 { font-size: 100%; margin: 0px; padding: 0px; font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif; }
97
html, body { height: 100%; width: 100%; margin: 0px; padding: 0px; font-family: "PingFang SC", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Helvetica Neue", "Hiragino Sans GB", sans-serif; }
98
input { vertical-align: middle; outline: none; }
99
img { color: transparent; font-size: 0px; vertical-align: middle; border: 0px; padding: 0px; margin: 0px; }
100
small { font-size: 12px; }
101
ul, ol { list-style: none; }
102
button, input, select, textarea { font-size: 100%; }
103
table { border-collapse: collapse; border-spacing: 0px; }
104
a, a:active, a:hover { outline: 0px; text-decoration: none; }
105
.col-w-1, .col-w-2, .col-w-3, .col-w-4, .col-w-5, .col-w-6, .col-w-7, .col-w-8, .col-w-9, .col-w-10, .col-w-11, .col-w-12 { float: left; }
106
.col-w-9 { width: 75%; }
107
.col-w-12 { width: 100%; }
108
.floatL { float: left; }
109
.floatR { float: right; }
110
.clearfix { clear: both; }
111
.clearfix::before, .clearfix::after { display: table; content: " "; }
112
.clearfix::after { clear: both; }
113
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgb(153, 153, 153); }
114
.displayNone { display: none; }
115
.ellipsisSty-2 { display: -webkit-box; max-height: 42px; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: normal !important; }
116
.userRadius { border-radius: 50%; }
117
.bgRadius { border-radius: 6px; }
118
.frmtype { width: 100%; border-radius: 5px; border: 1px solid rgb(218, 218, 218); padding: 0px 10px; min-height: 30px; font-size: 14px; line-height: 30px; }
119
textarea.frmtype { line-height: 20px; padding: 6px 8px; min-height: 100px; }
120
.frmtype:focus { border: 1px solid rgb(255, 133, 0); box-shadow: none; outline: none; }
121
body { height: auto; position: relative; min-height: 100%; }
122
input { outline: none; }
123
.nowAn { color: rgb(255, 153, 0); cursor: pointer; }
124
.containerCon { width: 1120px; padding: 0px 10px; position: relative; margin: auto; clear: both; }
125
.containerCon::before, .containerCon::after { display: table; content: " "; }
126
.containerCon::after { clear: both; }
127
footer { position: absolute; right: 0px; left: 0px; bottom: 0px; background: rgb(55, 61, 65); color: rgb(136, 136, 136); font-size: 14px; line-height: 30px; }
128
footer .containerCon { background: rgb(55, 61, 65); }
129
footer a { color: rgb(136, 136, 136); text-decoration: none; }
130
footer p .listlink { margin-right: 25px; color: rgb(136, 136, 136); }
131
footer .bottom-block { padding: 30px 0px; }
132
footer .logo-block { width: 271px; height: 60px; background: url("../images/home_icon_logo_nor.png") 0% 0% / cover; margin-bottom: 30px; }
133
footer .copy-block { color: rgb(102, 102, 102); margin-top: 10px; font-size: 12px; }
134
footer .copy-block a { color: rgb(102, 102, 102); }
135
footer .copy-block a.beianbox em { display: inline-block; width: 14px; height: 14px; background: url("../images/home_icon_beian.png") 0% 0% / cover; }
136
footer .code-block div { text-align: center; }
137
footer .code-block div:last-child { margin-left: 80px; }
138
footer .codelist { margin: 20px auto 10px; width: 118px; height: 118px; text-align: center; background-position: center center; background-repeat: no-repeat; }
139
footer .codelist span { display: inline-block; width: 94px; height: 94px; margin: 12px auto; }
140
footer .appcode { background-image: url("../images/home_bg_xiazaiapp_nor.png"); }
141
footer .appcode span { background-image: url("../images/home_code_app.jpg"); background-size: cover; }
142
footer .weixincode { background-image: url("../images/home_bg_guanzhu_nor.png"); }
143
footer .weixincode span { background-image: url("../images/home_code_weixin.jpg"); background-size: cover; }
144
.topheader .containerCon { background: rgb(51, 51, 51); }
145
.searchblock { width: 280px; height: 39px; background: rgb(255, 255, 255); border: 1px solid rgb(216, 216, 216); border-radius: 6px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin-left: -140px; margin-top: -19.5px; }
146
.search-txt { width: 240px; line-height: 35px; height: 35px; border: none; float: left; font-size: 14px; padding-left: 10px; color: rgb(68, 68, 68); }
147
.search-btn { width: 35px; height: 35px; float: right; cursor: pointer; }
148
.search-icon { display: block; width: 20px; height: 20px; background: url("../images/index-icon.png") left center no-repeat; margin: 8px; }
149
header { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 1000; font-size: 16px; line-height: 32px; }
150
header .navheader { background: rgb(255, 255, 255); height: 62px; border-bottom: 2px solid rgb(229, 229, 229); }
151
header .headlogo h1 { width: 60px; height: 30px; margin: 15px 14px 15px 0px; padding: 0px; background-image: url("../images/home_icon_logo_orange.png"); background-repeat: no-repeat; background-size: contain; overflow: hidden; }
152
header .headnav { margin: 0px 14px; }
153
header .headnav li { float: left; margin: 0px 4px; padding: 14px 0px; }
154
header .headnav li a { color: rgb(102, 102, 102); padding: 14px 18px; }
155
header .headuserimg { position: relative; padding: 10px 0px 10px 20px; width: 60px; height: 60px; }
156
header .headuser { overflow: hidden; border: 1px solid rgb(229, 229, 229); width: 42px; height: 42px; display: table-cell; vertical-align: middle; text-align: center; cursor: pointer; }
157
header .headuser img { max-width: 40px; max-height: 100%; vertical-align: middle; overflow-y: auto; height: auto !important; }
158
header .headnavbtn { margin: 14px 6px; }
159
header .headnavbtn a { color: rgb(102, 102, 102); font-size: 15px; }
160
header .headnavbtn li { float: left; margin: 0px 6px; }
161
header .headnavbtn li.pr { padding-right: 20px; cursor: pointer; }
162
header .headnavbtn li.pr > a { position: relative; }
163
header .headnavbtn li.pr > a > .badge { position: absolute; right: -12px; top: -10px; background: rgb(255, 0, 0); }
164
header .headnavbtn .teyaologin { padding: 4px 20px; border-radius: 6px; margin-right: 16px; }
165
header .navheader li a:hover { color: rgb(255, 153, 0); }
166
header .navheader li.navcurrent a { color: rgb(255, 153, 0); }
167
header .comuserSelf { width: 180px; height: 180px; position: absolute; top: 42px; right: 0px; z-index: 100; }
168
header .triangleB { display: block; width: 0px; height: 0px; border-width: 8px; border-style: solid; border-color: transparent transparent rgb(255, 153, 0); border-image: initial; float: right; margin-right: 12px; margin-top: 14px; }
169
header .personal-box { width: 100%; background: rgb(255, 153, 0); clear: both; overflow: hidden; }
170
header .personal-box a { display: block; width: 100%; height: 40px; line-height: 40px; font-size: 13px; color: rgb(255, 255, 255); }
171
header .personal-box a:hover { background: rgb(255, 136, 0); }
172
header .icon { display: block; width: 20px; height: 20px; margin-left: 15px; margin-right: 12px; margin-top: 10px; float: left; }
173
header .icon1 { background: url("../images/index-icon.png") -80px 0px no-repeat; }
174
header .icon3 { background: url("../images/index-icon.png") -60px 0px no-repeat; }
175
header .icon2 { background: url("../images/index-icon.png") -40px 0px no-repeat; }
176
header .icon4 { background: url("../images/index-icon.png") -20px 0px no-repeat; }
177
.rightconBox .conItem.advertBox { padding: 0px; width: 260px; background: none; }
178
html, body { background: rgb(244, 246, 248); }
179
.userRadius { border-radius: 50%; border: 1px solid rgb(229, 229, 229); }
180
.msgContbox { border: 1px solid rgb(229, 229, 229); background: rgb(255, 255, 255); min-height: 120px; height: auto; position: relative; }
181
.msgContbox textarea { background: none; border: none; color: rgb(85, 99, 109); outline: none; padding: 12px; width: 100%; font-size: 16px; resize: vertical; margin-bottom: 15px; min-height: 92px; }
182
.msgContbox .msgconNum { position: absolute; bottom: 2px; right: 10px; color: rgb(153, 153, 153); font-size: 14px; line-height: 26px; }
183
.msgContbox .msgconNum > em { font-style: normal; }
184
.frmtype { outline: none; border-radius: 6px; }
185
.frmtype:focus { box-shadow: none; outline: none; border: 1px solid rgb(255, 133, 0); }
186
textarea.frmtype { height: 100px; }
187
.requiredcon { color: red; font-size: 16px; }
188
.frmcontype { width: 100%; border: 1px solid rgb(229, 229, 229); height: 40px; background: rgb(255, 255, 255); font-size: 16px; color: rgb(102, 102, 102); line-height: 28px; outline: none; padding: 6px 12px; border-radius: 0px; }
189
.frmcontype:focus { border-color: rgb(255, 153, 0); }
190
.frmconmsg { color: rgb(253, 95, 57); margin-left: 12px; font-size: 14px; }
191
.btnModel { display: inline-block; color: rgb(255, 255, 255); text-align: center; border: none; padding: 6px 20px; background: rgb(255, 153, 0); }
192
.btnModel:hover { background: rgb(255, 143, 0); }
193
.serviceBox .triangleB { position: absolute; width: 0px; height: 0px; border-width: 14px; border-style: solid; border-color: rgba(0, 0, 0, 0.4) transparent transparent; border-image: initial; left: 14%; margin-top: 14px; }
194
.fillMore .btnModel { width: 80%; margin: 20px auto 0px; }
195
.contentCon { padding-top: 80px; }
196
.leftconBox { width: 820px; padding-bottom: 20px; margin-bottom: 20px; background: rgb(255, 255, 255); }
197
ul.listitemdiv li .centercon .h2font { font-size: 14px; line-height: 24px; color: rgb(102, 102, 102); }
198
ul.listitemdiv li .centercon .ellipsisSty-2 { margin-bottom: 8px; max-height: 56px; }
199
ul.listitemdiv li .centercon .h2font.ellipsisSty-2 { line-height: 20px; margin-top: 4px; }
200
.conBlock .leftconBox { width: 820px; padding: 30px; position: relative; }
201
.rightconBox { width: 260px; margin-left: 20px; }
202
.rightconBox .conItem { padding: 30px 20px; background: rgb(255, 255, 255); margin-bottom: 20px; }
203
.rightconBox .conItem .form-result { margin: 18px -20px 0px; }
204
.rightconBox .conItem .form-result.form-M0 { margin-top: 0px; }
205
.rightconBox .conItem .form-result > ul > li { padding: 8px 20px; }
206
.rightconBox .conItem.conItemFirst { padding: 30px 20px; border-top: 4px solid rgb(255, 153, 0); }
207
ul.artAbout > li { clear: both; position: relative; }
208
ul.artAbout > li::before, ul.artAbout > li::after { display: table; content: " "; }
209
ul.artAbout > li::after { clear: both; }
210
ul.artAbout .uploadFile { line-height: 28px; text-align: center; font-size: 16px; color: rgb(102, 102, 102); }
211
ul.artAbout .uploadFile .uploadblock { position: relative; width: 100%; height: 190px; padding: 30px; border: 1px solid rgb(229, 229, 229); border-radius: 0px; background-position: center center; background-size: cover; background-repeat: no-repeat; }
212
ul.artAbout .uploadFile .upFront { position: relative; }
213
ul.artAbout .uploadFile .uploadtip { color: rgb(153, 153, 153); }
214
ul.artAbout .uploadFile input.upInp[type="file"] { position: absolute; height: 46px; width: 60%; bottom: 30px; left: 50%; margin-left: -30%; outline: none; opacity: 0; cursor: pointer; z-index: 20; }
215
ul.artAbout .uploadFile .upbtn { display: inline-block; padding: 7px 23px; background: rgb(229, 229, 229); color: rgb(51, 51, 51); margin-top: 30px; }
216
ul.artAbout .uploadFile .uploadblock .upBackbtn { position: absolute; bottom: 30px; left: 50%; margin-left: -55px; background: rgba(0, 0, 0, 0.5); color: rgb(255, 255, 255); z-index: 10; display: none; }
217
.aboutTit { font-size: 16px; line-height: 40px; color: rgb(102, 102, 102); margin-top: 18px; }
218
ul.artAbout #filePicker { position: absolute; left: 50%; bottom: 22px; margin-left: -52px; opacity: 0; z-index: 88; }
219
ul.artAbout .frmadd { width: auto; position: absolute; right: 0px; top: 0px; background: rgb(255, 153, 0); color: rgb(255, 255, 255); border: none; padding: 6px 25px; z-index: 4; }
220
.conItem ul.operateBlock { overflow: hidden; margin-top: -30px; }
221
.conItem ul.operateBlock > li { font-size: 15px; color: rgb(102, 102, 102); float: left; width: 33.333%; margin-top: 30px; text-align: center; cursor: pointer; }
222
.conItem ul.operateBlock > li p { margin-top: 6px; }
223
.operateicon { display: inline-block; width: 18px; height: 18px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
224
.operateicon.icon-issue { background-image: url("/images/g_article_icon_fabu_hig.png"); }
225
.operateicon.icon-preview { background-image: url("/images/g_article_icon_yulan_nor.png"); }
226
.operateicon.icon-draft { background-image: url("/images/g_article_icon_caogao_nor.png"); }
227
.operateicon.icon-delete { background-image: url("/images/g_article_icon_shanchu_nor.png"); }
228
.conItem ul.operateBlock > li:hover { color: rgb(255, 153, 0); }
229
.conItem ul.operateBlock > li.goFabu { color: rgb(255, 153, 0); opacity: 0.8; }
230
.conItem ul.operateBlock > li.goFabu:hover { opacity: 1; }
231
.conItem ul.operateBlock > li:hover .operateicon.icon-timeissue { background-image: url("../images/g_article_icon_dingshi_hig.png"); }
232
.conItem ul.operateBlock > li:hover .operateicon.icon-preview { background-image: url("../images/g_article_icon_yulan_hig.png"); }
233
.conItem ul.operateBlock > li:hover .operateicon.icon-draft { background-image: url("../images/g_article_icon_caogao_hig.png"); }
234
.conItem ul.operateBlock > li:hover .operateicon.icon-delete { background-image: url("../images/g_article_icon_shanchu_hig.png"); }
235
.conItem ul.operateBlock > li:hover .operateicon.icon-feedback { background-image: url("../images/g_article_icon_jiucuo_hig.png"); }
236
.conItem ul.operateBlock > li.disableLi { opacity: 0.5; cursor: auto; }
237
.conItem ul.operateBlock > li.disableLi:hover { color: rgb(102, 102, 102); }
238
.conItem ul.operateBlock > li.disableLi:hover .operateicon.icon-delete { background-image: url("../images/g_article_icon_shanchu_nor.png"); }
239
.conItem .aboutTit { margin-top: -10px; }
240
.conItem .otherBlock { padding-bottom: 30px; border-bottom: 1px dashed rgb(229, 229, 229); margin-bottom: 30px; text-align: left; }
241
.conItem .otherBlock:last-child { padding: 0px; margin: 0px; border: 0px; }
242
.form-drop { position: relative; top: -1px; border-right: 1px solid rgb(229, 229, 229); border-bottom: 1px solid rgb(229, 229, 229); border-left: 1px solid rgb(229, 229, 229); border-image: initial; border-top: none; width: 100%; z-index: 0; }
243
.form-item input.frmcontype { position: relative; z-index: 2; }
244
.form-item .frmaddG { display: none; width: auto; position: absolute; right: 0px; top: 0px; background: rgb(255, 153, 0); color: rgb(255, 255, 255); border: none; padding: 6px 25px; z-index: 6; }
245
.form-item .madiaHead { position: absolute; width: 50px; height: 50px; top: 50%; margin-top: -25px; background-position: center center; background-size: cover; }
246
.form-item .madiaHead.useHead { background-image: url("../images/default-photo.jpg"); border-radius: 50%; }
247
.form-item .madiaHead.cmpHead { background: rgb(255, 255, 255); border-radius: 0px; }
248
.form-item .madiaHead.cmpHead .boxBlock { width: 118px; height: 80px; }
249
.form-item .madiaHead.cmpHead2 { width: 50px; height: 34px; margin-top: -17px; }
250
.form-item .madiaHead.cmpHead2 .boxBlock { width: 50px; height: 34px; }
251
.form-item .madiaHead.resouseHead { background-image: url("../images/default-resource.jpg"); border-radius: 0px; }
252
.form-item .madiaHead.paperHead { background-image: url("../images/default-paper.jpg"); border-radius: 0px; }
253
.form-item .madiaHead.patentHead { background-image: url("../images/default-patent.jpg"); border-radius: 0px; }
254
.form-item .madiaHead.artHead { background-image: url("../images/default-artical.jpg"); border-radius: 0px; }
255
.form-item .madiaInfo { width: 100%; padding-left: 62px; margin: 2px 0px; }
256
.form-item ul .h1Font { font-size: 16px; color: rgb(51, 51, 51); line-height: 20px; margin-bottom: 4px; }
257
.form-item ul .h2Font, .form-item ol .h2Font { font-size: 14px; color: rgb(102, 102, 102); line-height: 22px; }
258
.form-item ul .time { font-size: 14px; color: rgb(153, 153, 153); line-height: 22px; }
259
.form-item ul .h3Font { font-size: 13px; color: rgb(153, 153, 153); line-height: 20px; }
260
.form-item ul .circlePre { display: inline-block; content: ""; width: 5px; height: 5px; border-radius: 50%; background: rgb(255, 153, 0); position: relative; top: -3px; margin-right: 5px; }
261
.form-drop > ul > li { position: relative; min-height: 76px; padding: 12px; cursor: pointer; background: rgb(255, 255, 255); }
262
.form-drop > ul > li:hover { background: rgb(238, 238, 238); }
263
.form-drop > ul > li:active { background: rgb(255, 153, 0); color: rgb(255, 255, 255); }
264
.form-drop > ul > li:active .h1Font, .form-drop > ul > li:active .h2Font { color: rgb(255, 255, 255); }
265
.form-result { margin: 18px -30px 0px; }
266
.form-result > ul > li { position: relative; padding: 8px 30px; min-height: 76px; }
267
.form-result > ul > li > a { width: 100%; }
268
.form-result > ul > li .deleteThis { display: none; position: absolute; top: 50%; margin-top: -16px; right: 28px; width: 32px; height: 32px; background: url("../images/g_article_button_shanchu_hig.png") 0% 0% / cover; cursor: pointer; }
269
.form-result > ul > li:hover { background: rgb(238, 238, 238); }
270
.form-result > ul > li:hover .deleteThis { display: block; }
271
.form-drop.keydrop > ul > li { min-height: auto; padding: 8px 12px; }
272
.form-result.keyResult { margin: 18px -20px 0px 0px; }
273
.keyResult > ul { margin-bottom: -10px; }
274
.keyResult > ul > li { float: left; margin-right: 20px; margin-bottom: 10px; padding: 2px 12px; color: rgb(153, 153, 153); border: 1px solid rgb(229, 229, 229); border-radius: 20px; min-height: auto; }
275
.keyResult > ul > li .closeThis { display: none; position: absolute; top: -8px; right: -12px; width: 28px; height: 28px; background: url("/images/g_article_button_guanbi_hig.png") 0% 0% / cover; cursor: pointer; }
276
.keyResult > ul > li:hover { background: rgb(229, 229, 229); }
277
.keyResult > ul > li:hover .closeThis { display: block; }
278
.rightconBox .conItem .currentArt.form-result { margin-top: 0px; }
279
.rightconBox .conItem .currentArt.form-result li { padding: 6px 20px; min-height: 62px; }
280
.rightconBox .conItem .currentArt2.form-result li { min-height: 40px; }
281
.rightconBox .conItem.conItemG .currentArt.form-result .ellipsisSty-2 { max-height: 42px; line-height: 20px; }
282
.rightconBox .conItem .smalltip { display: inline-block; color: rgb(153, 153, 153); margin-top: 6px; }
283
.rightconBox .conItem.conItemG .currentBlock { margin-top: 30px; padding-top: 16px; border-top: 1px solid rgb(229, 229, 229); }
284
.rightconBox .conItem.conItemG .currentBlock .madiaHead { width: 50px; height: 50px; margin-top: -25px; }
285
.conItem .otherBlock.currentBlock { border: none; margin-bottom: 0px; padding-bottom: 0px; }
286
.rightconBox .hotList { list-style-type: none; counter-reset: li 0; }
287
.rightconBox .hotList > li a { position: relative; display: block; padding: 4px 2px 4px 26px; color: rgb(68, 68, 68); width: 100%; }
288
.rightconBox .hotList > li a::before { content: counter(li); counter-increment: li 1; position: absolute; left: 0px; top: 4px; background: rgb(204, 204, 204); width: 20px; height: 20px; line-height: 22px; text-align: center; }
289
.rightconBox .hotList > li:nth-child(1) a::before, .rightconBox .hotList > li:nth-child(2) a::before, .rightconBox .hotList > li:nth-child(3) a::b  efore { background: rgb(255, 158, 58); }
290
.showStatus .btnModel { width: 140px; margin: auto; }
291
.otherShow .aboutTit { font-size: 18px; color: rgb(102, 102, 102); }
292
.otherShow .form-result { margin: 0px -30px; }
293
.rightconBox .conItem.conItemG .madiaHead { display: block; width: 100px; height: 100px; border: 1px solid rgb(229, 229, 229); margin: 0px auto 10px; background-position: center center; background-size: cover; }
294
.rightconBox .conItem.conItemG .madiaHead.useHead { background-image: url("../images/default-photo.jpg"); border-radius: 50%; }
295
.rightconBox .conItem.conItemG .madiaHead.cmpHead { background: rgb(255, 255, 255); border: none; width: 200px; height: 120px; }
296
.rightconBox .conItem.conItemG .madiaHead.cmpHead .boxBlock { width: 198px; height: 118px; }
297
.rightconBox .conItem.conItemG .h1Font { font-size: 16px; }
298
.rightconBox .conItem.conItemG .h2Font { font-size: 14px; color: rgb(102, 102, 102); line-height: 26px; }
299
.rightconBox .conItem.conItemG .h3Font > a { color: rgb(51, 51, 51); }
300
.rightconBox .conItem.privateInfo { padding: 16px 20px; text-align: center; }
301
.itemListBolck .searchAbout .frmcontype { height: 36px; font-size: 14px; }
302
.itemListBolck .frmcontype { width: 100%; border-radius: 20px; padding-left: 20px; background: rgb(245, 246, 248); }
303
.itemListBolck .itemListCon .form-result > ul > li { padding: 20px; cursor: pointer; }
304
.itemListBolck .itemListCon .form-result > ul > li::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 2px; background: rgb(244, 246, 248); }
305
.itemListBolck .itemListCon .form-result > ul > li:hover { background: rgb(238, 238, 238); }
306
.itemListBolck .itemListCon .form-result { margin: 20px 0px 30px; border-top: 1px solid rgb(229, 229, 229); position: relative; }
307
.itemListCon.form-item ul .h1Font { font-size: 18px; margin-bottom: 6px; line-height: 24px; }
308
.itemListCon .form-result > ul > li .madiaEdit > li { float: left; margin-right: 28px; }
309
.itemListCon .form-result > ul > li .madiaEdit .editThis { display: inline-block; width: 60px; height: 32px; background: url("../images/g_article_button_xiugai_hig.png") 0% 0% / cover; cursor: pointer; }
310
.itemListCon .form-result > ul > li .madiaEdit .deteleThis2 { display: inline-block; width: 32px; height: 32px; background: url("../images/g_article_button_shanchu_hig.png") 0% 0% / cover; cursor: pointer; }
311
.itemListCon .form-result > ul > li .madiaEdit .closeThis { color: rgb(255, 0, 0); }
312
.itemListCon .form-result > ul > li .madiaEdit { display: none; overflow: hidden; position: absolute; top: 50%; margin-top: -16px; right: 0px; }
313
.itemListCon .form-result > ul > li:hover .madiaEdit { display: block; }
314
.itemListCon .form-result > ul > li .madiaEdit span { display: inline-block; width: 60px; height: 32px; font-size: 15px; letter-spacing: 0.1em; background: rgb(255, 153, 0); color: rgb(255, 255, 255); line-height: 32px; text-align: center; border-radius: 4px; }
315
.artAbout > li > dl { margin-top: -10px; margin-right: -15px; height: 200px; overflow: hidden; padding-top: 10px; }
316
.artAbout > li > dl > dd { position: relative; float: left; width: 31.2%; border: 1px solid rgb(229, 229, 229); height: 190px; margin-right: 15px; }
317
.artAbout > li > dl > dd:nth-child(2), .artAbout > li > dl > dd:nth-child(3) { background: url("/images/g_resource_bg_tianjia_nor.png") center center no-repeat; }
318
.artAbout > li > dl > dd.uploadD { background: none; }
319
.artAbout > li > dl > dd .imgItem { background: rgb(255, 255, 255); display: table-cell; text-align: center; vertical-align: middle; width: 240px; height: 188px; }
320
.artAbout > li > dl > dd .imgItem img { vertical-align: middle; max-width: 240px; max-height: 188px; }
321
.artAbout > li > dl > dd .uploadFile .uploadblock { border: none; }
322
.artAbout > li > dl > dd .file-panel { position: absolute; top: -10px; right: -10px; text-align: center; overflow: hidden; }
323
.artAbout > li > dl > dd .file-panel .cancel { display: inline-block; width: 20px; height: 20px; cursor: pointer; background: url("/images/g_resource_button_guanbi_nor.png") 0% 0% / cover; }
324
.form-item .addexpertRe { margin: 0px -30px; }
325
.form-item .addexpertRe ul.addexpert > li .madiaInfo { padding-right: 42px; }
326
.form-item .addexpertRe ul.addexpert > li .addbtn { position: absolute; right: 20px; background: rgb(255, 153, 0); top: 50%; margin-top: -14px; cursor: pointer; padding: 4px 10px; color: rgb(255, 255, 255); border-radius: 4px; }
327
.form-item ul.addexpert > li .selectNull { position: absolute; right: 10px; top: 50%; margin-top: -11px; width: 22px; height: 22px; background-image: url("../../images/c-sign-on_button_xuanze_nor.png"); background-size: cover; }
328
.form-item ul.addexpert > li .selectAdd { background-image: url("../../images/c-sign-on_button_xuanze_hig.png"); }
329
.childElement { position: absolute; top: 50%; transform: translateY(-50%); left: 10px; }
330
#expertli li:hover { background-color: rgb(238, 238, 238); }
331
.listy { position: relative; min-height: 55px; color: rgb(102, 102, 102); cursor: pointer; }
332
.seRe { height: 100px; text-align: center; padding: 30px 0px; font-size: 16px; line-height: 28px; color: rgb(136, 136, 136); }
333
.conBlock .leftconBox2 { background: none; padding: 0px; }
334
.conBlock .leftconBox2 .reInfoBlock { width: 320px; margin-left: 24px; position: relative; min-height: 270px; }
335
.conBlock .leftconBox2 .showDetail .reInfoBlock { width: 368px; padding-bottom: 32px; }
336
.conBlock .leftconBox2 .reInfoBlock .h2Font { font-size: 16px; color: rgb(102, 102, 102); line-height: 26px; margin-top: 6px; }
337
.conBlock .leftconBox2 .showReBasic { background: rgb(255, 255, 255); padding: 30px; margin-bottom: 20px; }
338
.conBlock .leftconBox2 .showReOther { background: rgb(255, 255, 255); padding: 30px; }
339
.conBlock .leftconBox2 .resShareUl { position: absolute; bottom: 0px; }
340
.conBlock .leftconBox2 .resShareUl > ul > li { float: left; margin-right: 30px; font-size: 14px; color: rgb(153, 153, 153); }
341
.conBlock .leftconBox2 .resShareUl > ul > li .operateicon { margin-left: 10px; cursor: pointer; }
342
.conBlock .leftconBox2 .resShareUl > ul > li > span { position: relative; top: -2px; font-size: 14px; }
343
.keydrop > ul > li.orgList { overflow: hidden; }
344
.keydrop > ul > li.orgList img { width: 50px; height: 50px; margin-right: 10px; }
345
.keydrop > ul > li.orgList p { line-height: 50px; font-size: 14px; }
346
.conBlock .workconG { float: right; position: relative; width: 87%; background: rgb(255, 255, 255); margin-bottom: 20px; }
347
.conBlock .workconG .workcontit { height: 60px; padding: 0px 20px; font-size: 16px; line-height: 60px; border-bottom: 1px solid rgb(231, 231, 231); }
348
.conBlock .workconG .worksamlltit { font-size: 16px; line-height: 30px; margin-right: 30px; padding: 10px 4px 8px; cursor: pointer; }
349
.conBlock .workconG .worksamlltit.worksamlltitnow { color: rgb(255, 153, 0); border-bottom: 2px solid rgb(255, 153, 0); }
350
.mainDownP .containerCon { height: 100%; }
351
.mainDownP .contentCon { position: relative; height: 100%; width: 100%; }
352
.footer_tools { position: fixed; z-index: 1070; left: 50%; margin-left: 562px; bottom: 20px; }
353
.footer_tools > a { margin-top: 10px; position: relative; display: inline-block; width: 52px; height: 52px; background-position: center center; background-size: cover; opacity: 0.8; }
354
#scrollUp { display: none; background-image: url("/images/bottom_button_dingbu_hig.png"); }
355
.footer_tools > a:hover { opacity: 1; }
356
.footer_tools .correctBlock { display: none; width: 270px; position: fixed; bottom: 0px; right: 0px; border-radius: 6px 6px 0px 0px; overflow: hidden; box-shadow: rgba(195, 195, 195, 0.3) 1px 1px 13px 1px; }
357
.correctBlock .frmcontype { font-size: 16px; color: rgb(255, 255, 255); }
358
.correctBlock textarea.frmcontype { height: 280px; border: none; font-size: 14px; color: rgb(102, 102, 102); }
359
.operateBlock { font-size: 14px; color: rgb(153, 153, 153); }
360
.operateBlock > ul > li { float: left; font-size: 14px; color: rgb(153, 153, 153); min-height: 24px; margin-right: 20px; }
361
.operateBlock > ul > li .operateicon { margin-left: 5px; cursor: pointer; }
362
.operateBlock > ul > li > span { position: relative; top: -2px; font-size: 14px; }
363
.headconBox .operateBlock > ul > li { margin-right: 0px; }
364
.form-item.otherShow .coninfocon .madiaInfo .ellipsisSty-2 { height: auto; max-height: 48px; }
365
.form-item.coninfobox .form-result > ul > li::after { content: ""; position: absolute; left: 30px; right: 0px; bottom: 0px; height: 1px; background: rgb(229, 229, 229); }
366
.form-item.coninfobox .form-result > ul > li:last-child::after { background: transparent; }
367
.resAreaCover .form-result > ul > li::after { content: ""; position: absolute; left: 30px; right: 0px; bottom: 0px; height: 1px; background: rgb(229, 229, 229); }
368
.resAreaCover .form-result > ul > li:last-child::after { background: transparent; }
369
.cmpFrmList .msgContbox { height: 200px; }
370
.cmpFrmList .msgContbox textarea { min-height: 170px; }
371
.ulspace > li { margin-top: 16px; margin-right: 30px; padding: 6px 10px; border-width: 1px; border-style: solid; border-color: rgb(214, 214, 214); }
372
.keyResult > ul.editUlist, .keyResult > ul.editUlistC { width: 98%; margin-right: -30px; margin-bottom: 0px; }
373
.keyResult > ul.editUlistC > li, .keyResult > ul.editUlist > li { position: relative; padding: 6px 12px; background: rgb(255, 255, 255); margin-bottom: 0px; }
374
.keyResult > ul.editUlist > li { float: left; }
375
.keyResult > ul.editUlistC > li { width: 100%; margin-top: 12px; }
376
.keyResult > ul.editUlistC > li.yjlist { margin: 10px 0px 0px; width: 100%; text-align: left; border-radius: 0px; line-height: 26px; border: none; background: none; padding: 0px 12px 0px 0px; }
377
.keyResult > ul.editUlistC > li.yjlist > div { width: auto; position: relative; border: 1px solid rgb(229, 229, 229); background: rgb(255, 255, 255); display: inline-block; padding: 0px 12px 0px 0px; }
378
.keyResult > ul.editUlistC > li.yjlist .like { display: inline-block; float: left; text-align: center; min-width: 28px; padding: 0px 6px; background: rgb(255, 153, 0); color: rgb(255, 255, 255); font-size: 10px; margin-right: 5px; }
379
.saveBtn .frmcontype { width: 120px; margin-right: 30px; margin-top: 20px; }
380
.modifybox .form-result.keyResult { margin-top: -10px; }
381
.aboutPa .form-result { margin: -6px -20px 0px 0px; }
382
.aboutPa .form-result > ul > li { display: none; float: left; width: 47%; border: 1px solid rgb(229, 229, 229); background: rgb(255, 255, 255); padding: 20px; margin: 20px 20px 0px 0px; min-height: auto; height: 76px; }
383
.aboutPa .form-result > ul > li > a { display: block; width: 100%; }
384
.aboutPa .form-result > ul > li .shareCode { left: -8px; z-index: 2; }
385
.aboutPa .form-result > ul > li:hover { background: rgb(255, 255, 255); }
386
.aboutPa .form-result ul.authorBox { position: relative; }
387
.aboutPa .form-result ul.authorBox > li > a { max-width: 80%; }
388
.needList.form-item ul .h1Font { font-size: 18px; margin-bottom: 10px; line-height: 24px; }
389
.needList.form-item ul .h2Font { font-size: 14px; line-height: 24px; margin: 8px 0px; }
390
.needList.form-item ul .h3Font { font-size: 14px; color: rgb(136, 136, 136); }
391
.needList.form-item > ul > li { padding: 10px 30px; margin: 0px -30px; }
392
.needList.form-item > ul > li:hover { background: rgb(238, 238, 238); }
393
.list_hander .operateBlock { margin: 10px 0px 0px 10px; }
394
.list-hold .buttonbox .btnModel { width: 84px; }
395
.queStep .saveBtn .frmcontype { margin-right: 0px; margin-left: 10px; margin-top: 40px; float: right; }
396
.queStep .artAbout > li > dl { height: 150px; }
397
.queStep .artAbout > li > dl > dd { width: 30.8%; height: 140px; }
398
.queStep ul.artAbout .uploadFile .uploadblock { padding: 0px; font-size: 16px; line-height: 22px; height: 140px; }
399
.queStep ul.artAbout .uploadFile .uploadtip { font-size: 12px; line-height: 18px; }
400
.queStep .artAbout > li > dl > dd .imgItem { width: 187px; height: 138px; }
401
.queStep .artAbout > li > dl > dd .imgItem img { max-width: 187px; max-height: 138px; }
402
.webuploader-container { position: relative; text-align: center; }
403
.webuploader-element-invisible { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }
404
.webuploader-pick { position: relative; display: inline-block; cursor: pointer; background: rgb(255, 153, 0); padding: 4px 20px; color: rgb(255, 255, 255); text-align: center; border-radius: 3px; overflow: hidden; margin-top: 15px; }
405
#uploader .uploader-list { list-style: none; margin: 0px; padding: 0px; }
406
#uploader .thumbnail { width: 240px; height: 240px; }
407
#uploader .thumbnail img { }
408
.edui-default .edui-box { border: none; padding: 0px; margin: 0px; overflow: hidden; }
409
.edui-default a.edui-box { display: block; text-decoration: none; color: black; }
410
.edui-default a.edui-box:hover { text-decoration: none; }
411
.edui-default a.edui-box:active { text-decoration: none; }
412
.edui-default table.edui-box { border-collapse: collapse; }
413
.edui-default ul.edui-box { list-style-type: none; }
414
div.edui-box { position: relative; vertical-align: top; display: inline-block !important; }
415
.edui-default .edui-clearfix { zoom: 1; }
416
.edui-default .edui-clearfix::after { content: " "; display: block; clear: both; }
417
* html div.edui-box { display: inline !important; }
418
:first-child + html div.edui-box { display: inline !important; }
419
.edui-default .edui-button-body, .edui-splitbutton-body, .edui-menubutton-body, .edui-combox-body { position: relative; }
420
.edui-default .edui-popup { position: absolute; user-select: none; }
421
.edui-default .edui-popup .edui-shadow { position: absolute; z-index: -1; }
422
.edui-default .edui-popup .edui-bordereraser { position: absolute; overflow: hidden; }
423
.edui-default .edui-tablepicker .edui-canvas { position: relative; }
424
.edui-default .edui-tablepicker .edui-canvas .edui-overlay { position: absolute; }
425
.edui-default .edui-dialog-modalmask, .edui-dialog-dragmask { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
426
.edui-default .edui-toolbar { position: relative; }
427
.edui-default .edui-label { cursor: default; }
428
.edui-default span.edui-clickable { color: blue; cursor: pointer; text-decoration: underline; }
429
.edui-default span.edui-unclickable { color: gray; cursor: default; }
430
.edui-default .edui-toolbar { cursor: default; user-select: none; padding: 1px; overflow: hidden; zoom: 1; width: auto; height: auto; }
431
.edui-default .edui-toolbar .edui-button, .edui-default .edui-toolbar .edui-splitbutton, .edui-default .edui-toolbar .edui-menubutton, .edui-default .edui-toolbar .edui-combox { margin: 1px; }
432
.edui-default .edui-editor { border: 1px solid rgb(229, 229, 229); background-color: white; position: relative; overflow: visible; }
433
.edui-editor div { width: auto; height: auto; }
434
.edui-default .edui-editor-toolbarbox { position: relative; zoom: 1; box-shadow: rgba(204, 204, 204, 0.6) 0px 1px 4px; border-top-left-radius: 2px; border-top-right-radius: 2px; }
435
.edui-default .edui-editor-toolbarboxouter { border-bottom: 1px solid rgb(212, 212, 212); background-color: rgb(250, 250, 250); background-image: linear-gradient(rgb(255, 255, 255), rgb(242, 242, 242)); background-repeat: repeat-x; border-radius: 4px 4px 0px 0px; box-shadow: rgba(0, 0, 0, 0.067) 0px 1px 4px; }
436
.edui-default .edui-editor-toolbarboxinner { padding: 2px; }
437
.edui-default .edui-editor-iframeholder { position: relative; }
438
.edui-default .edui-editor-bottomContainer { overflow: hidden; }
439
.edui-default .edui-editor-bottomContainer table { width: 100%; height: 0px; overflow: hidden; border-spacing: 0px; }
440
.edui-default .edui-editor-bottomContainer td { white-space: nowrap; border-top: 1px solid rgb(204, 204, 204); line-height: 20px; font-size: 12px; font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; }
441
.edui-default .edui-editor-wordcount { text-align: right; margin-right: 5px; color: rgb(170, 170, 170); }
442
.edui-default .edui-editor-scale { width: 12px; }
443
.edui-default .edui-editor-scale .edui-editor-icon { float: right; width: 100%; height: 12px; margin-top: 10px; background: url("../images/scale.png") no-repeat; cursor: se-resize; }
444
.edui-default .edui-editor-breadcrumb { margin: 2px 0px 0px 3px; }
445
.edui-default .edui-editor-breadcrumb span { cursor: pointer; text-decoration: underline; color: blue; }
446
.edui-default .edui-toolbar .edui-for-fullscreen { float: right; }
447
.edui-default .edui-bubble .edui-popup-content { border: 1px solid rgb(220, 172, 108); background-color: rgb(255, 246, 217); padding: 5px; font-size: 10pt; font-family: 宋体; }
448
.edui-default .edui-bubble .edui-shadow { }
449
.edui-default .edui-editor-toolbarmsg { background-color: rgb(255, 246, 217); border-bottom: 1px solid rgb(204, 204, 204); position: absolute; bottom: -25px; left: 0px; z-index: 1009; width: 99.9%; }
450
.edui-default .edui-editor-toolbarmsg-upload { font-size: 14px; color: blue; width: 100px; height: 16px; line-height: 16px; cursor: pointer; position: absolute; top: 5px; left: 350px; }
451
.edui-default .edui-editor-toolbarmsg-label { font-size: 12px; line-height: 16px; padding: 4px; }
452
.edui-default .edui-editor-toolbarmsg-close { float: right; width: 20px; height: 16px; line-height: 16px; cursor: pointer; color: red; }
453
.edui-default .edui-list .edui-bordereraser { display: none; }
454
.edui-default .edui-listitem { padding: 1px; white-space: nowrap; }
455
.edui-default .edui-list .edui-state-hover { position: relative; background-color: rgb(255, 245, 212); border: 1px solid rgb(220, 172, 108); padding: 0px; }
456
.edui-default .edui-for-fontfamily .edui-listitem-label { min-width: 130px; font-size: 12px; height: 22px; line-height: 22px; padding-left: 5px; }
457
.edui-default .edui-for-insertcode .edui-listitem-label { min-width: 120px; font-size: 12px; height: 22px; line-height: 22px; padding-left: 5px; }
458
.edui-default .edui-for-underline .edui-listitem-label { min-width: 120px; padding: 3px 5px; font-size: 12px; }
459
.edui-default .edui-for-fontsize .edui-listitem-label { min-width: 120px; padding: 3px 5px; }
460
.edui-default .edui-for-paragraph .edui-listitem-label { min-width: 200px; padding: 2px 5px; }
461
.edui-default .edui-for-rowspacingtop .edui-listitem-label, .edui-default .edui-for-rowspacingbottom .edui-listitem-label { min-width: 53px; padding: 2px 5px; }
462
.edui-default .edui-for-lineheight .edui-listitem-label { min-width: 53px; padding: 2px 5px; }
463
.edui-default .edui-for-customstyle .edui-listitem-label { min-width: 200px; padding: 2px 5px; width: 200px !important; }
464
.edui-default .edui-menu { z-index: 3000; }
465
.edui-default .edui-menu .edui-popup-content { padding: 3px; }
466
.edui-default .edui-menu-body { min-width: 170px; background: url("../images/sparator_v.png") 25px center repeat-y; }
467
.edui-default .edui-menuitem-body { }
468
.edui-default .edui-menuitem { height: 20px; cursor: default; vertical-align: top; }
469
.edui-default .edui-menuitem .edui-icon { background: url("../images/icons.png") 0px -4000px; width: 20px !important; height: 20px !important; }
470
.edui-default .edui-menuitem .edui-label { font-size: 12px; line-height: 20px; height: 20px; padding-left: 10px; }
471
.edui-default .edui-state-checked .edui-menuitem-body { background: url("../images/icons-all.gif") 6px -205px no-repeat; }
472
.edui-default .edui-state-disabled .edui-menuitem-label { color: gray; }
473
.edui-default .edui-toolbar .edui-combox-body .edui-button-body { width: 60px; font-size: 12px; height: 20px; line-height: 20px; padding-left: 5px; white-space: nowrap; margin: 0px 3px 0px 0px; }
474
.edui-default .edui-toolbar .edui-combox-body .edui-arrow { background: url("../images/icons.png") -741px 0px; height: 20px; width: 9px; }
475
.edui-default .edui-toolbar .edui-combox .edui-combox-body { border: 1px solid rgb(204, 204, 204); background-color: white; border-radius: 2px; }
476
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder { display: none; }
477
.edui-default .edui-toolbar .edui-combox-body .edui-arrow { border-left: 1px solid rgb(204, 204, 204); }
478
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body { background-color: rgb(255, 245, 212); border: 1px solid rgb(220, 172, 108); }
479
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow { border-left: 1px solid rgb(220, 172, 108); }
480
.edui-default .edui-toolbar .edui-state-checked .edui-combox-body { background-color: rgb(255, 230, 159); border: 1px solid rgb(220, 172, 108); }
481
.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow { border-left: 1px solid rgb(220, 172, 108); }
482
.edui-toolbar .edui-state-disabled .edui-combox-body { background-color: rgb(240, 240, 238); opacity: 0.3; }
483
.edui-toolbar .edui-state-opened .edui-combox-body { background-color: white; border: 1px solid gray; }
484
.edui-default .edui-toolbar .edui-button .edui-icon, .edui-default .edui-toolbar .edui-menubutton .edui-icon, .edui-default .edui-toolbar .edui-splitbutton .edui-icon { background-image: url("../images/icons.png"); height: 20px !important; width: 20px !important; }
485
.edui-default .edui-toolbar .edui-button .edui-button-wrap { padding: 1px; position: relative; }
486
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap { background-color: rgb(255, 245, 212); padding: 0px; border: 1px solid rgb(220, 172, 108); }
487
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap { background-color: rgb(255, 230, 159); padding: 0px; border: 1px solid rgb(220, 172, 108); border-radius: 2px; }
488
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap { background-color: rgb(255, 255, 255); padding: 0px; border: 1px solid gray; }
489
.edui-default .edui-toolbar .edui-state-disabled .edui-label { color: rgb(204, 204, 204); }
490
.edui-default .edui-toolbar .edui-state-disabled .edui-icon { opacity: 0.3; }
491
.edui-default .edui-for-undo .edui-icon { background-position: -160px 0px; }
492
.edui-default .edui-for-redo .edui-icon { background-position: -100px 0px; }
493
.edui-default .edui-for-bold .edui-icon { background-position: 0px 0px; }
494
.edui-default .edui-for-italic .edui-icon { background-position: -60px 0px; }
495
.edui-default .edui-for-fontborder .edui-icon { background-position: -160px -40px; }
496
.edui-default .edui-for-underline .edui-icon { background-position: -140px 0px; }
497
.edui-default .edui-for-strikethrough .edui-icon { background-position: -120px 0px; }
498
.edui-default .edui-for-subscript .edui-icon { background-position: -600px 0px; }
499
.edui-default .edui-for-superscript .edui-icon { background-position: -620px 0px; }
500
.edui-default .edui-for-blockquote .edui-icon { background-position: -220px 0px; }
501
.edui-default .edui-for-forecolor .edui-icon { background-position: -720px 0px; }
502
.edui-default .edui-for-backcolor .edui-icon { background-position: -760px 0px; }
503
.edui-default .edui-for-inserttable .edui-icon { background-position: -580px -20px; }
504
.edui-default .edui-for-autotypeset .edui-icon { background-position: -640px -40px; }
505
.edui-default .edui-for-justifyleft .edui-icon { background-position: -460px 0px; }
506
.edui-default .edui-for-justifycenter .edui-icon { background-position: -420px 0px; }
507
.edui-default .edui-for-justifyright .edui-icon { background-position: -480px 0px; }
508
.edui-default .edui-for-justifyjustify .edui-icon { background-position: -440px 0px; }
509
.edui-default .edui-for-insertorderedlist .edui-icon { background-position: -80px 0px; }
510
.edui-default .edui-for-insertunorderedlist .edui-icon { background-position: -20px 0px; }
511
.edui-default .edui-for-lineheight .edui-icon { background-position: -725px -40px; }
512
.edui-default .edui-for-rowspacingbottom .edui-icon { background-position: -745px -40px; }
513
.edui-default .edui-for-rowspacingtop .edui-icon { background-position: -765px -40px; }
514
.edui-default .edui-for-horizontal .edui-icon { background-position: -360px 0px; }
515
.edui-default .edui-for-link .edui-icon { background-position: -500px 0px; }
516
.edui-default .edui-for-code .edui-icon { background-position: -440px -40px; }
517
.edui-default .edui-for-insertimage .edui-icon { background-position: -726px -77px; }
518
.edui-default .edui-for-insertframe .edui-icon { background-position: -240px -40px; }
519
.edui-default .edui-for-emoticon .edui-icon { background-position: -60px -20px; }
520
.edui-default .edui-for-spechars .edui-icon { background-position: -240px 0px; }
521
.edui-default .edui-for-help .edui-icon { background-position: -340px 0px; }
522
.edui-default .edui-for-print .edui-icon { background-position: -440px -20px; }
523
.edui-default .edui-for-preview .edui-icon { background-position: -420px -20px; }
524
.edui-default .edui-for-selectall .edui-icon { background-position: -400px -20px; }
525
.edui-default .edui-for-searchreplace .edui-icon { background-position: -520px -20px; }
526
.edui-default .edui-for-map .edui-icon { background-position: -40px -40px; }
527
.edui-default .edui-for-gmap .edui-icon { background-position: -260px -40px; }
528
.edui-default .edui-for-insertvideo .edui-icon { background-position: -320px -20px; }
529
.edui-default .edui-for-time .edui-icon { background-position: -160px -20px; }
530
.edui-default .edui-for-date .edui-icon { background-position: -140px -20px; }
531
.edui-default .edui-for-cut .edui-icon { background-position: -680px 0px; }
532
.edui-default .edui-for-copy .edui-icon { background-position: -700px 0px; }
533
.edui-default .edui-for-paste .edui-icon { background-position: -560px 0px; }
534
.edui-default .edui-for-formatmatch .edui-icon { background-position: -40px 0px; }
535
.edui-default .edui-for-pasteplain .edui-icon { background-position: -360px -20px; }
536
.edui-default .edui-for-directionalityltr .edui-icon { background-position: -20px -20px; }
537
.edui-default .edui-for-directionalityrtl .edui-icon { background-position: -40px -20px; }
538
.edui-default .edui-for-source .edui-icon { background-position: -261px 0px; }
539
.edui-default .edui-for-removeformat .edui-icon { background-position: -580px 0px; }
540
.edui-default .edui-for-unlink .edui-icon { background-position: -640px 0px; }
541
.edui-default .edui-for-touppercase .edui-icon { background-position: -786px 0px; }
542
.edui-default .edui-for-tolowercase .edui-icon { background-position: -806px 0px; }
543
.edui-default .edui-for-insertrow .edui-icon { background-position: -478px -76px; }
544
.edui-default .edui-for-insertrownext .edui-icon { background-position: -498px -76px; }
545
.edui-default .edui-for-insertcol .edui-icon { background-position: -455px -76px; }
546
.edui-default .edui-for-insertcolnext .edui-icon { background-position: -429px -76px; }
547
.edui-default .edui-for-mergeright .edui-icon { background-position: -60px -40px; }
548
.edui-default .edui-for-mergedown .edui-icon { background-position: -80px -40px; }
549
.edui-default .edui-for-splittorows .edui-icon { background-position: -100px -40px; }
550
.edui-default .edui-for-splittocols .edui-icon { background-position: -120px -40px; }
551
.edui-default .edui-for-insertparagraphbeforetable .edui-icon { background-position: -140px -40px; }
552
.edui-default .edui-for-deleterow .edui-icon { background-position: -660px -20px; }
553
.edui-default .edui-for-deletecol .edui-icon { background-position: -640px -20px; }
554
.edui-default .edui-for-splittocells .edui-icon { background-position: -800px -20px; }
555
.edui-default .edui-for-mergecells .edui-icon { background-position: -760px -20px; }
556
.edui-default .edui-for-deletetable .edui-icon { background-position: -620px -20px; }
557
.edui-default .edui-for-cleardoc .edui-icon { background-position: -520px 0px; }
558
.edui-default .edui-for-fullscreen .edui-icon { background-position: -100px -20px; }
559
.edui-default .edui-for-anchor .edui-icon { background-position: -200px 0px; }
560
.edui-default .edui-for-pagebreak .edui-icon { background-position: -460px -40px; }
561
.edui-default .edui-for-imagenone .edui-icon { background-position: -480px -40px; }
562
.edui-default .edui-for-imageleft .edui-icon { background-position: -500px -40px; }
563
.edui-default .edui-for-wordimage .edui-icon { background-position: -660px -40px; }
564
.edui-default .edui-for-imageright .edui-icon { background-position: -520px -40px; }
565
.edui-default .edui-for-imagecenter .edui-icon { background-position: -540px -40px; }
566
.edui-default .edui-for-indent .edui-icon { background-position: -400px 0px; }
567
.edui-default .edui-for-outdent .edui-icon { background-position: -540px 0px; }
568
.edui-default .edui-for-webapp .edui-icon { background-position: -601px -40px; }
569
.edui-default .edui-for-table .edui-icon { background-position: -580px -20px; }
570
.edui-default .edui-for-edittable .edui-icon { background-position: -420px -40px; }
571
.edui-default .edui-for-template .edui-icon { background-position: -339px -40px; }
572
.edui-default .edui-for-delete .edui-icon { background-position: -360px -40px; }
573
.edui-default .edui-for-attachment .edui-icon { background-position: -620px -40px; }
574
.edui-default .edui-for-edittd .edui-icon { background-position: -700px -40px; }
575
.edui-default .edui-for-snapscreen .edui-icon { background-position: -581px -40px; }
576
.edui-default .edui-for-scrawl .edui-icon { background-position: -801px -41px; }
577
.edui-default .edui-for-background .edui-icon { background-position: -680px -40px; }
578
.edui-default .edui-for-music .edui-icon { background-position: -18px -40px; }
579
.edui-default .edui-for-formula .edui-icon { background-position: -200px -40px; }
580
.edui-default .edui-for-aligntd .edui-icon { background-position: -236px -76px; }
581
.edui-default .edui-for-insertparagraphtrue .edui-icon { background-position: -625px -76px; }
582
.edui-default .edui-for-insertparagraph .edui-icon { background-position: -602px -76px; }
583
.edui-default .edui-for-insertcaption .edui-icon { background-position: -336px -76px; }
584
.edui-default .edui-for-deletecaption .edui-icon { background-position: -362px -76px; }
585
.edui-default .edui-for-inserttitle .edui-icon { background-position: -286px -76px; }
586
.edui-default .edui-for-deletetitle .edui-icon { background-position: -311px -76px; }
587
.edui-default .edui-for-aligntable .edui-icon { background-position: -440px 0px; }
588
.edui-default .edui-for-tablealignment-left .edui-icon { background-position: -460px 0px; }
589
.edui-default .edui-for-tablealignment-center .edui-icon { background-position: -420px 0px; }
590
.edui-default .edui-for-tablealignment-right .edui-icon { background-position: -480px 0px; }
591
.edui-default .edui-for-drafts .edui-icon { background-position: -560px 0px; }
592
.edui-default .edui-for-charts .edui-icon { background: url("../images/charts.png") 2px 3px no-repeat !important; }
593
.edui-default .edui-for-inserttitlecol .edui-icon { background-position: -673px -76px; }
594
.edui-default .edui-for-deletetitlecol .edui-icon { background-position: -698px -76px; }
595
.edui-default .edui-for-simpleupload .edui-icon { background-position: -380px 0px; }
596
.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow, .edui-default .edui-toolbar .edui-menubutton-body .edui-arrow { background: url("../images/icons.png") -741px 0px; height: 20px; width: 9px; }
597
.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body { padding: 1px; }
598
.edui-default .edui-toolbar .edui-splitborder { width: 1px; height: 20px; }
599
.edui-default .edui-toolbar .edui-state-hover .edui-splitborder { width: 1px; border-left: 0px solid rgb(220, 172, 108); }
600
.edui-default .edui-toolbar .edui-state-active .edui-splitborder { width: 0px; border-left: 1px solid gray; }
601
.edui-default .edui-toolbar .edui-state-opened .edui-splitborder { width: 1px; border: 0px; }
602
.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body { background-color: rgb(255, 245, 212); border: 1px solid rgb(220, 172, 108); padding: 0px; }
603
.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body { background-color: rgb(255, 230, 159); border: 1px solid rgb(220, 172, 108); padding: 0px; }
604
.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body { background-color: rgb(255, 255, 255); border: 1px solid gray; padding: 0px; }
605
.edui-default .edui-state-disabled .edui-arrow { opacity: 0.3; }
606
.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body { background-color: white; border: 1px solid gray; padding: 0px; }
607
.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 { background-color: white; }
608
.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 { background-image: none; }
609
.edui-default .edui-popup { z-index: 3000; background-color: rgb(255, 255, 255); width: auto; height: auto; }
610
.edui-default .edui-popup .edui-shadow { left: 0px; top: 0px; width: 100%; height: 100%; }
611
.edui-default .edui-popup-content { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px; padding: 5px; background: rgb(255, 255, 255); }
612
.edui-default .edui-popup .edui-bordereraser { background-color: white; height: 3px; }
613
.edui-default .edui-menu .edui-bordereraser { height: 3px; }
614
.edui-default .edui-anchor-topleft .edui-bordereraser { left: 1px; top: -2px; }
615
.edui-default .edui-anchor-topright .edui-bordereraser { right: 1px; top: -2px; }
616
.edui-default .edui-anchor-bottomleft .edui-bordereraser { left: 0px; bottom: -6px; height: 7px; border-left: 1px solid gray; border-right: 1px solid gray; }
617
.edui-default .edui-anchor-bottomright .edui-bordereraser { right: 0px; bottom: -6px; height: 7px; border-left: 1px solid gray; border-right: 1px solid gray; }
618
.edui-popup div { width: auto; height: auto; }
619
.edui-default .edui-editor-messageholder { display: block; width: 150px; height: auto; border: 0px; margin: 0px; padding: 0px; position: absolute; top: 28px; right: 3px; }
620
.edui-default .edui-message { min-height: 10px; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px; padding: 0px; margin-bottom: 3px; position: relative; }
621
.edui-default .edui-message-body { border-radius: 3px; padding: 8px 15px 8px 8px; color: rgb(192, 152, 83); background-color: rgb(252, 248, 227); border: 1px solid rgb(251, 238, 213); }
622
.edui-default .edui-message-type-info { color: rgb(58, 135, 173); background-color: rgb(217, 237, 247); border-color: rgb(188, 232, 241); }
623
.edui-default .edui-message-type-success { color: rgb(70, 136, 71); background-color: rgb(223, 240, 216); border-color: rgb(214, 233, 198); }
624
.edui-default .edui-message-type-danger, .edui-default .edui-message-type-error { color: rgb(185, 74, 72); background-color: rgb(242, 222, 222); border-color: rgb(238, 211, 215); }
625
.edui-default .edui-message .edui-message-closer { display: block; width: 16px; height: 16px; line-height: 16px; position: absolute; top: 0px; right: 0px; padding: 0px; cursor: pointer; background: transparent; border: 0px; float: right; font-size: 20px; font-weight: bold; color: rgb(153, 153, 153); text-shadow: rgb(255, 255, 255) 0px 1px 0px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
626
.edui-default .edui-message .edui-message-content { font-size: 10pt; word-wrap: break-word; word-break: normal; }
627
.edui-default .edui-dialog { z-index: 2000; position: absolute; }
628
.edui-default .edui-dialog-wrap { margin-right: 6px; margin-bottom: 6px; }
629
.edui-default .edui-dialog-fullscreen-flag { margin-right: 0px; margin-bottom: 0px; }
630
.edui-default .edui-dialog-body { position: relative; padding: 2px 0px 0px 2px; }
631
.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body { padding: 0px; }
632
.edui-default .edui-dialog-shadow { position: absolute; z-index: -1; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px; background-clip: padding-box; }
633
.edui-default .edui-dialog-foot { background-color: white; }
634
.edui-default .edui-dialog-titlebar { height: 26px; border-bottom: 1px solid rgb(198, 198, 198); background: url("../images/dialog-title-bg.png") center bottom repeat-x; position: relative; cursor: move; }
635
.edui-default .edui-dialog-caption { font-weight: bold; font-size: 12px; line-height: 26px; padding-left: 5px; }
636
.edui-default .edui-dialog-draghandle { height: 26px; }
637
.edui-default .edui-dialog-closebutton { right: 5px; top: 3px; position: absolute !important; }
638
.edui-default .edui-dialog-closebutton .edui-button-body { height: 20px; width: 20px; cursor: pointer; background: url("../images/icons-all.gif") 0px -59px no-repeat; }
639
.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body { background: url("../images/icons-all.gif") 0px -89px no-repeat; }
640
.edui-default .edui-dialog-foot { height: 40px; }
641
.edui-default .edui-dialog-buttons { position: absolute; right: 0px; }
642
.edui-default .edui-dialog-buttons .edui-button { margin-right: 10px; }
643
.edui-default .edui-dialog-buttons .edui-button .edui-button-body { background: url("../images/icons-all.gif") no-repeat; height: 24px; width: 96px; font-size: 12px; line-height: 24px; text-align: center; cursor: default; }
644
.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body { background: url("../images/icons-all.gif") 0px -30px no-repeat; }
645
.edui-default .edui-dialog iframe { border: 0px; padding: 0px; margin: 0px; vertical-align: top; }
646
.edui-default .edui-dialog-modalmask { opacity: 0.3; background-color: rgb(204, 204, 204); position: absolute; }
647
.edui-default .edui-dialog-dragmask { position: absolute; background-color: transparent; cursor: move; }
648
.edui-default .edui-dialog-content { position: relative; }
649
.edui-default .dialogcontmask { cursor: move; visibility: hidden; display: block; position: absolute; width: 100%; height: 100%; opacity: 0; }
650
.edui-default .edui-for-link .edui-dialog-content { width: 420px; height: 200px; overflow: hidden; }
651
.edui-default .edui-for-background .edui-dialog-content { width: 440px; height: 280px; overflow: hidden; }
652
.edui-default .edui-for-template .edui-dialog-content { width: 630px; height: 390px; overflow: hidden; }
653
.edui-default .edui-for-scrawl .edui-dialog-content { width: 515px; height: 360px; }
654
.edui-default .edui-for-spechars .edui-dialog-content { width: 620px; height: 500px; }
655
.edui-default .edui-for-insertimage .edui-dialog-content { width: 650px; height: 400px; overflow: hidden; }
656
.edui-default .edui-for-webapp .edui-dialog-content { width: 560px; height: 450px; overflow: hidden; }
657
.edui-default .edui-for-insertframe .edui-dialog-content { width: 350px; height: 200px; overflow: hidden; }
658
.edui-default .edui-for-wordimage .edui-dialog-content { width: 620px; height: 380px; overflow: hidden; }
659
.edui-default .edui-for-attachment .edui-dialog-content { width: 650px; height: 400px; overflow: hidden; }
660
.edui-default .edui-for-map .edui-dialog-content { width: 550px; height: 400px; }
661
.edui-default .edui-for-gmap .edui-dialog-content { width: 550px; height: 400px; }
662
.edui-default .edui-for-insertvideo .edui-dialog-content { width: 590px; height: 390px; }
663
.edui-default .edui-for-anchor .edui-dialog-content { width: 320px; height: 60px; overflow: hidden; }
664
.edui-default .edui-for-searchreplace .edui-dialog-content { width: 400px; height: 220px; }
665
.edui-default .edui-for-help .edui-dialog-content { width: 400px; height: 420px; }
666
.edui-default .edui-for-edittable .edui-dialog-content { width: 540px; height: 335px; }
667
.edui-default .edui-for-edittip .edui-dialog-content { width: 225px; height: 60px; }
668
.edui-default .edui-for-edittd .edui-dialog-content { width: 240px; height: 50px; }
669
.edui-default .edui-for-snapscreen .edui-dialog-content { width: 400px; height: 220px; }
670
.edui-default .edui-for-music .edui-dialog-content { width: 515px; height: 360px; }
671
.edui-default .edui-for-paragraph .edui-listitem-label { font-family: Tahoma, Verdana, Arial, Helvetica; }
672
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p { font-size: 22px; line-height: 27px; }
673
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 { font-weight: bolder; font-size: 32px; line-height: 36px; }
674
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 { font-weight: bolder; font-size: 27px; line-height: 29px; }
675
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 { font-weight: bolder; font-size: 19px; line-height: 23px; }
676
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 { font-weight: bolder; font-size: 16px; line-height: 19px; }
677
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 { font-weight: bolder; font-size: 13px; line-height: 16px; }
678
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 { font-weight: bolder; font-size: 12px; line-height: 14px; }
679
.edui-default .edui-for-inserttable .edui-splitborder { display: none; }
680
.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow { width: 0px; }
681
.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder { border-left: 1px solid transparent; }
682
.edui-default .edui-tablepicker .edui-infoarea { height: 14px; line-height: 14px; font-size: 12px; width: 220px; margin-bottom: 3px; clear: both; }
683
.edui-default .edui-tablepicker .edui-infoarea .edui-label { float: left; }
684
.edui-default .edui-dialog-buttons .edui-label { line-height: 24px; }
685
.edui-default .edui-tablepicker .edui-infoarea .edui-clickable { float: right; }
686
.edui-default .edui-tablepicker .edui-pickarea { background: url("../images/unhighlighted.gif") repeat; height: 220px; width: 220px; }
687
.edui-default .edui-tablepicker .edui-pickarea .edui-overlay { background: url("../images/highlighted.gif") repeat; }
688
.edui-default .edui-colorpicker-topbar { height: 27px; width: 200px; }
689
.edui-default .edui-colorpicker-preview { height: 20px; border: 1px inset black; margin-left: 1px; width: 128px; float: left; }
690
.edui-default .edui-colorpicker-nocolor { float: right; margin-right: 1px; font-size: 12px; line-height: 14px; height: 14px; border: 1px solid rgb(51, 51, 51); padding: 3px 5px; cursor: pointer; }
691
.edui-default .edui-colorpicker-tablefirstrow { height: 30px; }
692
.edui-default .edui-colorpicker-colorcell { width: 14px; height: 14px; display: block; margin: 0px; cursor: pointer; }
693
.edui-default .edui-colorpicker-colorcell:hover { width: 14px; height: 14px; margin: 0px; }
694
.edui-default .edui-colorpicker-advbtn { display: block; text-align: center; cursor: pointer; height: 20px; }
695
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body { font-size: 12px; margin-bottom: 3px; clear: both; }
696
.edui-default .edui-autotypesetpicker-body table { border-collapse: separate; border-spacing: 2px; }
697
.edui-default .edui-autotypesetpicker-body td { font-size: 12px; word-wrap: break-word; }
698
.edui-default .edui-autotypesetpicker-body td input { margin: 3px 3px 3px 4px; }
699
.edui-default .edui-cellalignpicker .edui-cellalignpicker-body { width: 70px; font-size: 12px; cursor: default; }
700
.edui-default .edui-cellalignpicker-body table { border-collapse: separate; border-spacing: 0px; }
701
.edui-default .edui-cellalignpicker-body td { padding: 1px; }
702
.edui-default .edui-cellalignpicker-body .edui-icon { height: 20px; width: 20px; padding: 1px; background-image: url("../images/table-cell-align.png"); }
703
.edui-default .edui-cellalignpicker-body .edui-left { background-position: 0px 0px; }
704
.edui-default .edui-cellalignpicker-body .edui-center { background-position: -25px 0px; }
705
.edui-default .edui-cellalignpicker-body .edui-right { background-position: -51px 0px; }
706
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left { background-position: -73px 0px; }
707
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center { background-position: -98px 0px; }
708
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right { background-position: -124px 0px; }
709
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left { background-position: -146px 0px; background-color: rgb(241, 244, 245); }
710
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center { background-position: -245px 0px; }
711
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right { background-position: -271px 0px; }
712
.edui-default .edui-toolbar .edui-separator { width: 2px; height: 20px; margin: 2px 4px 2px 3px; background: url("../images/icons.png") -181px 0px; }
713
.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump { position: absolute; overflow: hidden; bottom: 1px; left: 1px; width: 18px; height: 4px; }
714
.edui-default .edui-for-emotion .edui-icon { background-position: -60px -20px; }
715
.edui-default .edui-for-emotion .edui-popup-content iframe { width: 514px; height: 380px; overflow: hidden; }
716
.edui-default .edui-for-emotion .edui-popup-content { position: relative; z-index: 555; }
717
.edui-default .edui-for-emotion .edui-splitborder { display: none; }
718
.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow { width: 0px; }
719
.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder { border-left: 1px solid transparent; }
720
.edui-default .edui-hassubmenu .edui-arrow { height: 20px; width: 20px; float: right; background: url("../images/icons-all.gif") 10px -233px no-repeat; }
721
.edui-default .edui-menu-body .edui-menuitem { padding: 1px; }
722
.edui-default .edui-menuseparator { margin: 2px 0px; height: 1px; overflow: hidden; }
723
.edui-default .edui-menuseparator-inner { border-bottom: 1px solid rgb(226, 227, 227); margin-left: 29px; margin-right: 1px; }
724
.edui-default .edui-menu-body .edui-state-hover { background-color: rgb(255, 245, 212); border: 1px solid rgb(220, 172, 108); padding: 0px !important; }
725
.edui-default .edui-shortcutmenu { padding: 2px; width: 190px; height: 50px; background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-radius: 5px; }
726
.edui-default .edui-wordpastepop .edui-popup-content { border: none; padding: 0px; width: 54px; height: 21px; }
727
.edui-default .edui-pasteicon { width: 100%; height: 100%; background-image: url("../images/wordpaste.png"); background-position: 0px 0px; }
728
.edui-default .edui-pasteicon.edui-state-opened { background-position: 0px -34px; }
729
.edui-default .edui-pastecontainer { position: relative; visibility: hidden; width: 97px; background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); }
730
.edui-default .edui-pastecontainer .edui-title { font-weight: bold; background: rgb(248, 248, 255); height: 25px; line-height: 25px; font-size: 12px; padding-left: 5px; }
731
.edui-default .edui-pastecontainer .edui-button { overflow: hidden; margin: 3px 0px; }
732
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon, .edui-default .edui-pastecontainer .edui-button .edui-tagicon, .edui-default .edui-pastecontainer .edui-button .edui-plaintxticon { float: left; cursor: pointer; width: 29px; height: 29px; margin-left: 5px; background-image: url("../images/wordpaste.png"); background-repeat: no-repeat; }
733
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon { margin-left: 0px; background-position: -109px 0px; }
734
.edui-default .edui-pastecontainer .edui-button .edui-tagicon { background-position: -148px 1px; }
735
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon { background-position: -72px 0px; }
736
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon { background-position: -109px -34px; }
737
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon { background-position: -148px -34px; }
738
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon { background-position: -72px -34px; }

+ 3 - 3
html/model/sys/ware/index.html

@ -54,9 +54,9 @@
54 54
            <div class="btn opt-keywords">
55 55
                设置关键词
56 56
            </div>
57
            <!--<div class="btn opt-edit">-->
58
                <!--编辑资源-->
59
            <!--</div>-->
57
            <div class="btn opt-edit">
58
                编辑资源
59
            </div>
60 60
            <div class="btn opt-del">
61 61
                删除
62 62
            </div>

+ 191 - 0
html/model/sys/ware/serviceIssue.html

@ -0,0 +1,191 @@
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" href="images/favicon.ico "/>
9
<!--<link href="../css/bootstrap.min.css" rel="stylesheet">-->
10
<!--<link type="text/css" href="../css/webuploader/webuploader.css" rel="stylesheet">-->
11
<!--<link type="text/css" href="css/common.css" rel="stylesheet">-->
12
<!--<link type="text/css" href="css/cmpindex.css" rel="stylesheet">-->
13
	<link rel="stylesheet" type="text/css" href="/css/model/sys/serviceIssue.css"/>
14
<style>
15
	.childElement{position: absolute;top: 50%;transform: translateY(-50%);left:10px;width:100%;}
16
	#resouselist p{width:95%;}
17
	#resources p{width:78%;}
18
</style>
19
<script type="text/javascript" src="/js/jquery-1.12.4.js"></script>
20
21
</head>
22
23
<body>
24
<header id="header">
25
	<!--<script src="js/public/cmpHeader.js"></script>-->
26
</header>
27
<div id="container">
28
	<div class="containerCon">
29
		<div class="contentCon clearfix conBlock" style="padding-top:20px">
30
			<div class="leftconBox floatL">
31
				<ul class="artAbout">
32
					<li>
33
						<dl class="clearfix" id="fileList">
34
							<dd class="uploadD" id="uploadDd">
35
								<div class="uploadFile">
36
			        				<div class="uploadblock">
37
			        					<span class="" id="filePicker">上传图片</span>
38
			        					<!--未上传图片时-->
39
			        					<div class="upFront" id="uploader">
40
				        					<p>服务图片</p>
41
				        					<p class="uploadtip">JPG/JPEG/PNG格式,<br/>2M以内</p>
42
				            				<span class="upbtn" style="margin-top:8px">上传图片</span>
43
			        					</div>
44
				            		</div>
45
			        			</div>
46
							</dd>
47
							<dd></dd>
48
							<dd></dd>
49
						</dl>
50
					</li>
51
					<li>
52
						<div class="aboutTit">服务名称<em class="requiredcon">*</em><span class="frmconmsg" id="resourceNamePrompt" style="display:none;">30字以内</span></div>
53
						<input type="text" class="frmtype frmcontype" id="resourceName" value="" placeholder="请填写服务名称" />
54
					</li>
55
					<li class="form-item">
56
						<div class="aboutTit">关键词<span class="frmconmsg" id="keyPrompt"></span></div>
57
						<div class="col-w-12" style="position: relative;">
58
							<input type="text" class="frmcontype oinput" placeholder="请填写相关的关键词,如:腐蚀防护、石墨烯、纳米材料" data-pro="关键词不得超过15个字"  data-num="5" data-fontSizeN="15" id="KeyWord" />
59
							<button type="button" class="frmcontype btnModel frmadd addButton">添加</button>
60
							<div class="form-drop keydrop">
61
								<ul>
62
									
63
								</ul>
64
							</div>
65
						</div>
66
						<div class="form-result keyResult" style="margin-top: -10px;">
67
							<ul class="ulspace editUlist clearfix" id="keyWordlist">
68
								<!--<li>dd<div class="closeThis"></div></li>-->
69
							</ul>
70
						</div>
71
					</li>
72
					<li class="jj">
73
						<div class="aboutTit">服务内容<span class="frmconmsg" id="model" style="display:none;">250字以内</span></div>
74
						<textarea class="frmtype frmcontype" placeholder="请输入服务内容" id="modelNumber" style="resize:none;min-height: 40px;height:40px;overflow: hidden;"></textarea>
75
						<textarea class="frmtype frmcontype" placeholder="请输入服务内容" id="tt" style="position:absolute;top:0;left:-99999px;overflow: hidden;min-height: 40px;height:40px;"></textarea>
76
						<!--<input type="text" class="frmtype frmcontype" id="modelNumber" value="" placeholder="请输入服务内容" />-->
77
					
78
					</li>
79
					<li>
80
						<div class="aboutTit">合作备注<span class="frmconmsg" id="remark" style="display:none;">1000字以内</span></div>
81
						<div class="msgContbox">
82
				    		<textarea class="msgCont" placeholder="请输入合作备注" id="remarkContent"></textarea>
83
				    		<span class="msgconNum"><em>0</em>/1000</span>
84
				    	</div>
85
					</li>
86
					<li>
87
						<div class="aboutTit">详细介绍<span class="frmconmsg"></span></div>
88
						<!--这块还是使用编辑框插件-->
89
						<div class="editBlock">
90
							<script id="editor" name="content" type="text/plain" style="height:500px;"></script>
91
						</div>
92
					</li>
93
				</ul>
94
			</div>
95
			<div class="rightconBox floatR">
96
				<div class="conItem">
97
					<ul class="operateBlock" id="operateBlocko">
98
						<li class="goFabu">
99
							<em class="operateicon icon-issue"></em>
100
							<p>发布</p>
101
						</li>
102
						<!--<li class="articalPreview" id="oPreview">-->
103
							<!--<em class="operateicon icon-preview"></em>-->
104
							<!--<p>预览</p>-->
105
						<!--</li>-->
106
						<!--<li id="oDraft">-->
107
							<!--<em class="operateicon icon-draft"></em>-->
108
							<!--<p>存草稿</p>-->
109
						<!--</li>-->
110
						<!--<li class="disableLi" id="deleteResource">&lt;!&ndash;只要预览、存草稿、发布之后移除disableLi类&ndash;&gt;-->
111
							<!--<em class="operateicon icon-delete"></em>-->
112
							<!--<p>删除</p>-->
113
						<!--</li>-->
114
						
115
					</ul>
116
				</div>
117
				<!--<div class="conItem">-->
118
					<!--<div class="form-item otherBlock">-->
119
						<!--<div class="aboutTit">负责人/联系人<em class="requiredcon">*</em><span class="frmconmsg" id="linkman"></span></div>-->
120
						<!--<div class="form-result addexpertRe">-->
121
							<!--<ul class="addexpert" id="expertli">-->
122
								<!--&lt;!&ndash;<li id="usid" data-id="7F26E3C720064AE8A10C7357BBBD239B">-->
123
									<!--<div class="madiaHead useHead" id="userimg"></div>-->
124
									<!--<div class="madiaInfo">-->
125
										<!--<p class="ellipsisSty">-->
126
											<!--<span class="h1Font" id="name"></span><em class="authicon authicon-staff-ok" title="企业认证员工"></em>-->
127
										<!--</p>-->
128
										<!--<p class="h2Font ellipsisSty"></p>-->
129
									<!--</div>-->
130
									<!--<div class="selectAdd"></div>-->
131
								<!--</li>&ndash;&gt;-->
132
							<!--</ul>-->
133
						<!--</div>-->
134
					<!--</div>-->
135
					<!---->
136
				<!--</div>-->
137
				<!--<div class="conItem">-->
138
					<!--<div class="form-item otherBlock">-->
139
						<!--<div class="aboutTit">本服务相关资源<span class="frmconmsg"></span></div>-->
140
						<!--<input type="text" class="frmtype frmcontype" placeholder="请输入资源名称" id="checkZy" value="">-->
141
						<!--<div class="form-drop">-->
142
							<!--<ul class="expertlist" id="resouselist">-->
143
								<!--&lt;!&ndash;<li id="usid" class="flexCenter" data-id="4558F24B922E4FF9A5062AA9869808F8"><p class="h1Font ellipsisSty-2 childElement" style="width:95%;"id="resourceName">但渐渐地就的解决的记得记得就到家但渐渐地就但渐渐地就的解决的记得记得就到家但渐渐地就</p><div class="deleteThis"></div></li>&ndash;&gt;-->
144
							<!--</ul>-->
145
						<!--</div>-->
146
						<!--<div class="form-result">-->
147
							<!--<ul class="addexpert" id="resources" style="padding:0 14px;">-->
148
								<!---->
149
							<!--&lt;!&ndash;<li id="usid" class="flexCenter" data-id="4558F24B922E4FF9A5062AA9869808F8"><p class="h1Font ellipsisSty-2 childElement" style="width:78%;"id="resourceName">但渐渐地就的解决的记得记得就到家但渐渐地就但渐渐地就的解决的记得记得就到家但渐渐地就</p><div class="deleteThis"></div></li>&ndash;&gt;-->
150
							<!--</ul>-->
151
						<!--</div>-->
152
					<!--</div>-->
153
				<!--</div>-->
154
			</div>
155
		</div>
156
	</div>
157
</div>
158
<div class="footer_tools">
159
  <a id="scrollUp" href="javascript:;" title="返回顶部"></a>
160
</div>
161
<footer>
162
	<!--<script type="text/javascript" src="js/public/cmpFooter.js"></script>-->
163
</footer>
164
<!--<script type="text/javascript"src="js/public/jquery.cookie.js"></script>-->
165
<script type="text/javascript"src="/js/jquery.similar.msgbox.js"></script>
166
<!--<script type="text/javascript" src="../js/public/baseUtil.js"></script> -->
167
<!--<script type="text/javascript" src="js/public/cmpCom.js"></script>   -->
168
<!--<script type="text/javascript" src="../js/jquery.page.js"></script>-->
169
<script type="text/javascript" src="/js/ueditor/ueditor.config.js"></script>
170
<script type="text/javascript" src="/js/ueditor/ueditor.all.js"></script>
171
<script type="text/javascript" src="/js/webuploader.js"></script>
172
<script type="text/javascript" src="/js/model/sys/ware/serviceIssue.js"></script>
173
<script type="text/javascript">
174
	//回到顶部
175
	var $body = $(document.body);;
176
	var $bottomTools = $('.footer_tools');
177
	$(window).scroll(function () {
178
		var scrollHeight = $(document).height();
179
		var scrollTop = $(window).scrollTop();
180
		var $footerHeight = $('footer').outerHeight(true);
181
		var $windowHeight = $(window).innerHeight();
182
		scrollTop > 50 ? $("#scrollUp").fadeIn(200).css("display","block") : $("#scrollUp").fadeOut(200);			
183
		$bottomTools.css("bottom", scrollHeight - scrollTop - $footerHeight > $windowHeight ? 20 : $windowHeight + scrollTop + $footerHeight + 20 - scrollHeight);
184
	});
185
	$('#scrollUp').click(function (e) {
186
		e.preventDefault();
187
		$('html,body').animate({ scrollTop:0});
188
	});
189
</script>
190
</body>
191
</html>

+ 12 - 12
js/model/sys/ware/index.js

@ -122,18 +122,18 @@ spa_define(function () {
122 122
                    }
123 123
                });
124 124
125
                // root.find(".opt-edit").on("click", function() {
126
                //     var $ware = root.find("td.opt-check>i.checked");
127
                //     if($ware.length) {
128
                //         if($ware.length > 1) {
129
                //             util.alert("只能选择一个服务");
130
                //         } else {
131
                //             window.open('http://'+window.location.host+'/html/model/sys/resourceinfo/resourceIssue.html?resourceId=' + $ware.attr("wareId"));
132
                //         }
133
                //     } else {
134
                //         util.alert("请选择一个服务");
135
                //     }
136
                // });
125
                root.find(".opt-edit").on("click", function() {
126
                    var $ware = root.find("td.opt-check>i.checked");
127
                    if($ware.length) {
128
                        if($ware.length > 1) {
129
                            util.alert("只能选择一个服务");
130
                        } else {
131
                            window.open('http://'+window.location.host+'/html/model/sys/ware/serviceIssue.html?serviceId=' + $ware.attr("wareId"));
132
                        }
133
                    } else {
134
                        util.alert("请选择一个服务");
135
                    }
136
                });
137 137
138 138
139 139
            }, mainDestory: function () {

+ 920 - 0
js/model/sys/ware/serviceIssue.js

@ -0,0 +1,920 @@
1
$(function() {
2
    var baseUrl = "http://localhost:82";
3
    loginStatus();
4
	// var orgId = $.cookie('orgId');
5
	var oProfessor = [];
6
	var sevriceId = GetQueryString("serviceId");
7
	var re, reEnd, ue = UE.getEditor('editor', {}),
8
		temp = [];
9
	// if(orgId == "" || orgId == null || orgId == "null") {
10
	// 	location.href = "cmp-settled-log.html";
11
	// }
12
	if(sevriceId) {
13
		$("#deleteResource").removeClass("disableLi").addClass("deleteResource");
14
		getRecourceMe();
15
	}
16
17
    function loginStatus() {
18
        $.ajax({
19
            type: "get",
20
            async:false,
21
            url:"/ajax/sys/user",
22
            success:function (data) {
23
                if(data.success == true) {
24
                    var userid = data.data.id;
25
                    if (userid == undefined || userid.length == 0 || userid == "null") {
26
                        location.href = "http://"+window.location.host+"/html/index.html";
27
                    }
28
                }else {
29
                    location.href = "http://"+window.location.host+"/html/index.html";
30
                }
31
            }
32
        });
33
    }
34
35
    function GetQueryString(name) {
36
        var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
37
        var r = window.location.search.substr(1).match(reg);
38
39
        var context = "";
40
        if(r != null)
41
            context = r[2];
42
        reg = null;
43
        r = null;
44
        return context == null || context == "" || context == "undefined" ? "" : decodeURI(context);
45
    }
46
47
    function hotKey(sel, num) {
48
        $(sel).bind({
49
            paste: function(e) {
50
                var pastedText;
51
                if (window.clipboardData  &&  window.clipboardData.getData)  {  // IE
52
                    pastedText  = $(this).val() +  window.clipboardData.getData('Text');
53
                }else{
54
                    pastedText  = $(this).val() +  e.originalEvent.clipboardData.getData('Text'); //e.clipboardData.getData('text/plain');
55
                }
56
                $(this).val(pastedText);
57
58
                var $this = $(this);
59
                setTimeout(function() {
60
                    if($this.val().trim()) {
61
                        $this.siblings("button").show();
62
                    } else {
63
                        $this.siblings("button").hide();
64
                    }
65
                }, 1);
66
                e.preventDefault();
67
            },
68
            cut: function(e) {
69
                var $this = $(this);
70
                setTimeout(function() {
71
                    if($this.val().trim()) {
72
                        $this.siblings("button").show();
73
                    } else {
74
                        $this.siblings("button").hide();
75
                    }
76
                }, 1);
77
            },
78
            blur: function() {
79
                var $this = $(this);
80
                setTimeout(function() {
81
                    $this.siblings(".keydrop").hide();
82
                }, 500)
83
            },
84
            focus: function() {
85
                $(this).siblings(".keydrop").show();
86
            },
87
            keyup: function(e) {
88
                var ti=$(this).val();
89
                var $t=this;
90
                $t.comr=ti;
91
                var $this=$(this);
92
                if($(this).val().trim()) {
93
                    $(this).siblings("button").show();
94
                    var lNum = $.trim($(this).val()).length;
95
                    if(0 < lNum) {
96
                        setTimeout(function(){
97
                            if( ti===$t.comr && ti!== $t.comrEnd) {
98
                                var tt=ti;
99
                                $t.comrEnd=tt;
100
                                $("#addKeyword").show();
101
                                $.ajax({
102
                                    "url": "/ajax/article/qaHotKey",
103
                                    "type": "GET",
104
                                    "success": function(data) {
105
                                        console.log(data);
106
                                        if(data.success) {
107
                                            if($t.comrEnd==tt) {
108
                                                if(data.data.length == 0) {
109
                                                    $this.siblings(".keydrop").addClass("displayNone");
110
                                                    $this.siblings(".keydrop").find("ul").html("");
111
                                                } else {
112
                                                    $this.siblings(".keydrop").removeClass("displayNone");
113
                                                    var oSr = "";
114
                                                    for(var i = 0; i < Math.min(data.data.length,5); i++) {
115
                                                        oSr += '<li>' + data.data[i].caption + '<div class="closeThis"></div></li>';
116
                                                    }
117
                                                    $this.siblings(".keydrop").find("ul").html(oSr);
118
                                                }
119
                                            }
120
                                        } else {
121
                                            $this.siblings(".keydrop").addClass("displayNone");
122
                                            $this.siblings(".keydrop").find("ul").html("");
123
                                        }
124
                                    },
125
                                    "data": {
126
                                        "key": $this.val()
127
                                    },
128
                                    dataType: "json",
129
                                    'error': function() {
130
                                        $.MsgBox.Alert('提示', '服务器连接超时!');
131
                                    }
132
                                });
133
                            }
134
                        },500);
135
                    }
136
                } else {
137
                    $(this).siblings("button").hide();
138
                    $(this).siblings(".keydrop").addClass("displayNone");
139
                    $(this).siblings(".keydrop").find("ul").html("");
140
                }
141
            }
142
        })
143
        $(".keydrop").on("click", "li", function() {
144
            var oValue = $(this).text();
145
            var oJudge = $(this).parents(".col-w-12").siblings().find("ul.ulspace li");
146
            var addNum = $(this).parents(".keydrop").siblings("input").attr("data-num");
147
148
            for(var i = 0; i < oJudge.length; i++) {
149
                if(oValue == oJudge[i].innerText) {
150
                    $.MsgBox.Alert('提示', '添加内容不能重复');
151
                    return;
152
                }
153
            }
154
            $(this).parents(".col-w-12").siblings().find("ul.ulspace").append('<li>' + oValue + '<div class="closeThis"></div></li>');
155
            $(this).parents(".keydrop").siblings("input").val("");
156
            $(this).parents(".keydrop").siblings("button").hide();
157
            if(oJudge.length == addNum - 1) {
158
                $(this).parents(".keydrop").siblings("input").val("");
159
                $(this).parents(".col-w-12").hide();
160
            }
161
            $(this).parent("ul").html("")
162
        })
163
        if(num == 1) {
164
            return;
165
        } else {
166
            $(".addButton").siblings("input").keypress(function(){/*添加*/
167
                var e = event || window.event;
168
                if(e.keyCode == 13) {
169
                    var oValue = $(this).val().trim();
170
                    var oJudge = $(this).parent().siblings().find("ul.ulspace li");
171
                    var addContent = $(this).attr("data-pro");
172
                    var addNum = $(this).attr("data-num");
173
                    var addfontSizeNum = $(this).attr("data-fontSizeN");
174
                    if(!oValue) {
175
                        $.MsgBox.Alert('提示', '请先填写内容');
176
                        return;
177
                    }
178
                    if(oValue.length > addfontSizeNum) {
179
                        $.MsgBox.Alert('提示', addContent);
180
                        return;
181
                    }
182
                    for(var i = 0; i < oJudge.length; i++) {
183
                        if(oValue == oJudge[i].innerText) {
184
                            $.MsgBox.Alert('提示', '添加内容不能重复');
185
                            return;
186
                        }
187
                    }
188
                    $(this).parent().siblings().find("ul.ulspace").append('<li>' + oValue + '<div class="closeThis"></div></li>');
189
                    $(this).siblings(".addButton").hide();
190
                    $(this).val("");
191
                    if(oJudge.length == addNum - 1) {
192
                        $(this).val("").parents(".col-w-12").hide();
193
                    }
194
                    $(this).siblings(".keydrop").find("ul").html("");
195
                }
196
            })
197
            $(".addButton").click(function() {
198
                var oValue = $(this).siblings("input").val().trim();
199
                var oJudge = $(this).parent().siblings().find("ul.ulspace li");
200
                var addContent = $(this).siblings("input").attr("data-pro");
201
                var addNum = $(this).siblings("input").attr("data-num");
202
                var addfontSizeNum = $(this).siblings("input").attr("data-fontSizeN");
203
                if(!oValue) {
204
                    $.MsgBox.Alert('提示', '请先填写内容');
205
                    return;
206
                }
207
                if(oValue.length > addfontSizeNum) {
208
                    $.MsgBox.Alert('提示', addContent);
209
                    return;
210
                }
211
                for(var i = 0; i < oJudge.length; i++) {
212
                    if(oValue == oJudge[i].innerText) {
213
                        $.MsgBox.Alert('提示', '添加内容不能重复');
214
                        return;
215
                    }
216
                }
217
                $(this).parent().siblings().find("ul.ulspace").append('<li>' + oValue + '<div class="closeThis"></div></li>');
218
                $(this).hide();
219
                $(this).siblings("input").val("");
220
                if(oJudge.length == addNum - 1) {
221
                    $(this).val("").parents(".col-w-12").hide();
222
                }
223
                $(this).siblings(".keydrop").find("ul").html("");
224
            })
225
        }
226
    }
227
228
    function limitObj(obj,maxNum){
229
        $(obj).bind({
230
            paste: function(e) {
231
                if($(this).val().length==""){
232
                    $(this).parent().siblings(".btnModel").attr("disabled", true);
233
                }else{
234
                    $(this).parent().siblings(".btnModel").attr("disabled", false);
235
                }
236
                var pastedText;
237
                if (window.clipboardData  &&  window.clipboardData.getData)  {  // IE
238
                    pastedText  = $(this).val() +  window.clipboardData.getData('Text');
239
                }
240
                else  {
241
                    pastedText  = $(this).val() +  e.originalEvent.clipboardData.getData('Text'); //e.clipboardData.getData('text/plain');
242
                }
243
                $(this).val(pastedText);
244
                setTimeout(function() {
245
                    $(this).siblings().find("em").text($(obj).val().length);
246
                }, 1);
247
                e.preventDefault();
248
            },
249
            cut: function(e) {
250
                if($(this).val().length==""){
251
                    $(this).parent().siblings(".btnModel").attr("disabled", true);
252
                }else{
253
                    $(this).parent().siblings(".btnModel").attr("disabled", false);
254
                }
255
                setTimeout(function() {
256
                    $(obj).siblings().find("em").text($(obj).val().length);
257
                }, 1);
258
            },
259
            focus: function(e) {
260
                $(obj).parents("li").find(".frmconmsg").show();
261
                $(obj).siblings().find("em").text($(obj).val().length);
262
            },
263
            blur: function(e) {
264
                $(obj).parents("li").find(".frmconmsg").hide();
265
            },
266
            keyup: function(e) {
267
                if($(this).val().length==""){
268
                    $(this).parent().siblings(".btnModel").attr("disabled", true);
269
                }else{
270
                    $(this).parent().siblings(".btnModel").attr("disabled", false);
271
                }
272
                if($(this).val().length > maxNum) {
273
                    $(obj).val($(obj).val().substring(0, maxNum));
274
                    e.preventDefault();
275
                }
276
                setTimeout(function() {
277
                    $(obj).siblings().find("em").text($(obj).val().length);
278
                }, 1);
279
            }
280
        });
281
    }
282
283
	function ajaxRequist(url, obj, type, fn) {
284
		$.ajax({
285
			url: url,
286
			data: obj,
287
			dataType: 'json', //服务器返回json格式数据
288
			type: type, //支持'GET'和'POST'
289
			traditional: true,
290
			success: function(data) {
291
				if(data.success) {
292
					fn(data)
293
				}
294
			},
295
			error: function(xhr, type, errorThrown) {
296
				$.MsgBox.Alert('提示', '服务器请求失败');
297
			}
298
		});
299
	} /*获取资源信息*/
300
	function getRecourceMe() {
301
		$.ajax({
302
			"url": baseUrl+"/ajax/ware/qo",
303
			"type": "GET",
304
			"success": function(data) {
305
				if(data.success) {
306
					$("#uploadDd").siblings().remove();
307
					$("#fileList").append("<dd></dd><dd></dd>");
308
					temp = [];
309
					resourceHtml(data.data);
310
				}
311
			},
312
			"data": {
313
				"id": sevriceId
314
			},
315
			dataType: "json",
316
			'error': function() {
317
				$.MsgBox.Alert('提示', '服务器连接超时!');
318
			}
319
		});
320
	}
321
	/*处理资源html代码*/
322
	function resourceHtml($da) {
323
		$("#resourceName").val($da.name); //名字
324
		if($da.cnt) { //厂商型号
325
			$("#modelNumber").val($da.cnt);
326
			autoGrow.call($("#modelNumber")[0])
327
		}
328
		if($da.cooperation) { //合作备注
329
			$("#remarkContent").val($da.cooperation);
330
		}
331
		if($da.keywords) {
332
			var oSub = $da.keywords.split(",");
333
			var oSt = "";
334
			for(var i = 0; i < oSub.length; i++) {
335
				oSt += '<li>' + oSub[i] + '<div class="closeThis"></div></li>'
336
			}
337
			$("#keyWordlist").html(oSt);
338
			if(oSub.length > 4) {
339
				$("#KeyWord").parent().addClass("displayNone");
340
			}
341
		} else {
342
			$("#keyWordlist").html("");
343
		}
344
		if($da.descp) { //编辑器
345
			ue.ready(function() {
346
				ue.setContent($da.descp);
347
			});
348
349
		}
350
		if($da.images) {
351
			var arr = [];
352
			var oImg = $da.images.split(",");
353
			for(var i = 0; i < oImg.length; i++) {
354
				var oString = '<dd>' +
355
					'<div class="imgItem">' +
356
					'<img src="' + "/data/ware" + oImg[i] + '"/>' +
357
					'</div>' +
358
					'<div class="file-panel">' +
359
					'<span class="cancel" flag=1></span>' +
360
					'</div>' +
361
					'</dd>'
362
				arr[i] = oString;
363
				temp[i] = oImg[i];
364
			}
365
			$("#fileList dd").eq(2).remove();
366
			if(oImg.length == 1) {
367
				$("#fileList").prepend(arr[0]);
368
			} else if(oImg.length == 2) {
369
				$("#fileList dd").eq(1).remove();
370
				$("#fileList").prepend(arr[1]);
371
				$("#fileList").prepend(arr[0]);
372
			} else if(oImg.length == 3) {
373
				$("#fileList dd").eq(1).remove();
374
				$("#fileList").prepend(arr[2]);
375
				$("#fileList").prepend(arr[1]);
376
				$("#fileList").prepend(arr[0]);
377
			}
378
379
		}
380
	}
381
	var uploader = WebUploader.create({
382
		auto: true,
383
		fileNumLimit: 3,
384
		swf: '../js/webuploader/Uploader.swf',
385
		server: baseUrl+'/ajax/ware/upload',
386
		fileSingleSizeLimit: 2 * 1024 * 1024,
387
		pick: {
388
			id: "#filePicker",
389
			multiple: false
390
		},
391
		accept: {
392
			title: 'Images',
393
			extensions: 'jpg,jpeg,png',
394
			mimeTypes: 'image/jpg,image/png,image/jpeg'
395
		}
396
397
	});
398
399
	// 当有文件添加进来的时候
400
	uploader.on('fileQueued', function(file) {
401
		var $len = $("#fileList").find("img").length;
402
		fileId = file.id;
403
		if($len == 0 || $len == 1) {
404
			var oRemove = $("#fileList").find("dd");
405
			oRemove.eq(oRemove.length - 1).remove();
406
		}
407
		var $li = $(
408
				'<dd>' +
409
				'<div class="imgItem" id="' + file.id + '">' +
410
				'<img />' +
411
				'</div>' +
412
				//'<div class="info">' + file.name + '</div>' +
413
				'</dd>'
414
			),
415
			$btns = $('<div class="file-panel">' +
416
				'<span class="cancel"></span>' +
417
				'</div>').appendTo($li),
418
			$img = $li.find('img');
419
		var $list = $("#fileList");
420
		if($len == 1) {
421
			$list.find("dd").eq(0).after($li)
422
		} else if($len == 2) {
423
			$list.find("dd").eq(1).after($li)
424
		} else {
425
			$list.prepend($li);
426
		}
427
428
		// 创建缩略图
429
		// 如果为非图片文件,可以不用调用此方法。
430
		// thumbnailWidth x thumbnailHeight 为 100 x 100
431
		uploader.makeThumb(file, function(error, src) {
432
			if(error) {
433
				$img.replaceWith('<span>不能预览</span>');
434
				return;
435
			}
436
			$img.attr('src', src);
437
		}, 1, 1);
438
	});
439
	uploader.onError = function(code) {
440
		$.MsgBox.Alert('提示', '请上传jpg、jpeg、png格式的图片,大小不超过2M')
441
	};
442
	uploader.on('uploadSuccess', function(file, data) {
443
		if(data.success) {
444
			temp.push(data.data[0].uri);
445
			uploader.removeFile(fileId);
446
		} else {
447
			$.MsgBox.Alert('提示', '只支持jpeg/jpg/png格式的图片');
448
		}
449
	});
450
	/*删除图片*/
451
	$("#fileList").on("click", ".cancel", function() {
452
		var flag = $(this).attr("flag");
453
		var oNum = $(this).parents("dd").index();
454
		temp.splice(oNum, 1);
455
		$(this).parent().parent().remove();
456
		var $len = $("#fileList").find("img").length;
457
		if($len != 2) {
458
			$("#fileList").append("<dd></dd>")
459
		}
460
	});
461
	/*服务名称*/
462
	$("#resourceName").bind({
463
		focus: function() {
464
			$("#resourceNamePrompt").show();
465
		},
466
		blur: function() {
467
			$("#resourceNamePrompt").hide();
468
		},
469
		keyup: function() {
470
			if($(this).val().length > 30) {
471
				$(this).val($(this).val().substr(0, 30));
472
			}
473
		}
474
	})
475
	hotKey(".oinput");
476
	//校验关键字
477
	$("#KeyWord").on({
478
		focus: function() {
479
			$("#keyPrompt").text("最多可添加5个关键词,每个关键词15字以内");
480
		},
481
		blur: function() {
482
			$("#keyPrompt").text("");
483
		}
484
	})
485
	$("#keyWordlist").on("click", ".closeThis", function() {
486
		$(this).parent().remove();
487
		var liNum = $("#keyWordlist").find("li").length;
488
		if(liNum < 5) {
489
			$("#keyWordlist").parents(".keyResult").siblings("div.col-w-12").show();
490
		}
491
	})
492
493
	/*厂商型号*/
494
	$("#modelNumber").bind({
495
		focus: function() {
496
			$("#model").show();
497
		},
498
		blur: function() {
499
			$("#model").hide();
500
		},
501
		keyup: function() {
502
			if($(this).val().length > 250) {
503
				$(this).val($(this).val().substr(0, 250));
504
			}
505
		},
506
		input: function() {
507
			autoGrow.call(this);
508
		}
509
	});
510
511
	function autoGrow() {
512
		document.getElementById("tt").style.width = this.scrollWidth + "px";
513
		document.getElementById("tt").value = this.value;
514
		this.style.height = document.getElementById("tt").scrollHeight + "px";
515
	}
516
	$("#remarkContent").bind({
517
		focus: function() {
518
			$("#remark").show();
519
		},
520
		blur: function() {
521
			$("#remark").hide();
522
		}
523
	});
524
	/*合作备注*/
525
	limitObj("#remarkContent", 1000);
526
	/*发布*/
527
	$(".goFabu").click(function() {
528
		var oYes = term();
529
		if(oYes == 0) {
530
			return;
531
		}
532
		$.MsgBox.Confirm("提示", "确认发布该服务?", ajsPost);
533
	})
534
	// /*预览*/
535
	// $("#oPreview").click(function() {
536
	// 	var oYes = term();
537
	// 	if(oYes == 0) {
538
	// 		return;
539
	// 	}
540
	// 	if(sevriceId) {
541
	// 		ajsPost("/ajax/ware/draft/org/update", 1);
542
	// 	} else {
543
	// 		ajsPost("/ajax/ware/draft/org", 1);
544
	// 	}
545
	// })
546
	// /*存草稿*/
547
	// $("#oDraft").click(function() {
548
	// 	var oYes = term();
549
	// 	if(oYes == 0) {
550
	// 		return;
551
	// 	}
552
	// 	if(sevriceId) {
553
	// 		ajsPost("/ajax/ware/draft/org/update", 2);
554
	// 	} else {
555
	// 		ajsPost("/ajax/ware/draft/org", 2);
556
	// 	}
557
	// })
558
	// /*删除*/
559
	// $("#operateBlocko").on("click", ".deleteResource", function() {
560
	// 	$.MsgBox.Confirm("提示", "确认删除该服务?", deleResource);
561
	// })
562
	// /*删除函数*/
563
	// function deleResource() {
564
	// 	$.ajax({
565
	// 		"url": "/ajax/ware/delete",
566
	// 		"type": "POST",
567
	// 		"success": function(data) {
568
	// 			if(data.success) {
569
	// 				location.href = "cmp-serviceList.html"
570
	// 			}
571
	// 		},
572
	// 		"data": {
573
	// 			"id": sevriceId
574
	// 		},
575
	// 		"beforeSend": function() { /*console.log(this.data)*/ },
576
	// 		"contentType": "application/x-www-form-urlencoded",
577
	// 		dataType: "json"
578
	// 	});
579
	// }
580
	/*条件是否匹配*/
581
	function term() {
582
		var reName = $.trim($("#resourceName").val());
583
		var len=$("#expertli").find(".selectAdd");
584
		if(reName == "") {
585
			$.MsgBox.Alert('提示', '请输入服务名称。');
586
			return 0;
587
		}
588
		// if(len.length==0) {
589
		// 	$.MsgBox.Alert('提示', '请至少选择一个联系人。');
590
		// 	return 0;
591
		// }
592
	}
593
594
	function keyW() {
595
		var industrys = $("#keyWordlist li");
596
		var industryAll = "";
597
		if(industrys.size() > 0) {
598
			for(var i = 0; i < industrys.size(); i++) {
599
				industryAll += industrys[i].innerText.trim();
600
				industryAll += ',';
601
			};
602
			industryAll = industryAll.substring(0, industryAll.length - 1);
603
		}
604
		return industryAll;
605
	}
606
	/*发布函数*/
607
	function ajsPost(pa1, pa2) {
608
		var oUrl;
609
		if(sevriceId) {
610
			oUrl = baseUrl+"/ajax/ware/publish/conUpdate";
611
		}
612
		// else {
613
		// 	oUrl = "/ajax/ware/publish/org";
614
		// }
615
616
		if(pa1) {
617
			oUrl = pa1
618
		}
619
		console.log(oProfessor)
620
		//return;
621
		var $data = {
622
			name: $("#resourceName").val(),
623
			cooperation: $("#remarkContent").val(),
624
			keywords: keyW(),
625
			cnt: $("#modelNumber").val(),
626
			descp: ue.getContent(),
627
			images: temp.join(",")
628
			// resource: resourcesli(),
629
			// professor: oProfessor
630
		};
631
		if(sevriceId) {
632
			$data.id = sevriceId;
633
		}
634
		ajaxRequist(oUrl, $data, "POST", function(data) {
635
			if(data.success) {
636
				if(pa2 == 1) {
637
					if(!sevriceId)
638
						sevriceId = data.data;
639
					$("#deleteResource").removeClass("disableLi").addClass("deleteResource");
640
					window.open("../sevricePreview.html?sevriceId=" + sevriceId);
641
					getRecourceMe();
642
					//弹出预览
643
				} else if(pa2 == 2) {
644
					$("#deleteResource").removeClass("disableLi").addClass("deleteResource");
645
					if(!sevriceId)
646
						sevriceId = data.data;
647
					$.MsgBox.Alert('提示', '服务已保存草稿。');
648
					$("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain');
649
					getRecourceMe();
650
				} else {
651
					$.MsgBox.Alert('提示', '服务发布成功!');
652
					$("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain');
653
					// location.href = "cmp-serviceList.html"
654
				}
655
656
			} else {
657
				if(data.code == 90) {
658
					$.MsgBox.Alert('提示', '由于操作时间过久,上传图片已失效,请重新上传。');
659
				}
660
			}
661
		})
662
663
	}
664
665
	// function UnauthorizedUser() {
666
	// 	$.ajax({
667
	// 		url: "/ajax/professor/qaOrgAuth",
668
	// 		type: "GET",
669
	// 		timeout: 10000,
670
	// 		dataType: "json",
671
	// 		async: "false",
672
	// 		data: {
673
	// 			"orgId": orgId,
674
	// 			"orgAuth": 1
675
	// 		},
676
	// 		success: function(data, textState) {
677
	// 			if(data.success) {
678
	// 				unauthUser(data.data);
679
	// 			}
680
	// 		},
681
	// 		error: function(XMLHttpRequest, textStats, errorThrown) {
682
	// 			$.MsgBox.Alert('提示', '服务器请求失败')
683
	// 		}
684
	// 	})
685
	// }
686
	// UnauthorizedUser();
687
    //
688
	// function unauthUser($res) {
689
	// 	if(sevriceId) {
690
	// 		selUse();
691
	// 	}
692
	// 	var osting = ""
693
	// 	for(var i = 0; i < $res.length; i++) {
694
	// 		var img;
695
	// 		//var styC="";
696
	// 		var oClass = autho($res[i].authType, $res[i].orgAuth, $res[i].authStatus);
697
	// 		var oTitle = "";
698
	// 		/*if(!resourceId) {
699
	//
700
	// 		}*/
701
    //
702
	// 		if($res[i].title) {
703
	// 			oTitle = $res[i].title;
704
	// 		} else {
705
	// 			if($res[i].office) {
706
	// 				oTitle = $res[i].office;
707
	// 			}
708
	// 		}
709
	// 		if($res[i].hasHeadImage) {
710
	// 			img = "/images/head/" + $res[i].id + "_l.jpg";
711
	// 		} else {
712
	// 			img = "../images/default-photo.jpg"
713
	// 		}
714
	// 		var oSt = '<li class="flexCenter" style="cursor:pointer;" id="' + $res[i].id + '">'
715
	// 		oSt += '<div class="madiaHead useHead" id="userimg" style="background-image: url(' + img + ');"></div>'
716
	// 		oSt += '<div class = "madiaInfo">'
717
	// 		oSt += '<p class = "ellipsisSty">'
718
	// 		oSt += '<span class = "h1Font" id="name">' + $res[i].name + '</span><em class="authicon ' + oClass.sty + '" title="' + oClass.title + '"></em >'
719
	// 		oSt += '</p>'
720
	// 		oSt += '<p class="h2Font ellipsisSty">' + oTitle + '</p>'
721
	// 		oSt += '</div>'
722
	// 		oSt += '<div class="selectNull " flag=1></div>'
723
	// 		oSt += '</li>'
724
	// 		osting += oSt;
725
	// 	}
726
	// 	$("#expertli").html(osting);
727
	// }
728
	// /*选择用户*/
729
	// $("#expertli").on("click", "li", function() {
730
	// 	var userL = $("#expertli").find(".selectAdd").length;
731
	// 	var oSel = $(this).find(".selectAdd").length;
732
	// 	var oId = $(this).attr("id");
733
	// 	$("#linkman").text("");
734
    //
735
	// 	if(oSel == 0) {
736
	// 		if(userL == 5) {
737
	// 			$("#linkman").text("最多可选5个负责人");
738
	// 			return;
739
	// 		}
740
	// 		$(this).find('[flag]').addClass("selectAdd");
741
	// 		oProfessor.push(oId);
742
	// 	} else {
743
	// 		$(this).find('[flag]').removeClass("selectAdd");
744
	// 		for(var i = 0; i < oProfessor.length; i++) {
745
	// 			if(oId == oProfessor[i]) {
746
	// 				oProfessor.splice(i, 1);
747
	// 			}
748
	// 		}
749
	// 	}
750
	// });
751
    //
752
	// function selUse() {
753
	// 	$.ajax({
754
	// 		url: "/ajax/ware/pro",
755
	// 		type: "GET",
756
	// 		timeout: 10000,
757
	// 		dataType: "json",
758
	// 		async: true,
759
	// 		data: {
760
	// 			"id": sevriceId,
761
	// 		},
762
	// 		success: function(data) {
763
	// 			if(data.success) {
764
	// 				var arr = [];
765
	// 				var arr1 = [];
766
	// 				var oLength = $("#expertli").find("li");
767
	// 				for(var i = 0; i < data.data.length; i++) {
768
	// 					arr1.push(data.data[i].professor);
769
	// 				}
770
	// 				for(var i = 0; i < oLength.length; i++) {
771
	// 					arr.push(oLength.eq(i).attr("id"));
772
	// 				}
773
	// 				for(var i = 0; i < arr1.length; i++) {
774
	// 					oProfessor.push(arr1[i]);
775
	// 					oLength.eq(arr.indexOf(arr1[i])).find("[flag]").addClass("selectAdd")
776
	// 				}
777
	// 			}
778
	// 		},
779
	// 		error: function(XMLHttpRequest, textStats, errorThrown) {
780
	// 			$.MsgBox.Alert('提示', '服务器请求失败')
781
	// 		}
782
	// 	})
783
	// }
784
	// $("#checkZy").on("keyup", function() {
785
	// 	var ti = $(this).val();
786
	// 	re = ti;
787
	// 	if($(this).val() == "") {
788
	// 		return;
789
	// 	}
790
	// 	var _this = this;
791
	// 	setTimeout(function() {
792
	// 		if(ti === re && ti !== reEnd) {
793
	// 			checkZy(_this, ti);
794
	// 		}
795
    //
796
	// 	}, 500)
797
    //
798
	// })
799
	// $("#checkZy").on("focus", function() {
800
	// 	$(this).prev().find("span").text("最多选择5个资源");
801
	// })
802
	// $("#checkZy").on("blur", function() {
803
	// 	$(this).prev().find("span").text("");
804
	// })
805
    //
806
	// function checkZy(_this, prd) {
807
	// 	reEnd = prd;
808
	// 	$.ajax({
809
	// 		"url": "/ajax/resource/lq/publish/org",
810
	// 		"type": "get",
811
	// 		"data": {
812
	// 			"orgid": orgId,
813
	// 			"resourceName": $("#checkZy").val(),
814
	// 			"rows": 5
815
	// 		},
816
	// 		"success": function(data) {
817
	// 			if(data.success) {
818
	// 				if(data.data != "") {
819
	// 					if(reEnd == prd) {
820
	// 						$(_this).next().removeClass("displayNone");
821
	// 						$("#resouselist").html("");
822
	// 						for(var i = 0; i < data.data.length; i++) {
823
	// 							var itemlist = '<li id="usid" class="flexCenter" >' +
824
	// 								'<p class="h1Font ellipsisSty-2 childElement" id="resourceName"></p>' +
825
	// 								'<div class="deleteThis"></div></li>'
826
	// 							$itemlist = $(itemlist);
827
	// 							$("#resouselist").append($itemlist);
828
	// 							var datalist = data.data[i];
829
	// 							$itemlist.attr("data-id", datalist.resourceId);
830
	// 							$itemlist.find("#resourceName").text(datalist.resourceName);
831
    //
832
	// 						}
833
	// 					}
834
	// 				} else {
835
	// 					$(_this).next().addClass("displayNone");
836
	// 				}
837
	// 			} else {
838
	// 				$(_this).next().addClass("displayNone");
839
	// 			}
840
	// 		},
841
	// 		"error": function() {
842
	// 			$.MsgBox.Alert('提示', '链接服务器超时')
843
	// 		}
844
	// 	});
845
	// }
846
	// $("#resouselist").on("click", "li", function() {
847
	// 	var _this = this;
848
	// 	expertlist(_this, "该资源已选择");
849
	// });
850
    //
851
	// function resourcesli() {
852
	// 	var resourcesarray = [];
853
	// 	$("#resources li").each(function(i) {
854
	// 		var liid = $(this).attr("data-id");
855
	// 		resourcesarray.push(liid);
856
	// 	});
857
	// 	return resourcesarray;
858
	// }
859
	// //点击右侧搜索出的专家和资源列表
860
	// function expertlist(_this, title) {
861
	// 	var liId = $(_this).html();
862
	// 	var plength = $(_this).parents(".otherBlock").find(".addexpert li");
863
	// 	for(var i = 0; i < plength.length; i++) {
864
	// 		if(plength[i].innerHTML == liId) {
865
	// 			$(_this).parents(".otherBlock").find(".aboutTit span").text(title);
866
	// 			$(_this).parents(".otherBlock").find(".form-drop").addClass("displayNone");
867
	// 			$(_this).parents(".otherBlock").find("input").val("");
868
	// 			return;
869
	// 		}
870
	// 	}
871
	// 	if(plength.length >= 4) {
872
	// 		$(_this).parents(".otherBlock").find("input").hide();
873
	// 		$(_this).parents(".otherBlock").find(".addexpert").append($(_this).clone());
874
	// 		$(_this).parents(".otherBlock").find("input").val("");
875
	// 		$(_this).parents(".otherBlock").find(".form-drop").addClass("displayNone");
876
	// 	} else {
877
	// 		$(_this).parents(".otherBlock").find(".addexpert").append($(_this).clone());
878
	// 		$(_this).parents(".otherBlock").find("input").val("");
879
	// 		$(_this).parents(".otherBlock").find(".form-drop").addClass("displayNone");
880
	// 	}
881
	// }
882
    //
883
	// //删除右侧搜索出的专家和资源
884
	// $(".addexpert").on("click", ".deleteThis", function() {
885
	// 	var plength = $(this).parent().parent().find("li").length;
886
	// 	if(plength < 6) {
887
	// 		$(this).parents(".otherBlock").find("input").show();
888
	// 	}
889
	// 	$(this).parent().remove();
890
	// })
891
	// if(sevriceId) {
892
	// 	ajaxRequist("/ajax/ware/res", {
893
	// 		"id": sevriceId
894
	// 	}, "get", function(data) {
895
	// 		var $data = data.data;
896
	// 		if($data.length>=5) {
897
	// 			$("#checkZy").hide();
898
	// 		}
899
	// 		for(var i = 0; i < $data.length; i++) {
900
	// 			(function(i) {
901
	// 				ajaxRequist("/ajax/resource/queryOne", {
902
	// 					"resourceId": $data[i].resource
903
	// 				}, "get", function(data) {
904
	// 					var $data = data.data;
905
	// 					var itemlist = '<li id="usid" class="flexCenter" >' +
906
	// 								'<p class="h1Font ellipsisSty-2 childElement" id="resourceName"></p>' +
907
	// 								'<div class="deleteThis"></div></li>'
908
	// 								var datalist = data.data;
909
	// 								var $itemlist=$(itemlist);
910
	// 								$("#resources").append($itemlist);
911
	// 							$itemlist.attr("data-id", datalist.resourceId);
912
	// 							$itemlist.find("#resourceName").text(datalist.resourceName);
913
	//
914
	// 				})
915
	// 			})(i)
916
	// 		}
917
    //
918
	// 	})
919
	// }
920
})