This commit is contained in:
Van
2019-03-16 18:28:32 +08:00
parent 32d9065772
commit 7368e5b747
167 changed files with 592 additions and 560 deletions

View File

@@ -51,7 +51,7 @@
<a class="ft__red" href="${servePath}${article.articlePermalink}">${article.articleViewCount} ${viewLabel}</a>
</div>
</div>
<div class="content-reset article__content">
<div class="vditor-reset article__content">
${article.articleAbstract}
</div>
<a class="article__more" href="${servePath}${article.articlePermalink}">More...</a>

View File

@@ -89,7 +89,7 @@
</div>
</div>
<div class="content-reset article__content">
<div class="vditor-reset article__content">
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
<div>

View File

@@ -44,7 +44,7 @@
</#if>
</div>
<div class="content-reset comment__content">
<div class="vditor-reset comment__content">
${comment.commentContent}
</div>
</main>

File diff suppressed because one or more lines are too long

View File

@@ -19,10 +19,9 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.2.0.0, Jan 30, 2019
* @version 0.2.0.1, Mar 16, 2019
*/
@import "../../../scss/reset";
@import "../../../scss/reset-content";
@import "../../../scss/function";
@import "../../../scss/tooltipped";
@import "../../../scss/comment";
@@ -52,7 +51,7 @@ a {
color: $gray;
}
.content-reset {
.vditor-reset {
overflow: hidden;
color: #555;
font-size: 14px;

View File

@@ -48,12 +48,11 @@
var Label = {
"markedAvailable": ${markedAvailable?c},
"hljsStyle": "atom-one-light",
"langLabel": "${langLabel}",
"skinDirName": "${skinDirName}",
};
Util.initSW();
Util.parseMarkdown();
Util.killIE(8)
Util.previewImg()
Util.init()
</script>
${plugins}

View File

@@ -39,7 +39,7 @@
<div class="fn__clear">
<a class="ft__red fn__right" href="#comments"><#if page.pageCommentCount gt 0>${page.pageCommentCount} </#if>${commentLabel}</a>
</div>
<div class="content-reset article__content">
<div class="vditor-reset article__content">
${page.pageContent}
</div>
</article>