调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-18 16:16:47 +08:00
parent b7e09aeb04
commit d9000fbe1c
14 changed files with 309 additions and 284 deletions

View File

@@ -1,12 +1,13 @@
.bottom-img-box {
width: 100%;
min-width: 1280px;
/* min-width: 1280px; */
padding: 3rem 0;
}
.bottom-img {
/* width: 14.416rem; */
width: 1440px;
min-width: 1280px;
max-width: 14.4rem;
width: 14.4rem;
/* min-width:12.8rem; */
display: flex;
flex-wrap: wrap;
justify-content: space-between;
@@ -32,16 +33,32 @@
margin-bottom: 4.3rem;
}
.bottom-p {
max-width: 1440px;
min-width: 1280px;
max-width: 14.4rem;
/* min-width: 1280px; */
margin:0 auto;
font-size:clamp(16px, 1vw, 0.22rem);
color:#cbcfd8;
white-space: normal;
}
.bottom-p p {
text-indent: -10px;
text-indent:clamp(-16px, -1vw, -0.22rem);
line-height: 1.8;
margin-bottom: 0.1rem;
font-family: "HarmonyOS-Light";
letter-spacing:1px;
}
.bottom-p1 {
max-width: 14.4rem;
/* min-width: 1280px; */
margin:0 auto;
font-size:clamp(16px, 1vw, 0.22rem);
color:#cbcfd8;
white-space: normal;
}
.bottom-p1 p{
text-indent:clamp(-16px, -1vw, -0.22rem);
/* line-height: 1.8; */
/* margin-bottom: 0.1rem; */
font-family: "HarmonyOS-Light";
/* letter-spacing:1px; */
}