修改html

This commit is contained in:
2025-01-09 17:24:56 +08:00
parent eebf4561c9
commit 9583b1c5a4
2 changed files with 28 additions and 6 deletions

View File

@@ -220,7 +220,15 @@
animation: fadeInAndGrow 0.5s forwards;
}
.font {
display: block;
margin: 0 auto;
font-size: 14px;
color: #006699;
font-weight: bold;
line-height: 22px;
text-align:center;
}
@keyframes fadeInAndGrow {
0% {
opacity: 0;