1
2
3
4
5
6
7
/*只出現在置頂*/
.timeline-cnt .pinned:after {
position:absolute;
content:url(圖片網址);
top:0px; /*距離上方位置*/
right:0px; /*距離右側位置*/
}