1
2
3
4
5
6
7
8
.timeline-cnt .plurk:nth-child(1):after {
	/*這裡勿動*/ content:""; background:no-repeat center / cover; position:fixed; z-index:-1;
	/*圖片*/ background-image:url(圖片網址);
	/*上下位置*/ top:70px; /*top可改bottom*/
	/*左右位置*/ left:30px; /*left可改right*/
	/*圖片寬度*/ width:100px;
	/*圖片高度*/ height:100px;
}