Merge pull request #544 from chengzhongxue/main

优化动画
This commit is contained in:
困困鱼 2023-11-17 11:17:46 +08:00 committed by GitHub
commit b1f8a3424f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 4 deletions

View File

@ -374,7 +374,7 @@ template {
}
.reward-main {
animation: 0.3s ease 0.1s 1 normal both running donate_effcet;
animation: slide-in .3s ease 0s 1 normal none running
}
@-webkit-keyframes scroll-down-effect {
@ -9419,6 +9419,16 @@ span.recent-post-top-text {
}
}
@media screen and (min-width: 1200px) {
#category #recent-posts .recent-post-item,#tag #recent-posts .recent-post-item {
animation:slide-in .6s .4s backwards
}
#category-bar {
animation: slide-in .6s .3s backwards
}
}
#recent-posts {
position: relative
}

View File

@ -125,10 +125,13 @@
th:if="${pluginFinder.available('PluginSitemap')}">订阅</a>
<a class="footer-banner-link" href="https://github.com/liuzhihang/halo-theme-hao">主题</a>
<a class="footer-banner-link" href="/about">关于</a>
<a class="footer-banner-link" href="https://beian.miit.gov.cn/#/Integrated/index"
rel="noopener external nofollow noreferrer noopener" target="_blank">[[${theme.config.basics.icp}]]
<a th:if="${not #strings.isEmpty(theme.config.basics.icp)}"
class="footer-banner-link" href="https://beian.miit.gov.cn/#/Integrated/index"
rel="noopener external nofollow noreferrer noopener"
target="_blank">[[${theme.config.basics.icp}]]
</a>
<a class="footer-banner-link" th:href="@{'http://www.beian.gov.cn/portal/registerSystemInfo'}"
<a th:if="${not #strings.isEmpty(theme.config.basics.gongan)}"
class="footer-banner-link" href="http://www.beian.gov.cn/portal/registerSystemInfo"
rel="noopener external nofollow noreferrer noopener"
target="_blank">[[${theme.config.basics.gongan}]]
</a>