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