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/8f6f401d0f028eda3cc5935782bdf211_w48_h48.png),
  url(https://emos.plurk.com/f94dd5e9834dbbb9e25a2291bf3d03d9_w48_h48.png),
  url(https://emos.plurk.com/66ac400a0dfe9823590ebd1a5f2a0ac9_w39_h18.gif),
  url(https://emos.plurk.com/b3512d97c7074a38c171aeae20126863_w48_h48.png);
  background-position: /*每張圖的位置*/
  0px 0px,
  50px 0px,
  105px 20px,
  150px 0px;

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