1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/*---- 河道的Loading ----*/
.loading-div .cnt img{
	display: none;
}
.loading-div .cnt{
	background: url(https://images.plurk.com/BRcC24B4G4yS1QRoORJ3s.gif) no-repeat center center;
	height: 128px;
}

/*---- 噗內留言的Loading ----*/
.loading img{
	display: none;
}
.loading{
	background: url(https://images.plurk.com/2OUWUWBTNx4p6WWQMLiZBg.gif) no-repeat center center;
	height: 96px;
}