使用属性position:fixed的时候如何才能让div居中

css:

.aa
{
position: fixed;
top: 200px;
left: 0px;
right: 0px;
width: 200px;
height: 200px;
margin-left:auto;
margin-right:auto;
}

posted @ 2019-09-02 15:45  qcjdp  阅读(584)  评论(0编辑  收藏  举报

Bill

Jerry

Evil