feat: 首页部分图片替换

style
icefire 2024-10-15 20:20:16 +08:00
parent e45f8d654b
commit 10df24f969
3 changed files with 6 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 229 KiB

View File

@ -124,9 +124,9 @@ export default async function Home (props: PropsType) {
<div className="w-full h-[317px] relative mt-[83px]"> <div className="w-full h-[317px] relative mt-[83px]">
<Image <Image
className="absolute" className="absolute"
src="/home/img_Omnichannel.png" src="/home/img_3.png"
width={742} width={881}
height={317} height={357}
alt="" alt=""
/> />
@ -167,7 +167,9 @@ export default async function Home (props: PropsType) {
</div> </div>
}) })
} }
<div className="w-[300px] h-[300px] flex flex-col justify-center items-center text-[30px] text-[#3d3d3d] cursor-pointer"> <div className="w-[300px] h-[300px] flex flex-col justify-center items-center
text-[30px] text-[#3d3d3d] cursor-pointer rounded-[60px]"
style={{background: 'radial-gradient(61% 61% at 50% 50%, #FFFFFF 46%, #E1E1E1 100%)'}}>
<div>{ dict.seeMore }</div> <div>{ dict.seeMore }</div>
<div>{ dict.contactUs! }</div> <div>{ dict.contactUs! }</div>
</div> </div>