欢迎访问我的个人网站==》 jiashubing.cn

html绝对定位如何居中

<div style="width:300px;
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 120px;">
</div>

 

fixed 居中定位是一样的

posted @ 2020-03-24 18:54  贾树丙  阅读(2417)  评论(0编辑  收藏  举报