img {
height: 50px;
width: 500px;
position: relative;
display: block;
}
img::before {
content: "";
height: 60px;
width: 500px;
background-color: rgb(230, 230, 230);
position: absolute;
display: block;
left: 0;
}
img::after {
content: "圖片加載失敗";
display: block;
color: rgb(100,100,100);
position: absolute;
left: 0;
width: 500px;
}
uj5u.com熱心網友回復:
alt屬性不就可以?uj5u.com熱心網友回復:
是網路問題沒加載出來還是本身圖片是假圖片?轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/7610.html
標籤:HTML(CSS)
