单行文字 (外行高度固定)
line-height 行高,
将line-height值与外部标签盒子的高度值设置成一致就可以了。 height:3em; line-height:3em;多行文字
图文结合(图和单行文字)
图文结合(图和多行文字)
相对定位+绝对定位,外层盒子设置position:relative,内层图片设置position:absolute
本文共 234 字,大约阅读时间需要 1 分钟。
line-height 行高,
将line-height值与外部标签盒子的高度值设置成一致就可以了。 height:3em; line-height:3em;相对定位+绝对定位,外层盒子设置position:relative,内层图片设置position:absolute
转载于:https://www.cnblogs.com/ixiaohao/p/5448051.html