Browse Source

专家信息浏览页内容显示样式有问题。

luyanan 8 years ago
parent
commit
7f4c90b669
1 changed files with 7 additions and 4 deletions
  1. 7 4
      css/index.css

+ 7 - 4
css/index.css

@ -315,15 +315,18 @@ label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
315 315
.date-title{float:left;    margin-right: 4px;}
316 316
.edu-sel{ float:right;}
317 317

318
.edu-infor li{list-style:disc inside;margin:0 35px;}
318 319
.edu-about li{ list-style:none;position:relative;padding-left: 0;}
320
.edu-about li div.h4tit{position: relative;padding-left:12px;}
321
.edu-about li div.h4tit:before{content: ' '; background: #888;display: block;width: 5px;height: 5px;border-radius: 50%; position: absolute;top:12px;left:0;}
319 322
.edu-about li .listdata{position:relative;margin:0 35px; padding-left:16px;}
320
.edu-about li .listdata .listpoint{display: block;width: 6px;height: 6px; background: #999;border-radius: 50%; position: absolute;top: 10px;left:0;}
323
/*.edu-about li .listdata .listpoint{display: block;width: 5px;height: 5px; background: #888;border-radius: 50%; position: absolute;top: 10px;left:0;}*/
321 324
/*  .edu-about li.listnone{margin: 0; list-style: none;padding-left: 0;}  */
322 325
.edu-about{ list-style:inside;font-size:14px;line-height:26px;color:#868686;padding:10px 0 26px 0;cursor:pointer;}
323 326
.edu-about span{ display:none;}
324 327
.infor-browse .edu-about{ color:#666;}
325 328
.infor-browse .edu-infor { color:#666;}
326
.edu-infor li{list-style:disc inside;margin:0 35px;}
329

327 330
.add-icon{ cursor:pointer;}
328 331
.button{ float:left; width:40px; height:17px; margin-left:10px; margin-top:4px;}
329 332
.modi{ cursor:pointer;padding-left:10px;}
@ -388,9 +391,9 @@ label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
388 391

389 392
/*合作历史及评价*/
390 393
.evaluate2{ overflow:hidden; border-bottom:1px dashed #d6d6d6; padding:10px 0;}
391
.evaluate2 .lefteva{ float:left; max-height:200px; width:20%; max-width:200px; text-align:center; margin-top:10px;}
394
.evaluate2 .lefteva{ float:left; max-height:200px; width:12%; max-width:200px; text-align:center; margin-top:10px;}
392 395
.evaluate2 .evaimg{ display:block; width:60px; height:60px; overflow:hidden;margin:auto;}
393
.evaluate2 .righteva{ padding:0 10px; float:right; width:80%;}
396
.evaluate2 .righteva{ padding:0 10px; float:right; width:88%;}
394 397
.evaluate2 .evasort{ }
395 398
.evaluate2 .evasort li{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
396 399
.evaluate2 .evastarbox{ overflow:hidden;}