/* components/existProduct-list/existProduct-list.wxss */ /* 商品列表 */ .prodsList{ width: 668rpx; margin: auto; } .itemProd{ height: 224rpx; border-bottom: 1rpx solid #EFEFEF; display: flex; align-items: center; } /* 商品信息 */ .goods-info { flex: 1; display: flex; margin-left: 10px; position: relative; } .goods-info image { width: 170rpx; height: 170rpx; border-radius: 10rpx; } .goods-info .info { margin-left: 10px; display: flex; flex-direction: column; } .count { padding: 5rpx 15rpx; background:#EFEFEF; border-radius: 10rpx; position: absolute; right: 10rpx; bottom: 0; }