diff --git a/app/components/FireNews/fhjt.tsx b/app/components/FireNews/fhjt.tsx index 7519c62..c728b79 100644 --- a/app/components/FireNews/fhjt.tsx +++ b/app/components/FireNews/fhjt.tsx @@ -4,16 +4,35 @@ import {FireNewsList} from "./FireNewsList"; export function FhjtPage() { return( -
+
{/* 轮播背景图 */} -
+
- {/* 固定的烽火要闻 */} -
- -
+
+ {/* 标题部分 */} +
+

烽火讲堂

+ {/* 蓝色装饰线 */} +
+
+ {/* 列表 */} +
+ +
+ 一等奖 +
+ +
+ 二等奖 +
+ +
+ 三等奖 +
+
+
) } \ No newline at end of file diff --git a/app/components/FireNews/fhrx.tsx b/app/components/FireNews/fhrx.tsx index c859bac..bc0b108 100644 --- a/app/components/FireNews/fhrx.tsx +++ b/app/components/FireNews/fhrx.tsx @@ -4,16 +4,35 @@ import {FireNewsList} from "./FireNewsList"; export function FhrxPage() { return( -
+
{/* 轮播背景图 */} -
+
- {/* 固定的烽火要闻 */} -
- -
+
+ {/* 标题部分 */} +
+

烽火热线

+ {/* 蓝色装饰线 */} +
+
+ {/* 列表 */} +
+ +
+ 信箱 +
+ +
+ 问答 +
+ +
+ 心灵 +
+
+
) } \ No newline at end of file diff --git a/app/components/FireNews/fhws.tsx b/app/components/FireNews/fhws.tsx index 5523c6c..4d2d440 100644 --- a/app/components/FireNews/fhws.tsx +++ b/app/components/FireNews/fhws.tsx @@ -4,16 +4,34 @@ import {FireNewsList} from "./FireNewsList"; export function FhwsPage() { return( -
+
+
+ {/* 标题部分 */} +
+

烽火微视

+ {/* 蓝色装饰线 */} +
+
+ {/* 列表 */} +
+ +
+ 一 +
+ +
+ 二 +
+ +
+ 三 +
+
+
{/* 轮播背景图 */} -
+
- - {/* 固定的烽火要闻 */} -
- -
) } \ No newline at end of file