.path { background: white; padding: 10px 8px; overflow: hidden; word-wrap: break-word; display: flex; } .path-img { flex: none; width: 250rpx; height: 170rpx; border-radius: 4px; background: #221f53; } .detail { padding-top: 6px; flex: auto; width: 1px; display: flex; flex-direction: column; justify-content: space-between; } .name { padding-left: 8px; }