1
2
3
4
5
6
/* 自介增加背景小圖案 */
#dash-additional-info {
	/*這裡勿動*/ background-repeat: no-repeat;
	/*圖片網址*/ background-image: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif);
	/*位置*/ background-position: right 5px bottom 5px;
}