app-rawitem-image.less 169 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 .app-rawitem-image{ margin: auto; height: 100%; >img{ width: auto; height: 100%; max-width: 100%; height: 360px; object-fit: contain; } }