实名认证页面调整手机端样式
This commit is contained in:
@@ -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="个人认证"/>
|
||||
|
||||
Reference in New Issue
Block a user