加载失败图片加样式

一、原有样式

<img alt="暂无图片" src="1.jpg">

 

二、修改样式

img:after {
  content: "" "{>~<}" attr(alt);
  font-size: 16px;
  font-family: 'STKaiti';
  color: rgb(100, 100, 100);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  max-height: 500px;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

 

posted @ 2019-08-08 15:29  碧果果  阅读(288)  评论(0编辑  收藏  举报