shuinichang_/.history/src/App_20231129131432.vue

26 lines
506 B
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div id="app">
    <router-view />
  </div>
</template>
<style>
* {
margin: 0;
padding: 0;
font-family: "MicrosoftYaHei" !important;
background: transparent;
}
#app {
width: 7680px;
height: 3240px;
/* width: 100vw;
  height: 100vh; */
overflow: hidden;
/* background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png),
    url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png); */
background: transparent;
}
</style>