1
2
3
4
5
6
#plurk-dashboard .dash-segment-profile #dash-profile .profile-icons {
text-align:right;
width:120px; /*圖片寬度 + 20px*/
height:50px; /*圖片高度*/
background: url('圖片網址') no-repeat; background-position-x: calc(100% - 20px); background-position-y:bottom;
}