From acaf0e90887fa217ff9aec6d0f25af5ec5e237a9 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 03 七月 2023 18:38:10 +0800
Subject: [PATCH] 配置修改

---
 public/mapscreen/css/style.css |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/public/mapscreen/css/style.css b/public/mapscreen/css/style.css
index 7a91a2b..eccd741 100644
--- a/public/mapscreen/css/style.css
+++ b/public/mapscreen/css/style.css
@@ -1,4 +1,5 @@
-html, body {
+html,
+body {
   position: absolute;
   width: 100%;
   height: 100%;
@@ -55,13 +56,20 @@
 }
 
 .world-globe-halo {
-  position: absolute;
+  /* position: absolute;
   left: 50%;
   top: 50%;
   width: 730px;
   height: 715px;
   margin-left: -368px;
-  margin-top: -350px;
+  margin-top: -350px; */
+  position: absolute;
+  left: 50%;
+  top: 50%;
+  width: 730px;
+  height: 681px;
+  margin-left: -368px;
+  margin-top: -324px;
 }
 
 .info {

--
Gitblit v1.9.3