优化主播专属下载页样式

This commit is contained in:
yezian 2024-01-27 01:22:39 +08:00
parent 03cd5ebc99
commit 51fd8b742f
1 changed files with 18 additions and 18 deletions

View File

@ -108,7 +108,7 @@ export default function Download({ params }) {
alt="" alt=""
/> />
</div> </div>
<div className="flex flex-col flex-1 pt-16 pb-32 items-center justify-around z-10"> <div className="flex flex-col flex-1 pt-16 pb-36 items-center justify-around z-10">
<Image className="w-96" src={slogan} priority alt="" /> <Image className="w-96" src={slogan} priority alt="" />
{deviceType === "pc" && ( {deviceType === "pc" && (
<div className="flex flex-row gap-20"> <div className="flex flex-row gap-20">
@ -183,8 +183,7 @@ export default function Download({ params }) {
</p> </p>
)} )}
</div> </div>
</div> <div className="flex flex-row items-center bg-[#13121F] w-full fixed bottom-0 left-0 rounded-t-2xl p-4">
<div className="flex flex-row items-center bg-[#13121F] w-full fixed bottom-0 left-0 rounded-t-2xl px-4 pt-4 pb-8">
<img <img
src={data?.cover?.images[0].urls[0]} src={data?.cover?.images[0].urls[0]}
alt="" alt=""
@ -202,6 +201,7 @@ export default function Download({ params }) {
</p> </p>
</div> </div>
</div> </div>
</div>
</section> </section>
); );
} }