Div 设置在父容器底部 且 垂直居中 记录

方法1: .parent { width:800px; height:500px; border:2px solid #000; position:relative; } .child { width:200px; height:200px; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; backg
相关文章
相关标签/搜索