1
2
3
4
5
6
7
/*自己的留言右下圖示分辨*/
.list .name[data-uid="你的UID"]:after {
    /*這些不用動*/ content:""; position:absolute; bottom:0; right:0;
    /*大小*/ width:24px; height:24px;
    /*圓角*/ border-bottom-right-radius:5px;
    /*圖片*/background:url(https://emos.plurk.com/7d4e7a30bcc1ec4e69651aea79a3feed_w24_h24.gif);
}