1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*浮窗噗內主要載入圖*/
._lch_ ~ .pop-window .list .loading img {
	/*高度跟寬度一起刪除=自動高度+自動寬度*/
	/*高度*/ height:48px; /*可改成auto,刪除會變成40px*/
	/*寬度*/ width:48px; /*可改成auto,刪除變成自動寬度*/
	/*圖片*/ content:url(圖片網址);
}

/*浮窗噗內載入舊回應時的迷你載入圖*/
._lch_ ~ .pop-window .load-older-holder .loading img {
	/*高度跟寬度一起刪除=自動高度+自動寬度*/
	/*高度*/ height:48px; /*可改成auto,刪除會變成32px*/
	/*寬度*/ width:48px; /*可改成auto,刪除變成自動寬度*/
	/*圖片*/ content:url(圖片網址);
}

/*浮窗噗內載入新回應時的迷你載入圖*/
._lch_ ~ .pop-window .load-newer-holder .loading img {
	/*高度跟寬度一起刪除=自動高度+自動寬度*/
	/*高度*/ height:48px; /*可改成auto,刪除會變成32px*/
	/*寬度*/ width:48px; /*可改成auto,刪除變成自動寬度*/
	/*圖片*/ content:url(圖片網址);
}