月球大数据地理空间分析展示平台-【前端】-月球2期前端
WX
2023-06-16 ffb95c5b73c2bf11cd66b3c05955833397dc553b
src/views/login.vue
@@ -28,6 +28,7 @@
        v-bind:src="reportUrl"
      ></iframe>
    </div>
    <div class="zz">
    <div class="title_img">
      <h3>月球大数据地理空间分析展示平台</h3>
    </div>
@@ -81,6 +82,7 @@
      </el-form>
    </div>
  </div>
  </div>
</template>
<script setup lang="ts">
import router from "@/router";
@@ -112,12 +114,19 @@
  position: relative;
  background: url("../assets/img/moon-bg.png") no-repeat;
  background-size: 100% 100%;
  .zz {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .loginEarth {
    width: 100%;
    height: 100%;
    top: 3%;
    left: 1%;
    position: absolute;
    z-index: 0;
  }
  .loginMenu {
    position: absolute;