Files
orico-official-website/public/static/index/mobile/css/topic_laptop/m2.css
liqian 48e3d7f846
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
笔记本移动端
2025-12-24 14:48:57 +08:00

30 lines
432 B
CSS

.m2 {
width: 100%;
margin-top: 1.09rem;
}
.m2-bg {
position: relative;
width: 100%;
aspect-ratio: 750/846;
}
.m2-bg-t1 {
font-size: 0.36rem;
color: #fff;
width: 100%;
text-align: center;
line-height: 1.5;
padding-top: 1.3rem;
}
.m2-img-box {
position: absolute;
bottom: 0.66rem;
width: 100%;
display: flex;
justify-content: center;
gap: 0.11rem;
}
.m2-img-box img {
width: 2.22rem;
}