From 59c20d0cdb26bfe3f2ce6b518571cc1ad3fae790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=B4=AA=E9=9C=9E?= Date: Tue, 20 Jan 2026 08:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=AE=A1=E5=B9=B3=E5=8F=B0bi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Content/IndexInfo/Bottom/index.less | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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);