div居中在页面,而且鼠标滚动div不跟着动

<div style="
  
position:fixed;
   left:50%;
   top:50%;
   width:400px;
   height:300px;
   margin-left:-200px;
   margin-top:-150px;
   background-color:#aaa
">
div居中在bai页du面,而且zhi鼠标滚dao动div不跟zhuan着动shu
</div>

关键就是 position:fixed

 

posted @ 2021-02-06 13:42  皮军旗  阅读(165)  评论(0)    收藏  举报