1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*漏虎*/
.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/3YRKCpNjdwQdeliHgP1KbL.png');
width: 48px;
height: 24px;
}