html:

<body>
    <div class="box"></div>
</body>

css:

.box{
    position: fixed;// 使用fixed定位
    width: 100%;
    height: 100%;
    background: orange;
  }

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

1

收藏 打印