wechat_staff/components/disProduct/index.less
@@ -168,15 +168,16 @@ .goods_list { height: calc( 100% - 182rpx); width: 590rpx; display: flex; flex-wrap: wrap; box-sizing: border-box; justify-content: space-between; padding: 12rpx 40rpx; .item { width: 242rpx; flex-shrink: 0; float: left; margin-bottom: 32rpx; margin-right: 26rpx; &:nth-of-type(2n){ margin-right: 0; } .img_wrap { width: 242rpx; border-radius: 8rpx; @@ -226,5 +227,15 @@ } } } .empty_wrap{ width: 100%; display: flex; padding-top: 200rpx; justify-content: center; } .default_empty{ width: 300rpx; height: 300rpx; } } }