brandStore.ttss 3.35 KB

@import "categoryProductListFilter.ttss";
@import '../../vendors/zanui/actionsheet/index.ttss';
.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;
}

.coupon-container {
  width: 100%;
  height: 168rpx;
}

.coupon-scroll {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.coupon-content {
  width:245rpx; 
  height: 120rpx;
  margin-top: 20rpx;
  display: inline-block;
  margin-right: 40rpx;
}

.coupon-bg-icon {
  width: 100%;
  height: 100%;
}

.coupon-info-content {
  width: 100%;
  height: 100%;
  margin-top: -136rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.coupon-info {
  width: 194rpx;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coupon-status {
  width: 50rpx;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon-price {
  margin-left: 20rpx;
}

.coupon-rmb {
  color: white;
  text-align: left;
  font-size: 18rpx;
}

.coupon-price-text {
  color: white;
  text-align: left;
  font-size: 48rpx;
}

.coupon-name-content {
  height: 44rpx;
  display: flex;
  align-items: center;
}

.coupon-name-text {
  margin-top: -5rpx; 
  margin-left: 20rpx;
  color: white;
  width: 140rpx;
  text-align: left;
  font-size: 18rpx;
  line-height:22rpx; 
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  text-overflow:ellipsis;
}

.coupon-status-text {
  margin-top: 10rpx;
  color: white;
  font-size: 18rpx;
}

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

.shareButton{
  background-color: red;
  right: 20rpx;
  width: 50rpx;
  height: 50rpx;
  opacity: 0;       
  position: absolute; 
  top: 160rpx; 
}