This commit is contained in:
Li1304553726 2025-11-19 22:08:03 +08:00
parent f1cb856d66
commit 3fd05e9beb
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const LearnPage = () => {
]; ];
return ( return (
<div className="w-5/6 mx-auto px-4 py-6"> <div className="w-5/6 mx-auto ">
{/* 顶部 Logo */} {/* 顶部 Logo */}
<div className="flex justify-start mb-4"> <div className="flex justify-start mb-4">
<h1 className="text-3xl font-bold text-red-600"></h1> <h1 className="text-3xl font-bold text-red-600"></h1>
@ -69,7 +69,7 @@ const LearnPage = () => {
</ul> </ul>
</div> </div>
</div> </div>
<div className="w-[1560px] h-[285px] flex relative"> <div className="w-[1590px] h-[285px] flex relative mb-10">
<div className="w-[750px] h-[188px] left-0 mt-25 absolute" style={{ backgroundColor: '#DEDEDC' }}> <div className="w-[750px] h-[188px] left-0 mt-25 absolute" style={{ backgroundColor: '#DEDEDC' }}>
<div <div
className="w-[169px] h-[240px] absolute left-0 bottom-0 bg-cover bg-center" className="w-[169px] h-[240px] absolute left-0 bottom-0 bg-cover bg-center"