update: 样式调整

style
icefire 2024-10-21 21:41:52 +08:00
parent 47f5ef220c
commit f82a44ce81
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ export default function More(props: {dict: Record<string, string>, lang: string[
<Link href="#contact"> <Link href="#contact">
<div className="flex flex-col justify-center items-center <div className="flex flex-col justify-center items-center
text-[30px] text-[#3d3d3d] cursor-pointer rounded-[60px] w-full h-full" text-[30px] text-[#3d3d3d] cursor-pointer rounded-[60px] w-[280px] h-[280px]"
style={{background: 'radial-gradient(61% 61% at 50% 50%, #FFFFFF 46%, #E1E1E1 100%)' }}> style={{background: 'radial-gradient(61% 61% at 50% 50%, #FFFFFF 46%, #E1E1E1 100%)' }}>
<div>{ dict.seeMore }</div> <div>{ dict.seeMore }</div>
<div>{ dict.contactUs1 }</div> <div>{ dict.contactUs1 }</div>

View File

@ -183,8 +183,8 @@ export default async function Home (props: PropsType) {
}) })
} }
<div className="flex flex-col justify-center items-center <div className="flex flex-col justify-center items-center
text-[30px] text-[#3d3d3d] cursor-pointer rounded-[60px] mb-[50px]" text-[30px] text-[#3d3d3d] cursor-pointer rounded-[60px] mb-[50px] w-[280px] h-[280px]"
style={{background: 'radial-gradient(61% 61% at 50% 50%, #FFFFFF 46%, #E1E1E1 100%)', width: 'calc(25% - 37.5px)' }}> style={{background: 'radial-gradient(61% 61% at 50% 50%, #FFFFFF 46%, #E1E1E1 100%)' }}>
<More dict={dict} lang={lang} /> <More dict={dict} lang={lang} />
</div> </div>
</div> </div>