Update ui.tsx

dev
velor2012 3 years ago
parent 04467d8b1e
commit 4e6299c5f0

@ -73,8 +73,8 @@ export const GameUI = () => {
}
return (
<div className=" w-full h-full overflow-x-hidden">
<div className="bg-no-repeat bg-cover bg-center relative flex justify-center w-full h-full p-0 m-0" style={{backgroundImage: `url(${bgList[1]}`}}>
<div className=" w-full h-full">
<div className="w-1/2 bg-no-repeat bg-cover bg-center relative flex justify-center w-full h-full p-0 m-0" style={{backgroundImage: `url(${bgList[1]}`}}>
<div className=" text-white font-bold text-4xl absolute bottom-10 flex flex-col items-center justify-center ">
<svg onClick={handleScrollClick} className="icon arrow pt-2 cursor-pointer" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2605" width="100" height="50"><path d="M512 777.536l348.416-319.36L960 549.504 512 960 64 549.44 163.584 458.24 512 777.536z m0-394.24L860.416 64 960 155.264 512 565.76 64 155.264 163.584 64 512 383.36z" fill="white" p-id="2606"></path></svg>

Loading…
Cancel
Save