我有以下内容:
<html>
<head>
<style type="text/css">
.campo {
text-align : right;
float : left;
}
</style>
</head>
<body>
<table border="1">
<tr style="text-decoration:line-through;">
<td>
<div class="campo">campo1</div>
</td>
<td>
<div class="campo">campo2</div>
</td>
</tr>
</table>
</body>
</html>
我无法将样式应用于 tr。如果我删除浮动属性,没问题。因为? http://jsfiddle.net/ZxQjE/