|
@ -208,13 +208,13 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
|
208
|
208
|
.coulstblock .coulstbox .coulstbtn{padding:24px 10px; margin-right: 20px;}
|
209
|
209
|
.coulstblock .coulstbox .coulstbtn span,#conbtn span{padding:5px 40px; display:block; border-radius:4px; text-align:center; color:#fff; background:#ff9900;cursor:pointer}
|
210
|
210
|
/*专家信息头部*/
|
211
|
|
.information-head{ width:1050px; margin:auto;background:#fff; border:1px solid #eaeaea; margin-top:30px; overflow:hidden; padding:20px 50px; position: relative;}
|
|
211
|
.information-head{ width:1050px; margin:auto;background:#fff; border:1px solid #eaeaea; margin-top:30px; overflow:hidden; padding:20px 30px; position: relative;}
|
212
|
212
|
.head-left{ float:left;width:200px; height:200px; position:relative;overflow:hidden;}
|
213
|
213
|
.replace-photo{ display:block; width:100%; height:50px; position:absolute; bottom:-50px;background:url(../images/take-photo.png) no-repeat center center; background-color:rgba(0,0,0,0.4);font-size:16px;line-height:44px; color:#fff; text-align:center;}
|
214
|
214
|
/*.take-photo{ display:block; width:20px; height:20px; position:absolute; top:50%; margin-top:-10px; left:50%; margin-left:-10px;background:url(../images/take-photo.png) no-repeat center center; }*/
|
215
|
|
.head-center{ float:left; width:500px; min-height:150px; margin-top:20px; margin-left:64px;}
|
216
|
|
.input-txt{ width:175px; height:26px; color:#666; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; float:left; padding-left:10px;}
|
217
|
|
.infor{clear:both; width:100%; height:26px; margin-bottom:10px; }
|
|
215
|
.head-center{ float:left; min-height:150px;margin: 0px 30px;}
|
|
216
|
.input-txt{ width:180px; height:26px; color:#666; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; float:left; padding-left:10px;}
|
|
217
|
.infor{clear:both; width:100%;overflow:hidden; margin:10px; }
|
218
|
218
|
.infor span{ display:block; width:60px; height:26px; float:left;font-size:14px;line-height:26px; color:#333; margin-left:10px;}
|
219
|
219
|
.select{ width:173px; height:24px; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background:url(../images/downselect.png) no-repeat 150px center; float:left; overflow:hidden;}
|
220
|
220
|
.selectbtn{ width:200px; height:24px; border:none; background:url(../images/downselect.png) no-repeat 150px center; font-size:14px;line-height:26px; color:#999;}
|
|
@ -226,15 +226,15 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
|
226
|
226
|
#orgImage{display:none;}
|
227
|
227
|
/*专家信息内容*/
|
228
|
228
|
.information-content{ width:1050px;height:auto; margin:auto;margin-top:20px; position:relative;overflow: hidden;}
|
229
|
|
.content-left{min-height:394px; float:left;overflow:hidden; }
|
230
|
|
.menublock{ margin-bottom:10px;width:298px; background:#fff; border:1px #eaeaea solid; padding-bottom:10px;}
|
|
229
|
.content-left{min-height:394px;max-width: 252px;width:24%; float:left;overflow:hidden; }
|
|
230
|
.menublock{ margin-bottom:10px;width:100%; background:#fff; border:1px #eaeaea solid; padding-bottom:10px;}
|
231
|
231
|
.left-title{ width:165px; height:44px;font-size:20px;line-height:44px; border-bottom:1px #ffad55 solid; padding-left:10px; }
|
232
|
232
|
.subsidebar{ display:block; width:100%; height:26px; padding-left:18px;font-size:14px;line-height:26px;color:#313131; margin-top:5px;}
|
233
|
233
|
.subcolor{ background:#ff9900; color:#fff;}
|
234
|
234
|
.subsidebar:hover{ background:#ff9900; color:#fff;}
|
235
|
235
|
|
236
|
|
.content-right{ width:735px;min-height:100px; float:right; }
|
237
|
|
.right-box{ width:100%; background:#fff; border:1px #eaeaea solid; margin-bottom:20px; }
|
|
236
|
.content-right{ width:75%;min-height:100px; float:right; }
|
|
237
|
.right-box{ width:100%; background:#fff; border:1px #eaeaea solid; margin-bottom:10px; }
|
238
|
238
|
/*.introduction{min-height:200px;}*/
|
239
|
239
|
.right-title{ position:relative; overflow:hidden; padding-right:20px;}
|
240
|
240
|
.right-title span{ float:left;font-size:20px;line-height:48px; /*color:#ff9900; */padding-left:15px;}
|
|
@ -242,11 +242,17 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
|
242
|
242
|
.editbox{ clear:both; width:665px; margin:auto;font-size:14px;line-height:20px;color:#666;}
|
243
|
243
|
.reedit{ clear:both; width:665px; min-height:210px; padding:10px;margin-left:35px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; font-size:14px;line-height:20px; color:#3e3e3e;resize:none;
|
244
|
244
|
}
|
245
|
|
.edit{ display:block; float:left; width:22px; height:22px; background:url(../images/edit.png) no-repeat right center;margin: 15px 6px;cursor:pointer;}
|
246
|
|
.edit:hover{background:url(../images/edit.png) no-repeat left center;}
|
247
|
|
.modifybox{ display:none;}
|
248
|
|
.infor-browse{ clear:both; margin-bottom:20px;}
|
249
|
|
.btn-marL{ margin-left:35px;cursor:pointer; }
|
|
245
|
.edit{ display:block; float:left; width:22px; height:22px; background:url(../images/edit.png) no-repeat left center;margin: 15px 6px;cursor:pointer;}
|
|
246
|
.addclick{position:absolute; right:20px; background: url(../images/addclick.png) 0 14px no-repeat; padding-left: 22px;line-height: 48px;color: #ff9900;cursor: pointer;}
|
|
247
|
.exitlist{position:absolute;top:2px;margin-left:6px; width:22px; height:22px; background:url(../images/edit.png) no-repeat left center;cursor:pointer;}
|
|
248
|
.btnbox{ overflow:hidden;padding:16px 20px;}
|
|
249
|
.btnbox .btn{margin:0 6px;}
|
|
250
|
.btnbox .deletebtn{color:#F00;box-shadow: none;border: none;background:none; float:right; }
|
|
251
|
|
|
252
|
.modifybox{ display:none;padding:10px 36px; margin: 6px 0;background: #FFF9EF;}
|
|
253
|
.infor-browse{ clear:both;padding-bottom:16px;}
|
|
254
|
.infor-browse2{padding-bottom:0;}
|
|
255
|
.btn-marL{cursor:pointer; }
|
250
|
256
|
.btn-marB{ margin-bottom:30px;cursor:pointer;}
|
251
|
257
|
.btn{ width:105px; padding:0;cursor:pointer;}
|
252
|
258
|
.btn:hover, .btn:focus { text-decoration: none; color:#fff;}
|
|
@ -275,15 +281,18 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
|
275
|
281
|
.bus-title{ clear:both;font-size:14px;line-height:26px; color:#3e3e3e; }
|
276
|
282
|
.check{ width:257px; height:26px; float:left;margin-left:35px;font-size:14px;line-height:26px;color:#3e3e3e;}
|
277
|
283
|
.txt-width{ width:358px;}
|
278
|
|
.star{ color:#ff9900; display:inline; font-size:16px;}
|
279
|
|
.edu{ font-size:16px;line-height:26px; color:#868686;}
|
|
284
|
|
|
285
|
.txtType{ position:relative;}
|
|
286
|
.txtExp{ position:relative;width: 60%;}
|
|
287
|
.required_star{ color:#ff9900;float:left;background:url(../images/requiredicon.png) center center no-repeat;background-size:100% 100%; display:block;width:8px;height:8px;position:absolute; top: 6px;left: -12px; }
|
|
288
|
.edu{ font-size:16px;line-height:30px; color:#868686;padding: 0 16px; margin: 10px;width: 100%;}
|
280
|
289
|
.edu-h{ height:52px;}
|
281
|
|
.edu-txt{ float:none; width:402px;}
|
|
290
|
.edu-txt{ width:100%;margin-left: 8px;height: 30px;font-size: 14px;line-height: 18px;}
|
282
|
291
|
.date-box{ }
|
283
|
292
|
.datebox{ width:540px; overflow:hidden; height:26px;}
|
284
|
293
|
hr{ width:18px; float:left; background:#ffc688; height:2px; border:none; margin:10px;}
|
285
|
294
|
.checkbox{ float:left; width:60px;margin-left:15px;margin-top: -1px;}
|
286
|
|
.date-btn{ float:left; width:175px; background:url(../images/select.png) no-repeat right; z-index:999;}
|
|
295
|
.date-btn{ float:left; width:180px; background:url(../images/select.png) no-repeat right #fff;background-size:13% 100%; z-index:999;}
|
287
|
296
|
.opacity{ width:150px;}
|
288
|
297
|
label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
|
289
|
298
|
.edu-select{ margin-left:10px; width:240px; }
|
|
@ -291,8 +300,8 @@ label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
|
291
|
300
|
.radiobox{ width:115px; float:left;}
|
292
|
301
|
.date-title{float:left; margin-right: 4px;}
|
293
|
302
|
.edu-sel{ float:right;}
|
294
|
|
.edu-about li{ list-style:inside;}
|
295
|
|
.edu-about{ list-style:inside;font-size:14px;line-height:26px;color:#868686; margin:0 35px; margin-bottom:35px; cursor:pointer;}
|
|
303
|
.edu-about li{ list-style:inside; overflow:hidden;position:relative;margin: 0 35px;}
|
|
304
|
.edu-about{ list-style:inside;font-size:14px;line-height:26px;color:#868686;padding:10px 0 26px 0;cursor:pointer;}
|
296
|
305
|
.edu-about span{ display:none;}
|
297
|
306
|
.infor-browse .edu-about{ color:#666;}
|
298
|
307
|
.add-icon{ cursor:pointer;}
|
|
@ -300,6 +309,33 @@ label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
|
300
|
309
|
.modi{ cursor:pointer;padding-left:10px;}
|
301
|
310
|
/* .floatL{ float:right;} */
|
302
|
311
|
.addbox{ display:none;}
|
|
312
|
|
|
313
|
/*下拉*/
|
|
314
|
.mr_sj {position: absolute;right: 18px;top: 12px;border: 6px solid #fff;border-color: #ff9900 transparent transparent;display: block;font-size: 0;height: 0;width: 0;}
|
|
315
|
.mr_timed_div .mr_btn {border: 0;text-align: left;width: 160px;height: 28px;background-color: #fff;}
|
|
316
|
.mr_timed_div {position: relative;width: 180px;height: 30px;cursor: pointer; background-color: #fff;}
|
|
317
|
.mr_timed_div .xl_list {position: absolute;top: 30px;left: -1px;z-index: 2;background-color: #fff;box-shadow: 2px 2px 4px #efefe4; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;width:180px;}
|
|
318
|
.ul_edubg { max-height: 182px;overflow: auto;display:none;border: 1px solid #e7e7e7;}
|
|
319
|
.mr_timed_div .xl_list li {line-height: 36px;padding-left: 10px;list-style:none;margin: 0 10px;}
|
|
320
|
|
|
321
|
/*日期组件*/
|
|
322
|
.mr_calendar_ym {position: absolute;top: 34px;left:6px;height: 160px;width: 244px;background-color: #fff;z-index: 5000;border: 1px solid #e7e7e7;border-radius: 4px;box-shadow: 2px 2px 4px #e7e7e7;cursor:pointer;display:none;}
|
|
323
|
.mr_calendar_ym ul {float: left;}
|
|
324
|
.mr_calendar_ym span{display:block;}
|
|
325
|
|
|
326
|
.mr_calendar_ym .mr_year {width: 34%;height: 160px;border-right: 1px solid #efefef;overflow: auto;}
|
|
327
|
.mr_calendar_ym .mr_year li {list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: center;}
|
|
328
|
.mr_calendar_ym .mr_month { word-wrap: normal;padding: 10px 10px 10px 16px;background-color: #fff; width:66%;height:158px;}
|
|
329
|
.mr_calendar_ym .mr_month li {list-style:none;margin:0;float: left;cursor: pointer;width: 33%;height: 22px;line-height: 22px;color: #333;background-color: #fff;margin: 0 0 10px;}
|
|
330
|
.mr_calendar_ym .full_year{width: 100%;height: 160px;border-right: 1px solid #efefef;overflow: auto;}
|
|
331
|
.mr_calendar_ym .full_year li{list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: left;padding-left:16px;}
|
|
332
|
|
|
333
|
.mr_calendar_ym li.active { background-color: #ff9900!important;color: #fff!important;}
|
|
334
|
|
|
335
|
|
|
336
|
|
|
337
|
|
|
338
|
|
303
|
339
|
/*------------------------------------------------------------------------------------*/
|
304
|
340
|
|
305
|
341
|
.radio+.radio, .checkbox+.checkbox {
|