diff --git a/public/home/img_3.png b/public/home/img_3.png index 006fc3c..9910682 100644 Binary files a/public/home/img_3.png and b/public/home/img_3.png differ diff --git a/public/home/img_AB.png b/public/home/img_AB.png index f70d8ea..324d861 100644 Binary files a/public/home/img_AB.png and b/public/home/img_AB.png differ diff --git a/public/home/img_Omnichannel.png b/public/home/img_Omnichannel.png index c469d39..379c3b9 100644 Binary files a/public/home/img_Omnichannel.png and b/public/home/img_Omnichannel.png differ diff --git a/public/home/img_bg2.png b/public/home/img_bg2.png index df26da2..c48ead4 100644 Binary files a/public/home/img_bg2.png and b/public/home/img_bg2.png differ diff --git a/public/home/img_mutilan.png b/public/home/img_mutilan.png index c133e93..8d5e78e 100644 Binary files a/public/home/img_mutilan.png and b/public/home/img_mutilan.png differ diff --git a/src/app/[[...lang]]/page.tsx b/src/app/[[...lang]]/page.tsx index 193bf65..24d461c 100644 --- a/src/app/[[...lang]]/page.tsx +++ b/src/app/[[...lang]]/page.tsx @@ -43,117 +43,118 @@ export default async function Home (props: PropsType) { return <>
-
+
-
- -
-
+
+
+
-
- {dict.FocusingOnPlayableAds} -
-
- {dict.goOverseas} -
+ className="font-black" + style={{ + 'background': 'linear-gradient(106deg, #8EC2EA 0%, #4174ED 93%)', + 'backgroundClip': 'text', + 'WebkitTextFillColor': 'transparent' + }}> + {dict.FocusingOnPlayableAds}
+
+ {dict.goOverseas} +
+
-
-
-
- -
- { dict.customized } -
-
-
-
- -
- { dict.ABTesting} -
-
- { dict.iterateGameplay } -
-
-
- -
- { dict.multiLanguage } -
-
- { dict.breakingGeographical } -
-
-
- -
- { dict.allChannel } -
-
- { dict.expandInfluence } -
-
-
-
- -
- { dict.lightweightDeployment } -
-
- { dict.simplifyProcess } -
-
+
+
+ +
+ { dict.customized } +
+
+ +
+ +
+ { dict.ABTesting} +
+
+ { dict.iterateGameplay } +
+
+
+ +
+ { dict.multiLanguage } +
+
+ { dict.breakingGeographical } +
+
+
+ +
+ { dict.allChannel } +
+
+ { dict.expandInfluence } +
+
+ +
+ +
+ { dict.lightweightDeployment } +
+ +
+ { dict.simplifyProcess } +
+
+
+
{ dict.caseGallery }
{/*
{ dict.clickNow }
*/} -
- - -
- { - caseList.map((item: CaseType, index: number) => { - return
-
- -
- {dict.clickToPlay} -
+ +
+ +
+ { + caseList.map((item: CaseType, index: number) => { + return
+
+ +
+ {dict.clickToPlay}
- }) - } -
- -
-
- -
-
-
{ dict.contactUs }
-
-
-
+ +
+ }) + } +
+
-
- { dict.businessCooperation }info@soyootech.com -
-
-
-
+
+ + +
+
+
{ dict.contactUs }
+
+
+
+
+ { dict.businessCooperation }info@soyootech.com
+
+
+
+
+
diff --git a/src/app/components/header.tsx b/src/app/components/header.tsx index f48c470..7cc93bc 100644 --- a/src/app/components/header.tsx +++ b/src/app/components/header.tsx @@ -97,8 +97,8 @@ export default function Header(props: { dict: Record, lang: stri }
-
setShow(false)}>
-
+
setShow(false)}>
+ {/*
*/} ) } \ No newline at end of file diff --git a/src/app/globals.css b/src/app/globals.css index 4a2b57e..ba08cee 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -14,6 +14,18 @@ .container { transform-origin: top left; /* 设置变换原点为左上角 */ } + @media screen and (max-width: 600px) { + .container { + transform: scale(0.28); /* 1440px宽度的1.333倍是1920px */ + left: calc(50% - 200px); + } + } + @media screen and (min-width: 600px) and (max-width: 800px) { + .container { + transform: scale(0.6); /* 1440px宽度的1.333倍是1920px */ + left: calc(50% - 200px); + } + } @media screen and (min-width: 1440px) and (max-width: 1540px) { .container { transform: scale(1.069); /* 1440px宽度的1.333倍是1920px */