css 让image不变形的处理方法:1、通过背景图的方式处理,将background-size设置为cover;2、通过设置img标签的样式object-fit:cover实现等比例缩放。
確定! 回上一頁