.item-container{ padding: 10px 12px; display: flex; background: white; align-items: center; } .item-detail{ display: flex; flex-direction: column; font-size: 15pxs; margin-left: 12px; } .tip{ font-size: 12px; color: grey; } .image-wrp{ flex: none; width: 200rpx; height: 110rpx; overflow:hidden; border-radius: 4px; } .item-image{ height: 100%; width: 128.2%; background: lightblue; }