Authored by 刘传洋

m

... ... @@ -422,7 +422,7 @@ const formatPromotion = (it, selectedGiftsList) => {
tipTxt = '<span style=\'color:#ff575c\'>' + tipTxt + '</span>';
info.promotionTitle = '还差' + tipTxt + '满足&nbsp;&nbsp;&nbsp;' + info.promotionTitle;
} else if (info.isReach && !info.isSelected) {
} else if (info.isReach) {
info.promotionTitle = '已满足&nbsp;&nbsp;&nbsp;' + info.promotionTitle;
}
... ...
... ... @@ -192,7 +192,7 @@
}
}
dd {
width: 55px;
min-width: 55px;
float: left;
letter-spacing: 0;
word-spacing: 0;
... ... @@ -200,12 +200,13 @@
text-align: left;
}
dt {
width: 300px;
width: 275px;
float: left;
text-align: left;
}
dd.colorBox {
line-height: 40px;
padding-bottom: 10px;
}
dd.showSizeBox {
line-height: 23px;
... ... @@ -241,6 +242,7 @@
height: 40px;
text-align: center;
margin-right: 5px;
margin-bottom: 5px;
display: inline;
float: left;
cursor: pointer;
... ...