From 211bea03b8c1cce38386aaf9e173b9752868db01 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 04 五月 2023 12:11:33 +0800
Subject: [PATCH] 1

---
 src/main/resources/static/css/earth/style.css |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/static/css/earth/style.css b/src/main/resources/static/css/earth/style.css
index 876ea80..b2ea4b6 100644
--- a/src/main/resources/static/css/earth/style.css
+++ b/src/main/resources/static/css/earth/style.css
@@ -13,7 +13,7 @@
 
 .title {
     position: absolute;
-    z-index: 1;
+    z-index: 2;
     width: 425em;
     height: 84em;
     white-space: nowrap;
@@ -27,6 +27,14 @@
         transform: translate(0%, 0%);
     }
 
+.bg {
+    position: absolute;
+    display: block;
+    top: 0;
+    left: 0;
+    z-index: 1;
+}
+
 #main {
     width: 472px;
     height: 490px;
@@ -35,7 +43,7 @@
     border-radius: 8px;
     margin-left: 62%;
     margin-top: 12%;
-    z-index: 2;
+    z-index: 3;
 }
 
 .main_title {
@@ -116,6 +124,7 @@
     cursor: move;
     cursor: -moz-grab;
     cursor: -webkit-grab;
+    z-index: 0;
 }
 
 .world-bg {

--
Gitblit v1.9.3