宽高未知
在不知道div或者其他标签宽度的时候,在完成在父级元素中居中.
.father {position: relative;}.child {position:absolute;left:50%;width:fit-content;heigh活动:慈云数据爆款香港服务器,CTG+CN2高速带宽、快速稳定、平均延迟10+ms 速度快,免备案,每月仅需19元!! 点击查看t:100%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);//这里的50%是指盒子本身的50%;} 常用方法一 .father {position: relative;}.child {width:100px; height:100px; margin:auto; position:absolute; top:0px; right:0px; bottom:0px; left:0px;} 常用方法二 .father {position: relative;}.child {width:100px; height:100px; margin:auto; position:absolute; top:50%;margin-top:50%;}17811368
《css中body标签居中,div在a标签居中》来自互联网同行内容,若有侵权,请联系我们删除!
还没有评论,来说两句吧...