Browse Source

文章浏览页面显示问题

luyanan 7 years ago
parent
commit
295760a5f7
2 changed files with 3 additions and 2 deletions
  1. 2 1
      css/genindex.css
  2. 1 1
      js/articalShow.js

+ 2 - 1
css/genindex.css

321
.otherShow.otherShowFirst{padding-bottom:12px;border-bottom:2px dashed #E5E5E5;}
321
.otherShow.otherShowFirst{padding-bottom:12px;border-bottom:2px dashed #E5E5E5;}
322
.otherShow .aboutTit{font-size:18px;color:#666;}
322
.otherShow .aboutTit{font-size:18px;color:#666;}
323
.otherShow .form-result{margin:0 -30px;}
323
.otherShow .form-result{margin:0 -30px;}
324
.form-item.otherShow .madiaHead{width: 80px;height: 80px;}
324
.form-item.otherShow .madiaHead{width: 80px;height: 80px;margin-top:-40px}
325
.form-item.otherShow .madiaInfo{padding-left:92px;margin:4px 0;}
325
.form-item.otherShow .madiaInfo{padding-left:92px;margin:4px 0;}
326
/*.otherShow .form-result>ul>li{min-height:80px;}*/
326
/*.otherShow .form-result>ul>li{min-height:80px;}*/
327
.form-item.otherShow .pointOk>ul>li{cursor: pointer;}
327
.form-item.otherShow .pointOk>ul>li{cursor: pointer;}
381
381
382
.commentsArea .btnCancel{height:auto;border-radius:0;color: #ff9900;}
382
.commentsArea .btnCancel{height:auto;border-radius:0;color: #ff9900;}
383
.commentsArea ul.commentList{margin-top:-20px;}
383
.commentsArea ul.commentList{margin-top:-20px;}
384
.commentsArea.form-item ul.commentList .madiaHead.useHeadMsg{top:10px;margin-top:0;}
384
.commentsArea ul.commentList>li{padding:10px 0 20px;}
385
.commentsArea ul.commentList>li{padding:10px 0 20px;}
385
.commentsArea ul.commentList>li .h2Font{font-size: 16px;color: #666;line-height: 26px;}
386
.commentsArea ul.commentList>li .h2Font{font-size: 16px;color: #666;line-height: 26px;}
386
.commentsArea ul.commentList>li .commenttime{font-size: 14px;color: #999;margin-left:18px;}
387
.commentsArea ul.commentList>li .commenttime{font-size: 14px;color: #999;margin-left:18px;}

+ 1 - 1
js/articalShow.js

769
						$("#moreArtical").addClass("displayNone");
769
						$("#moreArtical").addClass("displayNone");
770
					}
770
					}
771
					for(var i = 0; i < data.data.length; i++) {
771
					for(var i = 0; i < data.data.length; i++) {
772
						var itemlist = '<li data-time="" data-key="">';
772
						var itemlist = '<li class="flexCenter" data-time="" data-key="">';
773
							itemlist += '<a href class="userhref"> <div class="madiaHead useHead useHeadMsg"></div></a>';
773
							itemlist += '<a href class="userhref"> <div class="madiaHead useHead useHeadMsg"></div></a>';
774
							itemlist += '<div class="madiaInfo">';
774
							itemlist += '<div class="madiaInfo">';
775
							itemlist += '<p><a href class="userhref"><span class="h1Font messageName">张某某</span></a><em class="authiconNew" title="科袖认证专家"></em><span class="commenttime">9月30号 12:00</span></p>';
775
							itemlist += '<p><a href class="userhref"><span class="h1Font messageName">张某某</span></a><em class="authiconNew" title="科袖认证专家"></em><span class="commenttime">9月30号 12:00</span></p>';