时间:2021-07-01 10:21:17 帮助过:204人阅读
<div class='box> <div class='jz'></div> </div>
div.box{ position: relative; height: 300px; background: #989eaa; } div.fz{ width: 100px; height: 100px; background: #499682; position: absolute; top:0; left: 0; right: 0; bottom: 0; margin:auto; }
更多css篇之absolute绝对定位元素居中技巧相关文章请关注PHP中文网!