From fb547939fc989c3eeed86adfb5564e865e49ce94 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 11:10:41 +0800
Subject: [PATCH] feat: 删除无用img

---
 applications/mobile-web-view/src/styles/common.scss |   52 ----------------------------------------------------
 1 files changed, 0 insertions(+), 52 deletions(-)

diff --git a/applications/mobile-web-view/src/styles/common.scss b/applications/mobile-web-view/src/styles/common.scss
index 3e95424..1784805 100644
--- a/applications/mobile-web-view/src/styles/common.scss
+++ b/applications/mobile-web-view/src/styles/common.scss
@@ -175,55 +175,3 @@
   }
 }
 
-.layoutIndex {
-  position: relative;
-  width: 100%;
-  height: 100%;
-  overflow-x: auto;
-  background: #020f25;
-  scrollbar-width: none;
-
-  /* Firefox 隐藏滚动条 */
-  &::-webkit-scrollbar {
-    display: none;
-    /* Chrome、Safari 隐藏滚动条 */
-  }
-
-  &.narrowScreen {
-    >div {
-      left: 50%;
-      top: 50%;
-      transform: translate(-50%, -50%);
-    }
-  }
-
-  >div {
-    left: 0;
-    top: 0;
-    position: absolute;
-    height: 1080px;
-    width: 1920px;
-  }
-
-  #cesium {}
-
-  .page-index {
-    background-size: 100% 100%;
-    background-repeat: no-repeat;
-    pointer-events: none;
-
-    >* {
-      pointer-events: auto !important;
-    }
-
-    &.page-index-footer {
-      background-image: url('../assets/images/bg-new.png');
-    }
-
-    &.page-index-no-footer {
-      background-image: url('../assets/images/bg-new-no-footer.png');
-    }
-  }
-
-
-}
\ No newline at end of file

--
Gitblit v1.9.3