吉安感知网项目-前端
罗广辉
2026-02-04 fb547939fc989c3eeed86adfb5564e865e49ce94
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');
    }
  }
}