|
|
|
@ -23,7 +23,7 @@ export default async function Download() {
|
|
|
|
|
<main className="w-[1200px] mx-auto flex flex-col items-left pt-[80px] pb-[104px] ">
|
|
|
|
|
{/* about */}
|
|
|
|
|
<div className="w-full pt-[110px]">
|
|
|
|
|
<h2 className="text-[36px] leading-[50px] font-bold">关于雀乐</h2>
|
|
|
|
|
<h2 className="text-[32px] leading-[50px] font-bold">关于雀乐</h2>
|
|
|
|
|
<p className="mt-[6px] mb-[41px] text-[rgba(0,0,0,0.4)] text-[15px] leading-[24px]">原「落网APP」</p>
|
|
|
|
|
<div className="text-[15px] leading-[24px]">
|
|
|
|
|
<p className="font-bold">
|
|
|
|
@ -38,7 +38,7 @@ export default async function Download() {
|
|
|
|
|
|
|
|
|
|
{/* contributor */}
|
|
|
|
|
<div className="relative w-full mt-[120px]">
|
|
|
|
|
<h2 className="text-[36px] leading-[50px] font-bold">贡献者</h2>
|
|
|
|
|
<h2 className="text-[32px] leading-[50px] font-bold">贡献者</h2>
|
|
|
|
|
|
|
|
|
|
<div className={styles.halo} />
|
|
|
|
|
|
|
|
|
@ -84,16 +84,20 @@ export default async function Download() {
|
|
|
|
|
|
|
|
|
|
{/* 联系我们 */}
|
|
|
|
|
<div className="w-full pt-[110px]">
|
|
|
|
|
<h2 className="text-[36px] leading-[50px] font-bold">联系我们</h2>
|
|
|
|
|
<h2 className="text-[32px] leading-[50px] font-bold">联系我们</h2>
|
|
|
|
|
|
|
|
|
|
<div className="mt-[46px]">
|
|
|
|
|
<p className="mb-[6px] text-[15px] leading-[21px] text-[rgba(0,0,0,0.7)]">商务合作</p>
|
|
|
|
|
<p className="text-[20px] leading-[28px] text-[#000]">rock@indie.cn</p>
|
|
|
|
|
<a className="text-[20px] leading-[28px] text-[#000]" href="mailto:rock@indie.cn" target="_blank">
|
|
|
|
|
rock@indie.cn
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="mt-[36px]">
|
|
|
|
|
<p className="mb-[6px] text-[15px] leading-[21px] text-[rgba(0,0,0,0.7)]">Weibo</p>
|
|
|
|
|
<p className={styles.weibo}>官方微博</p>
|
|
|
|
|
<a className={styles.weibo} href="https://weibo.com/u/1886232237" target="_blank">
|
|
|
|
|
官方微博
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="flex flex-col items-center w-[130px] mt-[38px] mb-[102px]">
|
|
|
|
|