实名认证页面调整手机端样式

This commit is contained in:
Eamon-meng
2025-06-11 10:10:32 +08:00
parent 7bceedb8f2
commit 0bd615654a
2 changed files with 8 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {
return (
<Page className="flex-row max-md:flex-col">
<div className="flex-3/4 flex flex-col bg-white rounded-lg gap-16">
<div className="flex-3/4 flex flex-col bg-white rounded-lg gap-16 max-md:gap-0">
{/* banner */}
<section className="flex-none basis-40 relative flex flex-col gap-4 pl-8 pr-4 justify-center">
@@ -113,7 +113,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {
<p className="text-sm text-gray-600 z-10 relative"></p>
</section>
<div className="flex-auto flex justify-center items-start">
<div className="flex-auto flex justify-center items-start max-md:m-4">
{/* 个人认证 */}
<section className="w-96 bg-gray-50 p-8 rounded-md flex flex-col gap-4 items-center">
<Image src={personal} alt="个人认证"/>