Merge pull request '优化主播专属下载页样式' (#20) from feat-20240118 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/20
This commit is contained in:
yezian 2024-01-27 01:23:18 +08:00
commit 70ecc6caa3
1 changed files with 18 additions and 18 deletions

View File

@ -108,7 +108,7 @@ export default function Download({ params }) {
alt=""
/>
</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="" />
{deviceType === "pc" && (
<div className="flex flex-row gap-20">
@ -183,8 +183,7 @@ export default function Download({ params }) {
</p>
)}
</div>
</div>
<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">
<div className="flex flex-row items-center bg-[#13121F] w-full fixed bottom-0 left-0 rounded-t-2xl p-4">
<img
src={data?.cover?.images[0].urls[0]}
alt=""
@ -202,6 +201,7 @@ export default function Download({ params }) {
</p>
</div>
</div>
</div>
</section>
);
}