修复第二页手机版phone图不居中问题

This commit is contained in:
2026-02-27 16:35:50 +08:00
parent 96a48e30cd
commit b0cbc804e5
3 changed files with 10 additions and 1 deletions

View File

@@ -187,6 +187,12 @@
height: clamp(34px, 6vh, 56px);
}
.image-side {
width: 100%;
display: flex;
justify-content: center;
}
.phone-img {
height: clamp(220px, 38vh, 420px);
width: auto;