1
2
3
4
5
6
7
.td_img::after {
POSITIon: absolute;
content: url(圖片網址);
top: 10px;
left: -10px;
z-index: 1;
}