All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
64 lines
1.3 KiB
CSS
64 lines
1.3 KiB
CSS
.bottom-img-box {
|
|
width: 100%;
|
|
/* min-width: 1280px; */
|
|
padding: 3rem 0;
|
|
}
|
|
.bottom-img {
|
|
/* width: 14.416rem; */
|
|
max-width: 14.4rem;
|
|
width: 14.4rem;
|
|
/* min-width:12.8rem; */
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
margin: 0 auto;
|
|
}
|
|
.bottom-img img {
|
|
width: 33%;
|
|
/* flex:1; */
|
|
height: auto;
|
|
|
|
}
|
|
.bottom-img img:nth-child(4) {
|
|
padding-top: 8px;
|
|
}
|
|
.bottom-img img:nth-child(5) {
|
|
padding-top: 8px;
|
|
}
|
|
.bottom-img img:nth-child(6) {
|
|
padding-top: 8px;
|
|
}
|
|
.bottom-text {
|
|
width: 100%;
|
|
margin-bottom: 4.3rem;
|
|
}
|
|
.bottom-p {
|
|
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: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; */
|
|
} |