1
2
3
4
5
6
7
/*指定噗的噗內,最後一則回應加上噗寶*/
.list .plurk[data-pid="指定噗pid"]:last-child:after {
	/*這裡勿動*/ position:absolute; z-index:1; line-height:0;
	/*圖片*/ content:url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif);
	/*上下位置*/ bottom:0px;
	/*左右位置*/ right:18px;
}