只需要设置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%;
}
时间: 2024-10-03 21:54:16
只需要设置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%;
}