css图片占位

1
2
3
4
5
6
7
8
9
10
11
12
13
img {
position: relative;
}

img::after {
content: "";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
background: url(iphonex.png ) no-repeat center;
}
坚持原创技术分享,您的支持将鼓励我继续创作!
0%