GrassrootsDynamics修改圆角

This commit is contained in:
Li1304553726 2025-11-20 15:48:36 +08:00
parent 2af7b182c8
commit 8eda427d7b
1 changed files with 6 additions and 7 deletions

View File

@ -5,20 +5,19 @@ import List from '@/components/news/list/List';
export default function GrassrootsDynamics() { export default function GrassrootsDynamics() {
return ( return (
<div className="flex rounded-2xl mx-auto w-5/6 h-140 pt-20 mb-20 "> <div className="flex mx-auto w-5/6 h-full pt-10 mb-20 justify-between">
<div className="w-full flex items-center justify-center relative"> <div className="w-full flex items-center">
<div className="w-full "> <div className="w-160 h-116">
<img <img
src="/images/carousel-1.jpg" src="/images/header.png"
alt="基层动态" alt="基层动态"
className='w-full h-full'
/> />
</div> </div>
</div> </div>
{/* 右边列表 */} {/* 右边列表 */}
<div className="w-full p-6 flex flex-col bg-[#0e93df] rounded-2xl h-130 <div className="w-500 h-116 p-6 flex flex-col bg-[#0e93df] ">
">
<List /> <List />
</div> </div>
</div> </div>