1
2
3
4
5
6
7
8
/*噗幣旁增加圖案*/
.premium { position:relative; }
#dash-profile .premium:before {
	/*這些不動*/ position:absolute; line-height:0;
	/*圖片*/ content: url(網址);
	/*左右位置*/ right:20px;
	/*上下位置*/ bottom:0px;
}