couponList.ttss 1.56 KB
.coupon_container {
  display: flex;
}

.coupon_header {
  position: fixed;    
  width: 100%;
  height: 88rpx; 
  top: 0; 
  background-color: #FFFFFF;
  display: flex;
  flex-direction:row;
  justify-content: space-around;
  align-items: center;
  z-index: 999;
  border-bottom: 1rpx solid #F0F0F0;
  box-shadow: 0 4px 5px -3px #E0E0E0;
}

.coupon_header .filterNormal {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #B0B0B0;
  letter-spacing: -0.6px;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupon_header .dividingLine {
  width: 2rpx;
  height: 60rpx;
  background: #E0E0E0;
}

.coupon_header .filterSelect {
  font-family: PingFang-SC-Semibold;
  font-size: 28rpx;
  color: #444444;
  letter-spacing: -0.6px;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupon_header .arrowIconView {
  width: 60rpx;
  height: 80rpx; 
  margin-left: 20rpx;
  display: flex;
  align-items: center;
}

.coupon_header .arrowIconView .arrowIcon {
  width: 22rpx;
  height: 15rpx; 
}

.scrollView {
  background: #F0F0F0;
}

.space {
  width: 100%;
  height: 20rpx;
  background: #F0F0F0;
}


.sepTips {
  width: 100%;
  height: 95rpx;
  background: #F0F0F0;
  display: flex;
  flex-direction:row;
  justify-content: center;
  align-items: center;
}

.sepTips .sepTipsLine {
  width: 160rpx;
  height: 2rpx;
  background: #E0E0E0;
}

.sepTips .sepTipsText {
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  color: #B0B0B0;
  letter-spacing: -0.51px;
  padding-left: 24rpx;
  padding-right: 24rpx;
}