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

css:

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

猜你喜欢

转载自www.cnblogs.com/qcjdp/p/11446991.html