From c98f5558bccd7744f61cc25367e98e56598f0ebd Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期六, 03 六月 2023 12:45:27 +0800 Subject: [PATCH] 地图编辑器增加隐藏显示按钮 --- src/main/webapp/views/home/map.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/home/map.html b/src/main/webapp/views/home/map.html index 5347b99..0c01d84 100644 --- a/src/main/webapp/views/home/map.html +++ b/src/main/webapp/views/home/map.html @@ -44,6 +44,7 @@ color: #fff; /*transform: perspective(130px) rotateX(30deg) translateZ(-20px);*/ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); + /*border-radius: 50% 20% / 10% 40%;*/ } .pointBox:hover{ @@ -71,7 +72,7 @@ } .pointBoxGreen { - background: #00ff7f; + background: #945833; } .pointBoxBlue { -- Gitblit v1.9.1