修复bug
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-16 09:34:44 +08:00
parent be33b21b43
commit ae51682afe
18 changed files with 121 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
.bottom-img-box {
width: 100%;
min-width: 1280px;
padding: 4rem 0;
padding: 3rem 0;
}
.bottom-img {
/* width: 14.416rem; */
@@ -38,4 +38,7 @@
font-size:clamp(16px, 1vw, 0.22rem);
color:#cbcfd8;
white-space: normal;
}
.bottom-p p {
text-indent: -10px;
}