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;width: min-content;}
.cboxAnchor[data-type="plurk"] > table::before{content:"";color:red;position: absolute;width:70px;height:46px;right: 50px;top:-42px;background-image:url(https://images.plurk.com/3GjVochrtypywmKNn6NPuw.gif); /*可替換圖片*/z-index:100;background-size:contain;background-repeat: no-repeat;}

/*排版+氣泡框*/

.timeline-cnt{position:relative;margin-top: 30px;}
.cboxAnchor[data-type="plurk"] .plurk_cnt {padding: 5px 30px 5px 5px;border-radius: 13px;}
.cboxAnchor[data-type="plurk"] .plurk_cnt .tr_cnt{margin:20px;display:inline;}
.td_img{position:absolute;left:0px;margin:5px;z-index:100;}
.p_img img{border-radius: 100%;}
.response_count{position: relative;top:-52px;left:-40px;border:5px solid transparent;
border-radius:30px;background-color:#fb0047;font-size: 10px;text-align:center;
z-index:100;width:100%;height:100%;min-width:25px;max-height:20px;color:#8f8f8f;
line-height:8px; font-family:微軟正黑體 !important;}
.new .response_count{border:5px solid transparent;}
.response_count::after {content:"";position:absolute;left:4px;top:10px;border-color: #2d2d2d transparent transparent #2d2d2d;border-style: solid solid solid solid;border-width: 5px 5px; height: 0px; width: 0px; }
.new .response_count::after {border-color: #fb0047 transparent transparent #fb0047;}