fix: change style
parent
7e5c800e35
commit
58c817e5b2
|
@ -72,14 +72,14 @@ export default async function Home(props: { params: { lang: string[] } }) {
|
||||||
|
|
||||||
<div className="w-full flex flex-col justify-center items-center mt-[98px] mb-[50px]">
|
<div className="w-full flex flex-col justify-center items-center mt-[98px] mb-[50px]">
|
||||||
<div
|
<div
|
||||||
className="leading-[42px] text-[36px] font-black w-[300px] mb-[11px] text-center"
|
className="leading-[42px] text-[36px] font-black w-[350px] mb-[11px] text-center"
|
||||||
style={{
|
style={{
|
||||||
background: "linear-gradient(90deg, #93BBE6 0%, #4C76E4 100%)",
|
background: "linear-gradient(90deg, #93BBE6 0%, #4C76E4 100%)",
|
||||||
backgroundClip: "text",
|
backgroundClip: "text",
|
||||||
WebkitTextFillColor: "transparent",
|
WebkitTextFillColor: "transparent",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
渠道支持
|
{dict.channel}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ChannelSwiper />
|
<ChannelSwiper />
|
||||||
|
|
|
@ -14,11 +14,7 @@ export default function Footer(props: { dict: Record<string, string> }) {
|
||||||
<div>
|
<div>
|
||||||
<div className="text-[#AFB2B9] text-[17px] font-medium mb-[45px]">{dict.helpSupport}</div>
|
<div className="text-[#AFB2B9] text-[17px] font-medium mb-[45px]">{dict.helpSupport}</div>
|
||||||
<div className="text-[#333333] text-[15px] mb-[23px]">{dict.productCenter}</div>
|
<div className="text-[#333333] text-[15px] mb-[23px]">{dict.productCenter}</div>
|
||||||
<div className="text-[#333333] text-[15px] ">
|
<div className="text-[#333333] text-[15px] ">{dict.productPricing}</div>
|
||||||
<a href="/price" target="_blank">
|
|
||||||
{dict.productPricing}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div className="text-[#AFB2B9] text-[17px] font-medium mb-[45px]">{dict.legalAgreements}</div>
|
<div className="text-[#AFB2B9] text-[17px] font-medium mb-[45px]">{dict.legalAgreements}</div>
|
||||||
|
|
|
@ -28,6 +28,6 @@
|
||||||
"privacyPolicy": "Privacy Policy",
|
"privacyPolicy": "Privacy Policy",
|
||||||
"userAgreement": "User Agreement",
|
"userAgreement": "User Agreement",
|
||||||
"productPricing": "Product Pricing",
|
"productPricing": "Product Pricing",
|
||||||
"clickToPlay": "Click to play"
|
"clickToPlay": "Click to play",
|
||||||
|
"channel": "Channel Support"
|
||||||
}
|
}
|
|
@ -28,5 +28,6 @@
|
||||||
"privacyPolicy": "隐私条款",
|
"privacyPolicy": "隐私条款",
|
||||||
"userAgreement": "用户协议",
|
"userAgreement": "用户协议",
|
||||||
"productPricing": "产品定价",
|
"productPricing": "产品定价",
|
||||||
"clickToPlay": "点击试玩"
|
"clickToPlay": "点击试玩",
|
||||||
|
"channel": "渠道支持"
|
||||||
}
|
}
|
Loading…
Reference in New Issue