brand.ttss 658 Bytes
@import "brandProductListFilter.ttss";

.banner {
    display: block;
}

.bannerImage {
    display: block;
}

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

.productListContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
}

.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;
}