1
2
3
4
5
6
/*個資區背景加圖片(設定在噗浪預設原先有背景色的位置)*/
.dash-group-left .segment-content:nth-child(1) {
	/*圖片*/ background-image:url(圖片網址);
	/*取消重複*/ background-repeat:no-repeat;
	/*位置*/ background-position:right 10px bottom 10px;
}