From 99428c34c311e4c0d5ee28e1ff9b71e7058e75c0 Mon Sep 17 00:00:00 2001 From: hhx <1284857778@qq.com> Date: Sat, 15 Jan 2022 20:31:37 +0800 Subject: [PATCH] commit --- 04.系统编码/App/Content/styles/index.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/04.系统编码/App/Content/styles/index.css b/04.系统编码/App/Content/styles/index.css index 06ecc28..da63de1 100644 --- a/04.系统编码/App/Content/styles/index.css +++ b/04.系统编码/App/Content/styles/index.css @@ -1208,8 +1208,8 @@ .info-point-content { width: auto !important; - height: 60px !important; - margin-top: -58px !important; + height: 72px !important; + margin-top: -70px !important; margin-left: 0 !important; } @@ -1219,6 +1219,7 @@ } .info-point-content .info-point-top { + margin-bottom: 6px; padding: 5px 30px 5px 10px; border-radius: 3px; position: relative; @@ -1252,8 +1253,8 @@ } .info-point-content .icon { - width: 20px; - height: 20px; + width: 32px; + height: 32px; margin: 0 auto; background: url("../images/markers/1.png") no-repeat center/cover; }