优化Banner 左侧,热门文章 热门文章 实用教程 选项样式问题

This commit is contained in:
困困鱼 2023-08-07 01:34:28 +08:00 committed by GitHub
parent 529dee1c03
commit 094f8d2e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 32 deletions

View File

@ -177,7 +177,10 @@
<span class="categoryButtonText">[[${groups[2].title}]]</span><i th:class="${groups[2].icon}"></i>
</a>
</div>
<style>
</th:block>
</div>
<style th:if="${not #lists.isEmpty(theme.config.top.BannerLeft.categoryGroup)}" th:with="groups = ${theme.config.top.BannerLeft.categoryGroup}">
a.categoryButton.bikan {
background: linear-gradient(to right, [[${groups[0].colorOneLight}]], [[${groups[0].colorTwoLight}]]);
background-size: 200%;
@ -208,8 +211,6 @@
background-size: 200%;
}
</style>
</th:block>
</div>
<script th:inline="javascript">