From 9266c83fe5d8a90111f255a1ce45a6d98c3f2d6b Mon Sep 17 00:00:00 2001 From: Mortar <3072785233@qq.com> Date: Thu, 2 Apr 2026 18:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=94=B9=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.html | 30 +++- company.html | 31 +++- help.html | 31 +++- index.html | 338 ++++++++++++++++++-------------------------- legal.html | 31 +++- partner.html | 31 +++- product-detail.html | 30 +++- products.html | 29 +++- stories.html | 31 +++- 9 files changed, 371 insertions(+), 211 deletions(-) diff --git a/app.html b/app.html index c1ef531..fecd0a5 100644 --- a/app.html +++ b/app.html @@ -27,8 +27,9 @@ "Helvetica Neue", Arial, sans-serif; background: var(--bg); color: var(--text); - min-width: 320px; + min-width: 1280px; line-height: 1.6; + transform-origin: top left; } a { color: inherit; @@ -998,5 +999,32 @@ + diff --git a/company.html b/company.html index 92307a9..97eb29a 100644 --- a/company.html +++ b/company.html @@ -22,8 +22,9 @@ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif; background: var(--bg); color: var(--text); - min-width: 320px; + min-width: 1280px; line-height: 1.6; + transform-origin: top left; } a { color: inherit; text-decoration: none; } @@ -65,6 +66,7 @@ min-height: 100vh; } .container { + width: 1000px; max-width: 1000px; margin: 0 auto; padding: 0 24px; @@ -476,6 +478,33 @@ +