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(圖片網址); /* 趴趴圖網址 */
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}