由于背景图的背景是圆圈的,所以在其上面写文字的话,需要把文字居中对齐,设置的样式如下:
<span class="number">1</span>
.number /*信息条数*/{ 16px; height: 16px; font-size: 10px; padding-top: 3px; text-align: center; background: url(../images/toolbar.png);}