1
2
3
4
5
6
7
8
9
/*噗浪頭貼滑鼠滑過更換圖片-2*/

#plurk-dashboard .dash-segment-profile #dash-profile::before{
background-image:url('https://images.plurk.com/4a5ZydTaL0OWfjN7Jh5coA.jpg');
/*上面這行引號內網址換成你要的圖片網址*/
background-position:center;background-size:cover;content:'';display:block;height:86px;width:86px;border-radius: 8px;position:absolute;top:0;left:0;
}
#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;}