This commit is contained in:
Li1304553726 2025-11-19 11:18:16 +08:00
parent 7927d2576b
commit 6b1e929482
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import {FireNewsList} from "./FireNewsList";
export function FhjtPage() {
return(
<div className=" w-full overflow-hidden flex justify-center h-200">
<div className=" w-full overflow-hidden flex justify-center h-200 mb-10 mt-10">
<div className="relative">
{/* 轮播背景图 */}
<div className="w-200 absolute" style={{clipPath: 'polygon(0 0, calc(100% - 150px)-0.9%, calc(100% - 30px) 100%, 0 100%)',}}>

View File

@ -4,7 +4,7 @@ import {FireNewsList} from "./FireNewsList";
export function FhrxPage() {
return(
<div className=" w-full overflow-hidden flex justify-center h-200">
<div className=" w-full overflow-hidden flex justify-center h-200 mb-10">
<div className="relative">
{/* 轮播背景图 */}
<div className="w-200 absolute" style={{clipPath: 'polygon(0 0, calc(100% - 150px)-0.9%, calc(100% - 30px) 100%, 0 100%)',}}>

View File

@ -4,7 +4,7 @@ import {FireNewsList} from "./FireNewsList";
export function FhwsPage() {
return(
<div className=" w-full overflow-hidden flex justify-center h-200">
<div className=" w-full overflow-hidden flex justify-center h-200 mb-10">
<div className="w-100 h-full bg-white relative" >
{/* 标题部分 */}
<div className="relative pt-6 pl-8">