All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
44 lines
731 B
CSS
44 lines
731 B
CSS
.ips {
|
|
position: relative;
|
|
}
|
|
.ips-t {
|
|
font-size: 0.36rem;
|
|
color: #fff;
|
|
line-height: 1.5;
|
|
margin-top: 1.5rem;
|
|
margin-left: 0.38rem;
|
|
margin-right: 0.38rem;
|
|
margin-bottom: 0.46rem;
|
|
}
|
|
.ips-bg {
|
|
aspect-ratio: 750/678;
|
|
position: relative;
|
|
}
|
|
.ips-bg p {
|
|
font-size: 0.18rem;
|
|
color: #cbcfd8;
|
|
line-height: 1.5;
|
|
margin-left: 0.38rem;
|
|
margin-right: 0.38rem;
|
|
position: absolute;
|
|
top: -0.3rem;
|
|
}
|
|
.ips-imgs {
|
|
width: 6.8rem;
|
|
flex-wrap: wrap;
|
|
gap: 0.1rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: -3rem;
|
|
display: flex;
|
|
}
|
|
.ips-imgs img {
|
|
width: 3.35rem;
|
|
display: block;
|
|
}
|
|
.ips-imgs img:nth-child(3),
|
|
.ips-imgs img:nth-child(4) {
|
|
margin-top: 0.1rem;
|
|
}
|