网页中添加下面样式即可:

 

 <style>
        html, body {
            margin: 0px;
            height: 100%;
            width: 100%;
            overflow: hidden;
            background: rgba(0, 0, 0, 0);
        }
</style>
View Code

相关文章:

  • 2021-08-28
  • 2021-12-04
  • 2021-11-17
  • 2021-09-16
  • 2021-11-18
  • 2022-02-10
  • 2021-11-06
  • 2021-05-27
猜你喜欢
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
相关资源
相似解决方案