css CSS - 风格破碎的图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS - 风格破碎的图像相关的知识,希望对你有一定的参考价值。

img {    
    display: block;    
    font-family: Helvetica, Arial, sans-serif;    
    font-weight: 300;    
    height: auto;    
    line-height: 2;    
    position: relative;    
    text-align: center;    
    width: 100%;  
}
img:before {    
    content: "We're sorry, the image below is missing :(";    
    display: block;    
    margin-bottom: 10px;  
}    
img:after {    
    content: "(url: " attr(src) ")";   
    display: block;    
    font-size: 12px;  
}

以上是关于css CSS - 风格破碎的图像的主要内容,如果未能解决你的问题,请参考以下文章

css 破碎的图像

css 破碎的图像占位符

CSS混合风格按钮无延迟翻转图形技巧

CSS Sprites 在图像上显示损坏的图像图标,但悬停仍然有效

HTML/CSS 如何删除特定图像的边框?

如何使用 CSS 为多个图像设置不同的样式?