Skip to content

Commit

Permalink
先交给网站然后调下
Browse files Browse the repository at this point in the history
  • Loading branch information
AnXing233 committed Aug 19, 2023
1 parent ff32d5b commit e56f2eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
data-idle="{{ '/assets/images/ui/dog.png' | relative_url }}"
data-bark="{{ '/assets/images/ui/dog-bark.png' | relative_url }}" />
</div>
<div>
<div class="footer-flex">
<div class="footer-1">
<p>网站创始者:Cxx | 网站贡献者:Cxx、暗星、宇航、Dobby233Liu</p>
<br />
Expand Down
6 changes: 5 additions & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ footer .dog {
padding: 0;
justify-content: right;
}
footer .footer-flex {
display: flex;
flex-direction: row;
}
footer .footer-1 {
background-color: #6b6b6b;
}
Expand Down Expand Up @@ -327,7 +331,7 @@ footer .end > ul {
transition: all 0.2s;
}
.tabbed-table-content li p:hover {
transform: translateX(40px) scale(1.15);
transform: translateX(60px) scale(1.15);

}
.tabbed-table-content {
Expand Down

0 comments on commit e56f2eb

Please sign in to comment.