抓住这个小提琴:
你可以看到前2个h3元素的填充子弹一直向左飞行。我坚持如何使h3元素看起来像最后一个h3元素没有激烈的“div-ing”或更改。有什么想法吗?
#hiw_bjaCopy
{
float: left;
width: 700px;
margin: 20px;
}
#hiw_specTable
{
float:left;
margin: 0 20px 20px 0;
}
#hiw_specTable table td
{
width: 100px;
text-align: center;
}
#hiw_bjaPoints
{
color: #666;
}
#hiw_bjaPoints h3
{
background: url(http://toastedontheinside.com/wp-content/uploads/2013/09/link_arrow_bl.png) left no-repeat;
padding-left: 15px;
color: #516aa2;
}