1
2
3
4
5
6
7
/*浮窗黑背景中的噗寶*/
._lch_ ~ .pop-window:after {
	/*這裡勿動*/ position:absolute; z-index: 5; line-height: 0;
	/*圖片*/ content: url(https://imgur.com/Q16Mr2k.png);
	/*左右位置*/ right: 10px; /*right可改left*/
	/*上下位置*/ bottom: 10px; /*bottom可改top*/
}