From 7e814a1b9d50a20c7f12fd4d763879d26ff355d6 Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Thu, 19 Dec 2019 09:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=95=B4=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/demo.css | 2 +- css/flexleft.css | 1 - demo.html | 4 +- js/map.js | 692 +++++++++++++++++++++++++++++++++++++++++++++++ map.html | 623 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1318 insertions(+), 4 deletions(-) create mode 100644 js/map.js create mode 100755 map.html diff --git a/css/demo.css b/css/demo.css index 1ba5a9c..6d65b77 100644 --- a/css/demo.css +++ b/css/demo.css @@ -308,7 +308,7 @@ body{ .map_left { display: flex; align-items: center; - min-width: 20%; + min-width: 30%; justify-content: space-between; height: 100%; } diff --git a/css/flexleft.css b/css/flexleft.css index 9a77deb..5cd2121 100644 --- a/css/flexleft.css +++ b/css/flexleft.css @@ -60,7 +60,6 @@ background: #141D21; z-index: 100; transition: .3s; - padding: 0px 100px; box-sizing: border-box; } diff --git a/demo.html b/demo.html index 472cfa2..37608c5 100644 --- a/demo.html +++ b/demo.html @@ -17,12 +17,12 @@