1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*掛掛回應數*/

.cboxAnchor[data-type="plurk"]>table{
position: relative;
}

.cboxAnchor[data-type="plurk"]>table::after{
content:"";
color:blue;
position: absolute;
width:50px;
height:100px;
left: -18px;
top:7px;
background-image:url(https://images.plurk.com/4aCh5TDed4QnLRlTyoqM5d.gif); /*可替換圖片*/
-webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)); /*陰影*/
z-index: 100;
background-repeat: no-repeat;
}