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

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