1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*頭像框*/
#dash-profile:after {
content: '';
position: absolute;
width: 104px;
height: 104px;
background: url(圖片網址) no-repeat;
display: block;
background-size: contain;
top: -9px;
left: -9px;
}
/*取消圓角*/
#profile_pic {
border-radius: 0 !important;
}