方法一:div{width:200px;height:200px;background:#000;position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;}
方法二:div{width:200px;height:200px;background:#000;position:fixed;left:50%;top:50%;margin:-100px 0 0 -100px;}
原文地址:https://www.cnblogs.com/zhangshaofeng/p/9358690.html
时间: 2025-01-17 04:13:03