liuying
2025-04-28 0630126012170da25291d55f0a1bd3130e64f434
yiqi_screen/src/App.vue
@@ -19,14 +19,17 @@
</script>
<style>
html,body{
  width:100%;
  height:100%;
  overflow: hidden;
  /* font-size: 80px !important; */
  background-image: url('~@/assets/images/bg.png');
}
    html, body {
      font-size: 79.5833px !important;
        width: 1910px;
        height: 1070px;
        /* width:100%; */
        /* height:100%; */
        overflow: hidden;
        background-color: #00083b;
        /* font-size: 80px !important; */
        /* background-image: url('~@/assets/images/bg.png'); */
    }
*{
  margin:0;
  padding: 0;