Authored by xuqi

lin highlight

... ... @@ -54,7 +54,7 @@ function validateInvoice($el) {
}
// 发票抬头为单位
if ($el.invioceTitleType === 1 && name === '') {
if ($el.invoiceTitleType === 2 && name === '') {
pass = false;
$el.find('.invoice-title-tip').removeClass('hide');
}
... ...
... ... @@ -222,6 +222,14 @@
margin-left: 75px;
}
.go-cart-link:hover {
color: #379ed6;
.iconfont {
color: #379ed6;
}
}
.go-cart-link .iconfont {
font-size: 16px;
}
... ... @@ -275,6 +283,10 @@
.brand-and-name {
width: 368px;
text-align: left;
> a:hover {
color: #379ed6;
}
}
.color-size {
... ...