1
2
3
4
5
6
7
/*把多餘的白色變透明不然會遮住*/ .response_box, .list .plurk_cnt { background:#0000; }

.list .name[data-uid="你的UID"]:before {
        /*這些不用動*/ display:block; content:""; width:100%; height:100%;
        /*這些不用動*/ position:absolute; z-index:-9; top:0; left:0;
        /*顏色*/ background:#faa;
}