Ver Código Fonte

文章浏览页面显示问题

luyanan 7 anos atrás
pai
commit
295760a5f7
2 arquivos alterados com 3 adições e 2 exclusões
  1. 2 1
      css/genindex.css
  2. 1 1
      js/articalShow.js

+ 2 - 1
css/genindex.css

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

+ 1 - 1
js/articalShow.js

@ -769,7 +769,7 @@ function message(rows,num) {
769 769
						$("#moreArtical").addClass("displayNone");
770 770
					}
771 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 773
							itemlist += '<a href class="userhref"> <div class="madiaHead useHead useHeadMsg"></div></a>';
774 774
							itemlist += '<div class="madiaInfo">';
775 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>';