diff --git a/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less b/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less index f65ac72..20da28e 100644 --- a/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less +++ b/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less @@ -1,14 +1,12 @@ .index_info_container { .bottom-container_con { - flex: 1; + width: calc(100% - 880px); height: 240px; - padding: 20px; - box-sizing: border-box; - margin-top: 750px; - margin-left: 10px; - margin-right: 10px; - - + position: absolute; + z-index: 2; + bottom: -1030px; + left: 50%; + transform: translateX(-50%); .top_container { display: flex; @@ -27,10 +25,10 @@ background: rgba(1, 50, 115, 0.5); line-height: 30px; margin-left: 2px; - font-size: 13px; .item { padding: 0 10px; + font-size: 13px; &:hover { cursor: pointer; @@ -47,17 +45,17 @@ .bottom-container { display: flex; justify-content: space-between; + gap: 10px; .left { - width: 60%; + width: 66%; background: rgba(0, 41, 82, 0.68); border-radius: 4px; border: 1px solid rgba(44, 105, 172, 0.6); padding: 10px; - margin-right: 10px; .main { - width: 100%; + width: 870px; height: 160px; background-size: 100% 100%; margin-top: 10px; @@ -105,7 +103,7 @@ } .right { - width: 40%; + width: 33%; background: rgba(0, 41, 82, 0.68); border-radius: 4px; border: 1px solid rgba(44, 105, 172, 0.6); @@ -159,3 +157,4 @@ } } } + diff --git a/src/pages/Container/Map/components/Content/IndexInfo/LeftPanel/index.js b/src/pages/Container/Map/components/Content/IndexInfo/LeftPanel/index.js index 781fad5..52e2abe 100644 --- a/src/pages/Container/Map/components/Content/IndexInfo/LeftPanel/index.js +++ b/src/pages/Container/Map/components/Content/IndexInfo/LeftPanel/index.js @@ -4,12 +4,12 @@ import SeamlessScroll from "zy-react-library/components/SeamlessScroll"; import img9 from "~/assets/images/public/bigScreen/bg9.png"; import img8 from "~/assets/images/public/bigScreen/bg10.png"; import img7 from "~/assets/images/public/bigScreen/ico3.png"; +import rightbg from "~/assets/images/public/bigScreen/leftbg.png"; import img5 from "~/assets/images/public/bigScreen/tablebg1.png"; import img6 from "~/assets/images/public/bigScreen/tablebg2.png"; import img3 from "~/assets/images/public/bigScreen/w_ico1.png"; import img4 from "~/assets/images/public/bigScreen/w_ico2.png"; import img2 from "~/assets/images/public/weather/1.png"; -import left from "~/assets/images/public/bigScreen/leftbg.png"; import Title from "~/pages/Container/Map/components/Content/IndexInfo/Title"; import { initEcharts1 } from "./echarts"; import "./index.less"; @@ -66,8 +66,8 @@ function LeftScreen() { }); return ( -