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:
yezian 2024-01-27 01:08:13 +08:00
commit eb1d3f45f5
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 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,23 +183,23 @@ 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>
<img <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">
src={data?.cover?.images[0].urls[0]} <img
alt="" src={data?.cover?.images[0].urls[0]}
className="w-12 h-12 rounded-full" alt=""
/> className="w-12 h-12 rounded-full"
<div className="flex flex-col flex-1 ml-4"> />
<p className="text-white text-base font-medium flex items-center"> <div className="flex flex-col flex-1 ml-4">
{data?.name}&nbsp; <p className="text-white text-base font-medium flex items-center">
<span className="text-xs text-secondary"> {data?.name}&nbsp;&nbsp;
ID{data?.user_id} <span className="text-xs text-white bg-[#FFFFFF1A] px-2 py-0.5 rounded-full">
</span> ID{data?.user_id}
</p> </span>
<p className="text-secondary text-sm font-medium"> </p>
邀请您加入铁粉空间解锁更多福利 <p className="text-secondary text-sm font-medium">
</p> 铁粉空间查看我的更多超顶动态
</div> </p>
</div> </div>
</div> </div>
</section> </section>