1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*噗幣旁生物*/
.profile-icons::before {
content: '';
position: absolute;
display: block;
bottom: 0;
left: 0;
pointer-events: none;
transform: translateX(-100%);
background-position: bottom right;
background-repeat: no-repeat;
background-image: url('https://images.plurk.com/1GAxL5hB1T5nH2q6oHjQdu.gif');
width: 64px;
height: 48px;
opacity: 1;
}