feat: 首页部分图片替换
parent
e45f8d654b
commit
10df24f969
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 |
|
@ -124,9 +124,9 @@ export default async function Home (props: PropsType) {
|
|||
<div className="w-full h-[317px] relative mt-[83px]">
|
||||
<Image
|
||||
className="absolute"
|
||||
src="/home/img_Omnichannel.png"
|
||||
width={742}
|
||||
height={317}
|
||||
src="/home/img_3.png"
|
||||
width={881}
|
||||
height={357}
|
||||
alt=""
|
||||
|
||||
/>
|
||||
|
@ -167,7 +167,9 @@ export default async function Home (props: PropsType) {
|
|||
</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.contactUs! }</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue