1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/*右上角像素:所有噗*/
.timeline-cnt .plurk:after {
        position:absolute;
        content:url(圖片網址);
        top:0px; /*距離上方位置*/
        right:0px; /*距離右側位置*/
}

/*右上角像素:河道主人的噗*/
.timeline-cnt .plurk[data-uid="你的UID"]:not(.pinned):after {
        position:absolute;
        content:url(圖片網址);
        top:0px; /*距離上方位置*/
        right:0px; /*距離右側位置*/
}