diff --git a/public/assets/bian.png b/public/assets/bian.png new file mode 100644 index 0000000..e164100 Binary files /dev/null and b/public/assets/bian.png differ diff --git a/public/assets/title.png b/public/assets/title.png new file mode 100644 index 0000000..d338a47 Binary files /dev/null and b/public/assets/title.png differ diff --git a/src/views/Zhsy/index.less b/src/views/Zhsy/index.less index e69de29..1a08ac9 100644 --- a/src/views/Zhsy/index.less +++ b/src/views/Zhsy/index.less @@ -0,0 +1,35 @@ +.content{ + position:relative; +} + +.left-box{ + position: absolute; + top: 0; + left: 0; +} + +.right-box{ + position: absolute; + top: 0; + right: 0; +} + +.box{ + width: 30vw; + height: 28vh; + min-height: 200px; + margin-bottom: 10px; +} + +.box-title{ + display: flex; + align-items: center; + padding: 5px 30px; + background: url("../../../public/assets/title.png") 0 0 no-repeat; + background-size: contain; +} + +.title-item{ + margin-right: 20px; +} + diff --git a/src/views/Zhsy/index.tsx b/src/views/Zhsy/index.tsx index 24a349b..ac719ed 100644 --- a/src/views/Zhsy/index.tsx +++ b/src/views/Zhsy/index.tsx @@ -5,8 +5,43 @@ import "./index.less" const SyglPage: React.FC = () => { return ( -
- 综合首页的页面 +
+
+
+
+
工程概况
+
大事记
+
美丽水厂
+
+
+
+
+
工程投资
+
+
+
+
+
工程成效
+
+
+
+
+
+
+
洪水简报
+
+
+
+
+
在建工程
+
+
+
+
+
智慧化成效
+
+
+
) }