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 69774f7 commit 5a150df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
</ul>
</div>
</div>
<div>最后更新: {{ site.time | date: "%Y/%m/%d" }}</div>
<div>
<i style="text-decoration: none;font-style: normal;text-shadow: 1px 1px 1px black, -1px -1px 1px black;"><span style="color: red;"></span><span style="color: green;"></span><span style="color: blue;"></span><span style="color: yellow;"></span>:
{{ site.time | date: "%Y/%m/%d" }} </i></div>
<!--Dobby233Liu 永远滴神!-->
<!--43E341FAEC313193CB0C179157C910B925F2028A246526263B24FBBF48274D9E-->
</footer>
5 changes: 3 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,12 @@ footer .footer-flex {
padding: 0px;
}
footer .footer-1 {
padding: 10px;
background-color: #6b6b6b;
width: 100%;
}
footer .end {
padding: 10px;
background-color: var(--end-color);
width: 100%;
}
Expand All @@ -295,7 +297,6 @@ footer .end > ul {
margin: 0;
padding: 0;
}

/*选项卡样式*/
.tabbed-table {
outline: 1px solid var(--primary-color);
Expand Down Expand Up @@ -334,7 +335,7 @@ footer .end > ul {
transition: all 0.2s;
}
.tabbed-table-content li p:hover {
transform: translateX(60px) scale(1.15);
transform: translateX(90px) scale(1.15);

}
.tabbed-table-content {
Expand Down

0 comments on commit 5a150df

Please sign in to comment.