优化Banner 左侧,热门文章 热门文章 实用教程 选项样式问题
This commit is contained in:
parent
529dee1c03
commit
094f8d2e49
|
@ -177,7 +177,10 @@
|
||||||
<span class="categoryButtonText">[[${groups[2].title}]]</span><i th:class="${groups[2].icon}"></i>
|
<span class="categoryButtonText">[[${groups[2].title}]]</span><i th:class="${groups[2].icon}"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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 {
|
a.categoryButton.bikan {
|
||||||
background: linear-gradient(to right, [[${groups[0].colorOneLight}]], [[${groups[0].colorTwoLight}]]);
|
background: linear-gradient(to right, [[${groups[0].colorOneLight}]], [[${groups[0].colorTwoLight}]]);
|
||||||
background-size: 200%;
|
background-size: 200%;
|
||||||
|
@ -208,8 +211,6 @@
|
||||||
background-size: 200%;
|
background-size: 200%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</th:block>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script th:inline="javascript">
|
<script th:inline="javascript">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue