我必须从 a) 转到 b):http: //i.imgur.com/xxgV0.png (绿色股票图像来自精灵)
我有以下 HTML 代码:
<p class="stock"><span class="img"></span>in stock</p>
并遵循 CSS 代码:
p span.img {
display:inline-block;
width: 14px;
height: 17px;
padding-right: 5px;
background: transparent url(images/page1/tho_main_sprite.png) -0px -580px;
}
p.stock {
font-size: 9px;
color: #000;
}
我试图给 p.stock 一些高度和行高,但没有结果......
非常感谢!