|
@@ -55,10 +55,11 @@
|
|
|
}
|
|
}
|
|
|
.main .container .section div.readCount div span{
|
|
.main .container .section div.readCount div span{
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
}
|
|
|
.main .container .section div.readCount div span em{
|
|
.main .container .section div.readCount div span em{
|
|
|
color: #5f9ac6;
|
|
color: #5f9ac6;
|
|
|
- margin-right: 5px;
|
|
|
|
|
|
|
+ margin-left: 5px;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
}
|
|
}
|
|
|
.main .container .section div.readCount div span i{
|
|
.main .container .section div.readCount div span i{
|
|
@@ -70,6 +71,10 @@
|
|
|
float: right;
|
|
float: right;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
}
|
|
}
|
|
|
|
|
+ .main .container .section div.readCount img{
|
|
|
|
|
+ width: 18px;
|
|
|
|
|
+ height: 18px;
|
|
|
|
|
+ }
|
|
|
.main .container .footer{
|
|
.main .container .footer{
|
|
|
border-top: 1px solid #d7d5d6;
|
|
border-top: 1px solid #d7d5d6;
|
|
|
padding-top: 20px;
|
|
padding-top: 20px;
|
|
@@ -90,6 +95,10 @@
|
|
|
.main .container .footer .footer-header div span{
|
|
.main .container .footer .footer-header div span{
|
|
|
margin-right: 5px;
|
|
margin-right: 5px;
|
|
|
}
|
|
}
|
|
|
|
|
+ .main .container .footer .footer-header div img{
|
|
|
|
|
+ width: 15px;
|
|
|
|
|
+ height: 15px;
|
|
|
|
|
+ }
|
|
|
.main .container .footer .footer-section .message{
|
|
.main .container .footer .footer-section .message{
|
|
|
overflow: hidden ;
|
|
overflow: hidden ;
|
|
|
}
|
|
}
|
|
@@ -121,6 +130,10 @@
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
+ .main .container .footer .footer-section .detail .title img{
|
|
|
|
|
+ width: 17px;
|
|
|
|
|
+ height: 17px;
|
|
|
|
|
+ }
|
|
|
.main .container .footer .footer-section .detail .title span:first-child{
|
|
.main .container .footer .footer-section .detail .title span:first-child{
|
|
|
float: left;
|
|
float: left;
|
|
|
color: #6c6a6b;
|
|
color: #6c6a6b;
|
|
@@ -188,11 +201,11 @@
|
|
|
<!--</div>-->
|
|
<!--</div>-->
|
|
|
<!--文本-->
|
|
<!--文本-->
|
|
|
<!--<p></p>-->
|
|
<!--<p></p>-->
|
|
|
- <div class="readCount"><div><span>阅读 <em>${content.view_count!'0'}</em></span><span><i class="fa fa-thumbs-up"></i><em>${content.vote_up!'0'}</em></span></div><p>${(content.getMetadataByKey("copy_right"))!}</p></div>
|
|
|
|
|
|
|
+ <div class="readCount"><div><span>阅读 <em>${content.view_count!'0'}</em></span><span> <img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${content.vote_up!'0'}</em></span></div><p>${(content.getMetadataByKey("copy_right"))!}</p></div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="footer">
|
|
<div class="footer">
|
|
|
<div class="footer-header">
|
|
<div class="footer-header">
|
|
|
- <div><span>写留言</span><i class="fa fa-pencil" aria-hidden="true"></i></div>
|
|
|
|
|
|
|
+ <div><span>写留言</span><img src="/jpress/static/jpress/admin/image/pen.png" alt=""></div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="footer-section">
|
|
<div class="footer-section">
|
|
|
|
|
|
|
@@ -230,13 +243,13 @@
|
|
|
<div class="detail">
|
|
<div class="detail">
|
|
|
<div class="title">
|
|
<div class="title">
|
|
|
<span>${comment.author!} <em>${(comment.created?string("yyyy-MM-dd"))!}</em></span>
|
|
<span>${comment.author!} <em>${(comment.created?string("yyyy-MM-dd"))!}</em></span>
|
|
|
- <span><i class="fa fa-thumbs-up"></i><em>${(comment.vote_up)!'0'}</em></span>
|
|
|
|
|
|
|
+ <span><img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${(comment.vote_up)!'0'}</em></span>
|
|
|
</div>
|
|
</div>
|
|
|
<p>${comment.text!}</p>
|
|
<p>${comment.text!}</p>
|
|
|
<#if comment.qc_content ??>
|
|
<#if comment.qc_content ??>
|
|
|
<div class="title reply">
|
|
<div class="title reply">
|
|
|
<span>作者回复: <em>${(comment.qc_created?string("yyyy-MM-dd"))!}</em></span>
|
|
<span>作者回复: <em>${(comment.qc_created?string("yyyy-MM-dd"))!}</em></span>
|
|
|
- <span><i class="fa fa-thumbs-up"></i><em>${(comment.vote_up)!'0'}</em></span>
|
|
|
|
|
|
|
+ <span><img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${(comment.vote_up)!'0'}</em></span>
|
|
|
</div>
|
|
</div>
|
|
|
<p>${comment.qc_content!}</p>
|
|
<p>${comment.qc_content!}</p>
|
|
|
</#if>
|
|
</#if>
|