Merge pull request '优化主播专属下载页的样式' (#19) from feat-20240118 into main
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/19
This commit is contained in:
commit
eb1d3f45f5
|
@ -108,7 +108,7 @@ export default function Download({ params }) {
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col flex-1 py-16 items-center justify-around z-10">
|
<div className="flex flex-col flex-1 pt-16 pb-32 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,7 +183,8 @@ export default function Download({ params }) {
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-row items-center bg-[#13121F] fixed bottom-0 left-0 w-full rounded-t-2xl z-20 p-4">
|
</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">
|
||||||
<img
|
<img
|
||||||
src={data?.cover?.images[0].urls[0]}
|
src={data?.cover?.images[0].urls[0]}
|
||||||
alt=""
|
alt=""
|
||||||
|
@ -191,17 +192,16 @@ export default function Download({ params }) {
|
||||||
/>
|
/>
|
||||||
<div className="flex flex-col flex-1 ml-4">
|
<div className="flex flex-col flex-1 ml-4">
|
||||||
<p className="text-white text-base font-medium flex items-center">
|
<p className="text-white text-base font-medium flex items-center">
|
||||||
{data?.name}
|
{data?.name}
|
||||||
<span className="text-xs text-secondary">
|
<span className="text-xs text-white bg-[#FFFFFF1A] px-2 py-0.5 rounded-full">
|
||||||
ID:{data?.user_id}
|
ID:{data?.user_id}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p className="text-secondary text-sm font-medium">
|
<p className="text-secondary text-sm font-medium">
|
||||||
邀请您加入「铁粉空间」,解锁更多福利
|
来「铁粉空间」查看我的更多超顶动态
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue