aa
jiangping
2024-08-02 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21
wechat_jiaxuan/components/disProduct/index.less
@@ -169,15 +169,17 @@
    .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 {
        float: left;
        width: 242rpx;
        flex-shrink: 0;
        margin-right: 26rpx;
        margin-bottom: 32rpx;
        &:nth-of-type(2n){
          margin-right: 0;
        }
        .img_wrap {
          width: 242rpx;
          border-radius: 8rpx;
@@ -213,6 +215,7 @@
          .icon {
            width: 28rpx;
            height: 26rpx;
            margin-right: 8rpx;
          }
@@ -227,4 +230,14 @@
      }
    }
  }
}
.empty_wrap{
  width: 100%;
  display: flex;
  padding-top: 200rpx;
  justify-content: center;
}
.default_empty{
  width: 300rpx;
  height: 300rpx;
}