This commit is contained in:
Van
2019-08-02 22:16:31 +08:00
parent 1f94084f11
commit 64085edc97
54 changed files with 482 additions and 144 deletions

View File

@@ -24,15 +24,17 @@
<a rel="bookmark" class="article-title" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
<#if article.hasUpdated>
<sup class="tip">
${updatedLabel}
</sup>
</#if>
<#if article.articlePutTop>
<sup class="tip">
${topArticleLabel}
</sup>
<sup class="tip">
${topArticleLabel}
</sup>
</#if>
<#if article.hasUpdated>
<sup>
<a class="tip tip__sup" href="${servePath}${article.articlePermalink}">
${updatedLabel}
</a>
</sup>
</#if>
</span>
<span class="expand-ico" onclick="getArticle(this, '${article.oId}');"></span>

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
* skin neoease style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.2.0.0, Jul 17, 2019
* @version 2.3.0.0, Aug 2, 2019
*/
@import "../../../scss/toc";
@import "../../../scss/usite";
@@ -120,6 +120,19 @@ textarea, input {
.tip {
color: #D54E21;
font-size: 11px;
&__sup {
cursor: text;
&:link {
color: #D54E21;
}
&:hover {
color: #D54E21;
}
&:visited {
color: #F9F9F9;
}
}
}
.em-span {