liuying
2025-01-10 4e56a51225eda1b2743d8633434a5ded716453fd
yiqi_screen/src/App.vue
@@ -19,14 +19,16 @@
</script>
<style>
html,body{
  width:100%;
  height:100%;
  overflow: hidden;
  /* font-size: 80px !important; */
  background-image: url('~@/assets/images/bg.png');
}
    html, body {
        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;