1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*發文區圖片裝飾*/
.dash-group-form .icons_holder::before {
content: '';
background-image: /*填圖片網址*/
url(https://emos.plurk.com/fc2acba6affb1d846500c27b0c8a6b53_w48_h48.gif),
url(https://emos.plurk.com/a7f43a4c84dcb2971f6e4cc2d721c897_w48_h48.jpeg),
url(https://emos.plurk.com/57c7c62ad864f10efee5e43ef84391dd_w48_h48.gif),
url(https://emos.plurk.com/d675f89c0c79739291e7b58df4a7ffd5_w48_h48.png);
background-position: /*每張圖的位置*/
0px 0px,
50px 0px,
105px 0px,
150px 0px;

position: absolute;
left: 230px;
width: calc(100% - 230px);
height: 45px;
background-repeat: no-repeat;
}