css中的垂直居中方法

单行文字 (外行高度固定)

line-height 行高,
将line-height值与外部标签盒子的高度值设置成一致就可以了。
height:3em; line-height:3em;

多行文字

图文结合(图和单行文字)

图文结合(图和多行文字)

相对定位+绝对定位,外层盒子设置position:relative,内层图片设置position:absolute

posted @ 2016-04-30 06:47  周小豪  阅读(170)  评论(0编辑  收藏  举报