1
2
3
4
5
6
7
8
9
10
11
/*噗頂生物*/
.timeline-cnt .link_extend::after {
content:url(https://圖片網址);
position: absolute;
top:-100px; /*調整上下*/
left:130px; /*調整左右*/
}
/*展開特效*/
.timeline-cnt .plurk_box::after {
z-index:-1;
}