<style>
.category-applied-con{ width:750px; height:auto; text-align:center;}
.category-applied-con table tr{ position:relative;}
.category-applied-con table tr th{ width:187.5px; height:84px; border-bottom:1px solid #ededed; font-size:24px; color:#666; font-weight:normal;}
.category-applied-con table tr td{ width:187.5px; height:60px; font-size:20px; color:#333;}
.category-applied-con table tr a{ display:inline-block; position:absolute; width:36px; height:36px; top:12px; right:12px; background:url(../images/categroy-del.png) top center no-repeat;}
</style>
<div class="category-applied-con">
<table>
<tr>
<th>一级类目</th>
<th>二级类目</th>
<th>三级类目</th>
<th>分佣比例</th>
</tr>
<tr>
<td>旅游出行</td>
<td>签证门票</td>
<td>景点门票</td>
<td>5%</td>
<a href="#"></a>
</tr>
<tr>
<td>户外用品</td>
<td>户外衣服</td>
<td>裤子</td>
<td>2%</td>
<a href="#"></a>
</tr>
<tr>
<td>手机、通信</td>
<td>手机配件</td>
<td>电池、电源、充电器</td>
<td>6%</td>
<a href="#"></a>
<div></div>
</tr>
</table>
</div>
想要的效果如图,为什么A标签没反应
牛奶老哥哥