摘要: display:table和table-cell是如何让多行文字垂直居中的 .parent{ display:table; margin:0 auto; text-align:center; width:200px; height:300px; border:1px solid red; } .so 阅读全文
posted @ 2018-05-07 09:17 一叶知秋韵 阅读(363) 评论(0) 推荐(0)