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

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

File diff suppressed because one or more lines are too long

View File

@@ -542,20 +542,9 @@ img {
}
/* article */
//.vditor-reset {
// border-top: 2px dashed #F1EEE9;
// margin-top: 15px;
// overflow: hidden;
// padding: 20px 0 25px;
// line-height: 145%;
//}
//
//.vditor-reset p:first-child:first-letter, .vditor-reset:first-letter{
// font-size: 48px;
// float: left;
// font-weight: bold;
// margin: 0 3px 3px 0;
//}
.vditor-reset--article {
padding-bottom: 20px;
}
.article-relative {
margin: 15px 0;