1
2
3
4
5
6
7
8
/*更換loading圖*/
.loading img {width:0px;height:0px;} /*隱藏原本的預設圖*/
.loading
{
background:transparent url(http://i.imgur.com/IYPE2mh.gif) no-repeat scroll center top !important;
margin-top:30px;
height:48px; /*圖片高度*/
}