1
2
3
4
5
6
7
8
.dash-segment-post:before {
	/*這行不用動*/ display:block; position:absolute;
	/*擋住輸入框*/ z-index:0; /*改成1擋住,改成0不擋住,刪除這行不擋住*/
	/*上下位置*/ bottom:0px; /*可改top*/
	/*左右位置*/ right:200px; /*可改left*/
	/*大小*/ width:auto; /*auto改想要的大小,可改height,不須調大小的話可以刪除這行*/
	/*圖片*/ content:url(圖片網址);
}