This commit is contained in:
@@ -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; */
|
||||
}
|
||||
Reference in New Issue
Block a user