diff --git a/src/home/FifthSection/index.jsx b/src/home/FifthSection/index.jsx
index d7220a0bc..d80402a75 100644
--- a/src/home/FifthSection/index.jsx
+++ b/src/home/FifthSection/index.jsx
@@ -1,13 +1,119 @@
import React from 'react';
+import { Collapse } from 'antd';
+import Line from '../Line';
import './index.scss';
+const { Panel } = Collapse;
+
+const text = `
+研发配置要求为包含网络化协同控制仿真验证与多样化目标识别仿真验证模块的1套软件和1份测试报告。
+`;
+
function FifthSection({ fifth }) {
+
return (
-
研发配置要求为包含网络化协同控制仿真验证与多样化目标识别仿真验证模块的1套软件和1份测试报告。
++ + 单人悬赏 + ¥ 240000 +
+ ++ + 发布时间 + 2021-05-20 +
+ ++ + 截止时间 + 2021-06-20 +
+研发配置要求为包含网络化协同控制仿真验证与多样化目标识别仿真验证模块的1套软件和1份测试报告。
++ + 单人悬赏 + ¥ 240000 +
+ ++ + 发布时间 + 2021-05-20 +
+ ++ + 截止时间 + 2021-06-20 +
+研发配置要求为包含网络化协同控制仿真验证与多样化目标识别仿真验证模块的1套软件和1份测试报告。
++ + 单人悬赏 + ¥ 240000 +
+ ++ + 发布时间 + 2021-05-20 +
+ ++ + 截止时间 + 2021-06-20 +
++ + + +
+ ) +}) + diff --git a/src/home/Line/index.scss b/src/home/Line/index.scss new file mode 100644 index 000000000..10a700689 --- /dev/null +++ b/src/home/Line/index.scss @@ -0,0 +1,20 @@ +.home-line { + text-align: center; + line-height: 0; + .yellow-line { + display: inline-block; + width: 23px; + height: 4px; + background: #ff8520; + border-radius: 3px; + } + .brown-line { + display: inline-block; + width: 38px; + height: 4px; + margin:0 5px; + background: #e67a21; + border-radius: 3px; + + } +} diff --git a/src/home/SecondSection/index.jsx b/src/home/SecondSection/index.jsx index cdcd715ac..aba808eb5 100644 --- a/src/home/SecondSection/index.jsx +++ b/src/home/SecondSection/index.jsx @@ -3,6 +3,7 @@ import { Button } from 'antd'; import Slider from 'react-slick'; import "slick-carousel/slick/slick.css"; import "slick-carousel/slick/slick-theme.css"; +import Line from '../Line'; import './index.scss'; @@ -29,7 +30,7 @@ function SecondSection({ community }) {