This commit is contained in:
quantulr
2023-11-03 17:25:10 +08:00
parent 2423f8c2e8
commit b6a722fa79
62 changed files with 415 additions and 260 deletions

View File

@ -1,22 +1,22 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786] mb-8"}>
<h2 className={"mb-8 text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
绿
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
8:3018:00
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
18156053255 18156054143
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
D1 7
</p>
<p className={"text-base indent-8 my-1"}>230022</p>
<p className={"my-1 indent-8 text-base"}>230022</p>
</>
);
};