专题文章
时长:00:00更新时间:2020-11-27 18:55:38
纯CSS实现上下左右都居中的代码_经验交流: #box{width:600px; height:400px; border:1px solid red;} #box{position:static; *position:relative; display:table; *display:block; } #box-middle{position:static; *position:absolute; display:table-cell; *display:block; *top:50%; vertical-alig
查看详情