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 c0e8e40..f65ac72 100644 --- a/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less +++ b/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less @@ -5,6 +5,9 @@ padding: 20px; box-sizing: border-box; margin-top: 750px; + margin-left: 10px; + margin-right: 10px; + .top_container { @@ -24,6 +27,7 @@ background: rgba(1, 50, 115, 0.5); line-height: 30px; margin-left: 2px; + font-size: 13px; .item { padding: 0 10px; @@ -45,14 +49,15 @@ justify-content: space-between; .left { - width: 850px; + width: 60%; 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: 830px; + width: 100%; height: 160px; background-size: 100% 100%; margin-top: 10px; @@ -100,7 +105,7 @@ } .right { - width: 440px; + width: 40%; background: rgba(0, 41, 82, 0.68); border-radius: 4px; border: 1px solid rgba(44, 105, 172, 0.6);