.biaogewenzi {
font-size: 15px;
text-align: right;
border-bottom:dashed thin;
border-bottom-color:#CCC;
}
.biaogewenzi2 {
text-align: left;
border-bottom:dashed thin;
border-bottom-color:#CCC;
font-size: 15px;
font-weight:bold;
然后
<tr>
<td width="68%" class="biaogewenzi2">中文名称 </td>
<td width="32%">云南省</td>
</tr>
想要实现的效果

但是

用chrome看样式是第二行没有用到css,可是为什么?
------解决方案--------------------
<td width="32%">云南省</td>
没有应用什么任何样式