Browse Source

留言删除之后的状态

luyanan 7 years ago
parent
commit
1b85b312ae
2 changed files with 2 additions and 2 deletions
  1. 1 1
      css/leaveWord.css
  2. 1 1
      js/informLeaveW.js

+ 1 - 1
css/leaveWord.css

@ -10,7 +10,7 @@
10 10
.commentsArea{margin-top:0;}
11 11
.commentsArea .btnCancel{height:auto;border-radius:0;color: #ff9900;}
12 12
.commentList .madiaHead.useHeadMsg{top:15px;margin-top:0;}
13
.commentList>li p .huifu{margin:0 6px 0 12px;font-size:15px;}
13
.commentList>li p .huifu{margin:0 6px 0 12px;font-size:15px;color:#888}
14 14
.commentList>li{position:relative;padding:10px 0 12px;min-height: 110px;}
15 15
.commentList>li:after{background: #E5E5E5;height:1px;content:"";position:absolute;bottom:0;left:60px;right:0;}
16 16
.commentList>li:last-child:after{content:none;}

+ 1 - 1
js/informLeaveW.js

@ -51,7 +51,7 @@
51 51
					reply = '<span class="huifu">回复 </span><a href="userInforShow.html?professorId=' + data[i].reciver + '" class="userhref"><span class="h2Font messageName">张某某</span><em class="authiconNew" title="科袖认证专家"></em></a>'
52 52
				}
53 53
				if(data[i].state =="0") {
54
					data[i].cnt="该留言已被其本人删除。";
54
					data[i].cnt="<span style='color:#888'>该留言已被其本人删除。</span>";
55 55
				}
56 56
				var itemlist = '<li class="li-item">';
57 57
				itemlist += '<a class="madiaHead useHead useHeadMsg userhref" href="userInforShow.html?professorId=' + data[i].sender + '"></a>';