goodsList.ttss 991 Bytes
@import '../../vendors/zanui/actionsheet/index.ttss';

.productListContainer {
    /*position: absolute;*/
    /*top: 90rpx;*/
    margin-top: 90rpx;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
}

.fixedFilter {
  position: fixed;
  top: -1rpx;
  left: 0rx;
  height: 90rpx;
  width: 100%;
  background-color: white;
  z-index: 999;
  border-bottom: 1rpx #e5e5e5 solid;
}

.loadMore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 88rpx;
}

.loadText {
    margin-left: 10;
    color: #b1b1b1;
    text-align: center;
    font-size: 28rpx;
}

.noContentClass{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  margin-top: 158rpx;
}

.noContentClass .nosearch-ic {
  width:204rpx;
  height:204rpx;
  margin-top:200rpx
}

.noContentClass .noContent{
  font-size:24rpx;
  text-align:center;
  margin-top:21rpx;
  color: #444444;
}