shoppingCartPromotionCell.ttss 561 Bytes
.promotionContainer{
    display:flex;
    width: 100%;
    flex-direction: column;
    background-color: white;
}

.promotionHeader{
    width: 100%;
    height: 13.5px;
    font-family: PingFang SC;
    font-size: 14px;
    color: #444444;
    margin-left: 15px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.promotionTitle {
  	font-size: 13px;
	  color: #444444;
    margin-bottom: 8px;
    margin-left: 15px;
}

.sepLineStyle {
  width: 100%;
  height: 2rpx;
  margin-left: 0;
  z-index: 999;
  transform: scaleY(0.5);
  background-color: #e0e0e0;
}