1
2
3
4
5
6
7
8
/*噗幣旁噗寶(沒有噗幣時就不在)*/
#dash-profile .premium { position:relative; }
#dash-profile .premium:before {
	/*這裡勿動*/ position:absolute;
	/*圖片*/ content:url(圖片網址);
	/*左右距離*/ right:20px; /*可改left*/
	/*上下距離*/ bottom:0px; /*可改top*/
}