1
 2
 3
 4
 5
 6
 7
 8
 9
10
/*主控台發噗區噗寶*/
#plurk_form:after {
	/*這裡勿動*/ position: absolute;
	/*圖片*/ content: url(https://imgur.com/Q16Mr2k.png);
	/*左右位置*/ right: 0px; /*right可改left*/
	/*上下位置*/ bottom: 0px; /*bottom可改top*/
}

/*推薦使用額外語法:主控台發噗區右側留空間*/
#plurk_form { padding-right: 48px; /*right可改top、bottom、left*/ }