代码示例:(标识:eg_csse_padding-bottom_percent)
<html>
<head>
<style type="text/css">
td
{
padding-bottom: 10%
}
</style>
</head>
<body>

<table border="1">
<tr>
<td>
这个表格单元拥有下内边距。
</td>
</tr>
</table>

</body>
</html>
运行结果: