.div-image { width: 200px; height: 132px; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 16px; img { width: auto: // width: fit-content; height: 100%; border-radius: 16px; } } // fit-content PC端生效 移动端 真机不生效 改成 width: auto
标签:fit,width,样式,height,content,变形,radius,div From: https://www.cnblogs.com/xk-one/p/16827224.html