1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 轉噗上出現圖案 */

.q_replurks{
position:relative;
}

.q_replurks::after{
content:"";
position: absolute;
width:40px;
height:46px;
left: 15px;
top:-25px;
background-image:url(https://s.plurk.com/creatures/big/72e28d113423eccdc548.png); /*可替換圖片*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}