我正在尝试更改标题的背景颜色....它在桌面布局中工作正常....但在 iphone 布局中不能正常工作....标题颜色在 iphone 中没有改变布局....在下面提供我的代码
http://jsfiddle.net/mzMjT/embedded/result/
<tr>
<th style="
background-color: red;
">First Name</th>
<th>Last Name</th>
<th>Job Title</th>
<th>Favorite Color</th>
<th>Wars or Trek?</th>
<th>Porn Name</th>
<th>Date of Birth</th>
<th>Dream Vacation City</th>
<th>GPA</th>
<th>Arbitrary Data</th>
</tr>
th {
background: #333;
color: white;
font-weight: bold;
}