优化主播专属下载页样式
This commit is contained in:
parent
03cd5ebc99
commit
51fd8b742f
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue