标签:css
只需要设置img的background即可
<img src="" alt="" class="detailImg" >
css设置:
#detailModel .detailImg{
width: 100%;
border-radius: 5px;
border: 1px solid #c3c3c3;
background:url("../img/load2.gif") no-repeat center 50%;
}
标签:css
原文地址:http://blog.csdn.net/zerofine/article/details/40508879