Skip to content

Commit

Permalink
优化追番页面显示效果
Browse files Browse the repository at this point in the history
  • Loading branch information
Roozenlz committed Aug 23, 2023
1 parent 03ca706 commit a4c9594
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/bangumis.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<div class="flex flex-col">
<!--面包屑-->
<th:block th:replace="~{macro/breadcrumbs :: breadcrumbs('首页','追番列表')}"/>
<div class="bg-ob-deep-800 px-14 py-16 rounded-2xl shadow-xl block">
<div class="bg-ob-deep-800 rounded-2xl shadow-xl block"
style="padding-top: 1rem;padding-bottom: 1rem;padding-left: 2.5rem;padding-right: 2.5rem;">
<div class="flex justify-event flex-wrap pt-2">
<div id="article-container">
<style>
Expand Down Expand Up @@ -401,7 +402,7 @@
color: var(--text-sub-accent);
}

.bangumi-pagenum{
.bangumi-pagenum {
color: var(--text-sub-accent);
}
</style>
Expand Down

0 comments on commit a4c9594

Please sign in to comment.