fix: change style

main
guofei 2024-11-12 10:56:06 +08:00
parent 7e5c800e35
commit 58c817e5b2
4 changed files with 7 additions and 10 deletions

View File

@ -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="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={{
background: "linear-gradient(90deg, #93BBE6 0%, #4C76E4 100%)",
backgroundClip: "text",
WebkitTextFillColor: "transparent",
}}
>
{dict.channel}
</div>
</div>
<ChannelSwiper />

View File

@ -14,11 +14,7 @@ export default function Footer(props: { dict: Record<string, string> }) {
<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] ">
<a href="/price" target="_blank">
{dict.productPricing}
</a>
</div>
<div className="text-[#333333] text-[15px] ">{dict.productPricing}</div>
</div>
<div>
<div className="text-[#AFB2B9] text-[17px] font-medium mb-[45px]">{dict.legalAgreements}</div>

View File

@ -28,6 +28,6 @@
"privacyPolicy": "Privacy Policy",
"userAgreement": "User Agreement",
"productPricing": "Product Pricing",
"clickToPlay": "Click to play"
"clickToPlay": "Click to play",
"channel": "Channel Support"
}

View File

@ -28,5 +28,6 @@
"privacyPolicy": "隐私条款",
"userAgreement": "用户协议",
"productPricing": "产品定价",
"clickToPlay": "点击试玩"
"clickToPlay": "点击试玩",
"channel": "渠道支持"
}