1 css图片占位
img {
    position: relative;
}
img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(iphonex.png ) no-repeat center;
}
img {
    position: relative;
}
img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(iphonex.png ) no-repeat center;
}