1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/*卡馬上方小圖*/
.dash-stats-karma { position:relative; }
.dash-stats-karma:before {
	/*這裡勿動*/ content:""; position:absolute; z-index:1; display:block;
	/*這裡勿動*/ background:no-repeat center / contain;
	/*圖片*/ background-image:url(圖片網址);
	/*寬度*/ width:96px;
	/*高度*/ height:48px;
	/*上下位置*/ top:-33px; /*top可改bottom*/
	/*左右位置*/ left:78px; /*left可改right*/
}