This commit is contained in:
Van
2019-07-17 19:24:09 +08:00
parent 90a0d0c577
commit 1c3224f3de
35 changed files with 83 additions and 61 deletions

View File

@@ -77,7 +77,7 @@
</div>
<div class="clear"></div>
</div>
<div class="vditor-reset">
<div class="vditor-reset vditor-reset--article">
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
<div class="marginTop12">
@@ -85,7 +85,7 @@
</div>
</#if>
</div>
<div class="margin5 paddingTop12">
<div class="margin5">
<a rel="nofollow" class="left" href="${servePath}${article.articlePermalink}">
<span title="${viewLabel}" class="left article-browserIcon"></span>
${article.articleViewCount}

File diff suppressed because one or more lines are too long

View File

@@ -326,6 +326,10 @@ h5 {
.vditor-reset {
line-height: 145%;
padding: 5px 0 0 5px;
&--article {
padding-bottom: 7px;
}
}
.article-footer {