app-rawitem.less 284 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .app-rawitem { width: 100%; height: 100%; .app-rawitem__html { width: 100%; height: 100%; } .app-rawitem__image { object-fit: contain; } } .app-rawtime--image { .app-rawitem__image { height: 100%; width: 100%; } }