/*==========限制图片大小======避免页面撑暴========*/
img { max-width:100%;width:expression(width>669?"100%":width+"px");}

--说明 .content img { max-width:100%;width:expression(width>(外层宽度px)?"100%":width+"px");}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2021-06-24
  • 2022-02-17
  • 2022-02-16
  • 2022-12-23
  • 2021-12-10
  • 2021-08-11
相关资源
相似解决方案