update(Footer): Update styles.

mack-mac
mackt 8 months ago
parent 4ca5665b20
commit 27e64be375

@ -6,7 +6,7 @@ export default function ContributorCard({ nickName, avatar, contributorRole }: C
return ( return (
<div className="flex flex-col items-center w-[178px] h-[260px] mt-[26px] pt-[36px] pb-[44px] rounded-[6px] bg-[#fff]"> <div className="flex flex-col items-center w-[178px] h-[260px] mt-[26px] pt-[36px] pb-[44px] rounded-[6px] bg-[#fff]">
<Avatar size={92} src={avatar} alt={`${nickName}-avatar`} /> <Avatar size={92} src={avatar} alt={`${nickName}-avatar`} />
<p className="w-full mt-[31px] mb-[13px] px-[20px] text-[18px] leading-[25px] text-[rgba(0,0,0,0.95)] text-center overflow-hidden whitespace-nowrap truncate"> <p className="w-full mt-[31px] mb-[11px] px-[20px] text-[18px] leading-[25px] text-[rgba(0,0,0,0.95)] text-center overflow-hidden whitespace-nowrap truncate">
{nickName} {nickName}
</p> </p>
<p className="text-[15px] leading-[18px] text-[rgba(0,0,0,0.4)] text-center">{contributorRole}</p> <p className="text-[15px] leading-[18px] text-[rgba(0,0,0,0.4)] text-center">{contributorRole}</p>

@ -21,11 +21,16 @@ export default function Footer() {
return ( return (
<footer className="absolute bottom-[40px] flex flex-col items-center w-full justify-center text-center text-[12px] leading-[16.8px]"> <footer className="absolute bottom-[40px] flex flex-col items-center w-full justify-center text-center text-[12px] leading-[16.8px]">
<div className="w-[1200px] mx-auto"> <div className="w-[1200px] mx-auto">
<p className="mt-[18px] mb-[12px] text-[rgba(0,0,0,0.4)]"> <p className="mt-[25px] mb-[6px] text-[rgba(0,0,0,0.4)]">
<a className="hover:text-[#000]" href="https://beian.miit.gov.cn/" target="_blank"> <a className="hover:text-[#000]" href="https://beian.miit.gov.cn/#/Integrated/index/" target="_blank">
ICP2024190175-1&nbsp; ICP2024190175-1
</a> </a>
Shenzhen QueYue Culture Technology Co., Ltd. &nbsp;&nbsp;&nbsp;
<a className="hover:text-[#000]" href="https://beian.mps.gov.cn/#/query/webSearch/" target="_blank">
44030002002777
</a>
&nbsp;&nbsp;&nbsp;
<span> Shenzhen QueYue Culture Technology Co., Ltd.</span>
</p> </p>
<p className="text-[rgba(0,0,0,0.7)]"> <p className="text-[rgba(0,0,0,0.7)]">

Loading…
Cancel
Save