Compare commits
2 Commits
10e859bd28
...
8775164411
| Author | SHA1 | Date |
|---|---|---|
|
|
8775164411 | |
|
|
13407f8a3c |
|
|
@ -4,7 +4,7 @@ import {FireNewsList} from "./FireNewsList";
|
|||
|
||||
export function FhjtPage() {
|
||||
return(
|
||||
<div className=" w-full overflow-hidden flex justify-center h-200 mb-10">
|
||||
<div className=" w-full overflow-hidden flex justify-center h-148 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%)',}}>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import {FireNewsList} from "./FireNewsList";
|
|||
|
||||
export function FhrxPage() {
|
||||
return(
|
||||
<div className=" w-full overflow-hidden flex justify-center h-200 mb-10">
|
||||
<div className=" w-full overflow-hidden flex justify-center h-148 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%)',}}>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import {FireNewsList} from "./FireNewsList";
|
|||
|
||||
export function FhwsPage() {
|
||||
return(
|
||||
<div className=" w-full overflow-hidden flex justify-center h-200 mb-10">
|
||||
<div className=" w-full overflow-hidden flex justify-center h-148 mb-10">
|
||||
<div className="w-120 h-full bg-white relative" >
|
||||
{/* 标题部分 */}
|
||||
<div className="relative pt-6 pl-8">
|
||||
|
|
|
|||
Loading…
Reference in New Issue