第三个页

This commit is contained in:
2026-02-27 14:20:35 +08:00
parent 3475dbae15
commit d11855f356
6 changed files with 114 additions and 15 deletions

View File

@@ -248,5 +248,14 @@
.phone-center { width: 140px; height: 260px; }
.phone-left, .phone-right { width: 110px; height: 210px; }
.deco { display: none; }
.phone-main {
height: clamp(330px, 58vh, 780px);
width: auto;
}
.hero-content {
text-align: center;
margin-bottom: clamp(16px, 6vh, 60px);
}
}
</style>