diff --git a/frontend/app.html b/frontend/app.html index e9e2adc..8458e38 100644 --- a/frontend/app.html +++ b/frontend/app.html @@ -6006,6 +6006,120 @@ } - + + + diff --git a/frontend/index.html b/frontend/index.html index d9ba10c..ac48aeb 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -16,7 +16,7 @@ })(); - +
diff --git a/frontend/landing.css b/frontend/landing.css index 6fe7bf3..786da74 100644 --- a/frontend/landing.css +++ b/frontend/landing.css @@ -4,6 +4,17 @@ box-sizing: border-box; } +html, body { + overflow-x: hidden; +} + +img, +video, +svg { + max-width: 100%; + height: auto; +} + :root { --bg-page: #f4f7fb; --bg-card: #ffffff; @@ -317,6 +328,12 @@ body.theme-dark .hero-tag { .slide-row strong { color: var(--text-main); font-weight: 700; + min-width: 0; + max-width: 65%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + text-align: right; } .slide-progress { @@ -641,6 +658,57 @@ body.theme-dark .cta-panel { flex-wrap: wrap; } +@media (min-width: 1920px) { + :root { + --max-width: 1480px; + } + + body { + font-size: 16px; + } + + .hero { + padding: 32px; + gap: 28px; + } + + .hero-title { + font-size: clamp(38px, 3vw, 56px); + } + + .section, + .page-banner { + padding: 24px; + } + + .carousel { + min-height: 400px; + } +} + +@media (min-width: 2560px) { + :root { + --max-width: 1760px; + } + + body { + font-size: 17px; + } + + .hero { + padding: 36px; + } + + .carousel { + min-height: 430px; + } + + .section, + .page-banner { + padding: 28px; + } +} + @media (max-width: 1060px) { .hero { grid-template-columns: 1fr; diff --git a/frontend/product.html b/frontend/product.html index 09d4423..4eca221 100644 --- a/frontend/product.html +++ b/frontend/product.html @@ -5,7 +5,7 @@ 产品能力 - 玩玩云 - +
diff --git a/frontend/scenes.html b/frontend/scenes.html index 37014ab..c283cfd 100644 --- a/frontend/scenes.html +++ b/frontend/scenes.html @@ -5,7 +5,7 @@ 应用场景 - 玩玩云 - +
diff --git a/frontend/start.html b/frontend/start.html index 30fda39..508b380 100644 --- a/frontend/start.html +++ b/frontend/start.html @@ -5,7 +5,7 @@ 快速开始 - 玩玩云 - +