brandStore.wxss 1.81 KB
/* pages/goodsList/brandStore.wxss */
@import "productListCell.wxss";
@import "categoryProductListFilter.wxss";

.scroll-view {
  display: flex;
  flex-direction: column;
  background-color: white;
}

.store-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.store-info-bg {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
}

.store-logo-mask {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.store-info-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;   
  width: 100%;
  height: 120rpx;
  margin-top: -140rpx;
}

.store-info-content .store-info-left {
  height: 100%;
  width: 689rpx;
  display: flex;
  flex-direction: row;
  align-items: flex-end;  
}

.store-info-content .store-info-left .store-logo {
  margin-left: 30rpx; 
  width: 120rpx;
  height: 120rpx;
}

.store-info-content .store-info-left .store-title {
  color: white;
  margin-left: 20rpx;
  font-weight: bold;
  font: 32rpx;
  text-align: left;
  width: 509rpx;
  height: 34rpx;
  line-height:34rpx;
  white-space: nowrap;
  text-overflow:ellipsis; 
  display: block;
  overflow: hidden;
  margin-bottom: 20rpx;
}

.store-info-content .store-share {
  width: 41rpx;
  height: 42rpx;
  margin-bottom: 10rpx;
}

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

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

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

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