调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-18 16:16:47 +08:00
parent b7e09aeb04
commit d9000fbe1c
14 changed files with 309 additions and 284 deletions

View File

@@ -18,7 +18,7 @@
}
.ips-t {
font-size: 0.63rem;
padding-top: 3.19rem;
padding-top:3.9rem;
padding-left: 5.63rem;
}
.ips-p {
@@ -36,7 +36,7 @@
justify-content: space-between; /* 左对齐也可设为center居中 */
margin-left: 5.63rem;
width: 6.9rem;
padding-top: 2.65rem;
padding-top: 2rem;
}
.ips-img img {
@@ -66,22 +66,25 @@
.ips-img1 img:nth-child(1) {
width: 100%;
max-width: 2.76rem;
aspect-ratio: 276/168;
/* aspect-ratio: 276/168; */
}
.ips-img1 img:nth-child(2) {
width: 100%;
max-width: 3.35rem;
aspect-ratio: 335/130;
max-height:1.3rem ;
/* aspect-ratio: 335/130; */
}
.ips-img1 img:nth-child(3) {
width: 100%;
max-width: 2.67rem;
aspect-ratio: 267/118;
max-height: 1.18rem;
/* aspect-ratio: 267/118; */
margin-top: 1.36rem;
}
.ips-img1 img:nth-child(4) {
width: 100%;
max-width: 3.39rem;
aspect-ratio: 339/122;
/* aspect-ratio: 339/122; */
margin-top: 1.36rem;
max-height: 1.22rem;
}