文字上方和下方的空间" Big"还在那里。这是html。我使用的是Chrome:
t.start()

我不想使用<table border="0" style="border-collapse: collapse" cellspacing="0" cellpadding="0">
<tr>
<td style="border-collapse: collapse; padding:0;background-color:red; font-family: calibri light; font-size:70px; vertical-align: top; padding:0px !important;">
BIG
</td>
</tr>
<tr>
<td style="padding-left:5px; font-family: calibri; font-size:20px; float: left; ">
Small text
</td>
</tr>
</table>
,因为我必须确保line-height
及其内容都具有正确的高度。如果没有,这就发生了。这就是我不使用div的原因:
td
&#13;