当img中间无图片时显示默认边框,尝试用border:0无效

可以使用属性选择器设置opacity为空

img[src=""],img:not([src]){
    opacity:0;
  }

 

原文链接:https://blog.csdn.net/weixin_40431771/article/details/85257766

相关文章:

  • 2022-01-24
  • 2021-06-03
  • 2021-12-19
  • 2021-12-22
  • 2022-12-23
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2021-12-26
相关资源
相似解决方案