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.new[data-type="plurk"] >table::before{
content:"";
color:red;
position: absolute;
width:173px;
height:33px;
right: 50px;
top:-30px;
background-image:url(https://images.plurk.com/6ZBD0gX0aNxJYf28p5LR97.png); /* 可替換圖片 */
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}