1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | /* 只針對趴趴的轉噗與普通噗設定 */ /* 此為非轉噗 */ .td_qual span span::after { position: absolute; content: ""; right: 11px; top: -48px; background-image: url(圖片網址); background-size: contain; background-repeat: no-repeat; height: 70px; width: 70px; } /* 此為轉噗 */ .td_qual span span.q_replurks::after { right: 11px; top: -48px; background-image: url(圖片網址); height: 70px; width: 70px; } /* 讓摺疊回應的趴趴消失 */ .cboxAnchor[data-type="response"] .td_qual span span::after{ background-image: none; } |
Direct link: https://paste.plurk.com/show/k96mRW7WxW6XwURZ3t8R