shoppingCartPromotionCell.wxss
421 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;
}