1
2
3
4
5
6
7
#plurk-dashboard #dash-profile a{
background-image:url('想顯示出的底圖網址');
background-position:center;background-size:cover;
display:block;height:86px;width:86px;border-radius: 8px;position:absolute;
}
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic{transition:.3s;}
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic:hover{opacity:0;}