刚去看拉张老师的博客,讲的就是line-height,我想到慕课网上好像也有视频,一看竟然 也是张老师的 哈哈
2015-12-01
<p style="margin:0;">
<span style="font-size:30px;line-height:0;border:1px solid red;">测试</span>
<span id="me" style="font-size:0px;line-height:100px;border:1px solid red;background-color:red;">测试</span>
</p>
<span style="font-size:30px;line-height:0;border:1px solid red;">测试</span>
<span id="me" style="font-size:0px;line-height:100px;border:1px solid red;background-color:red;">测试</span>
</p>
2015-11-24
最新回答 / hey自然
line-height为相对单位,font-size间接控制如果line-height是相对单位,例如line-height:1.6或者line-height:160%之类,也可以使用font-size间接控制,比方说来个狠的,font-size设为大鸡蛋0, 本质上还是改变line-height值.参见旭哥的博客:http://www.zhangxinxu.com/wordpress/2015/08/css-deep-understand-vertical-align-and-line-height/
2015-11-16