position:fixed div如何居中

2025-06-21 15:03:54
推荐回答(1个)
回答1:

div{position:fixed;margin:auto;left:0; right:0; top:0; bottom:0;width:200px; height:150px;}