Files
orico-official-website/public/static/index/pc/css/topic_laptop/bottom.css
liqian 5740437cf5
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 5s
笔记本
2025-12-10 15:34:03 +08:00

32 lines
546 B
CSS

.bottom-img-box {
width: 100%;
min-width: 1280px;
padding: 4rem 0;
}
.bottom-img {
/* width: 14.416rem; */
width: 1440px;
min-width: 1280px;
display: flex;
flex-wrap: wrap;
gap: 0.2rem;
margin: 0 auto;
}
.bottom-img img {
width: 33%;
flex:1;
height: auto;
}
.bottom-text {
width: 100%;
margin-bottom: 4.3rem;
}
.bottom-p {
max-width: 1440px;
min-width: 1280px;
margin:0 auto;
font-size:clamp(16px, 1vw, 0.22rem);
color:#cbcfd8;
white-space: normal;
}