1
2
3
4
5
6
7
8
9
10
11
12
13
.cboxAnchor.new[data-type="plurk"] >table::before{
content:"";
position: absolute;
width:calc(100% - 70px);
height:46px;
right: 50px;
top:-42px;
background:
url(人物圖1) no-repeat 10% 0/contain, /* 圖片1在從左邊開始算10%的位置,單位可以換成px */
url(人物圖2) no-repeat 50% 0/contain, /* 圖片2在從左邊開始算50%的位置,單位可以換成px */
url(人物圖3) no-repeat 90% 0/contain; /* 圖片3在從左邊開始算90%的位置,單位可以換成px */
z-index:100;
}