All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
30 lines
432 B
CSS
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;
|
|
}
|