📜  ie11 图像拉伸 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:43.558000             🧑  作者: Mango

代码示例1
img {
      max-width: 100%;
      flex-shrink: 0;
}