Authored by biao

update for fix good-info width

... ... @@ -198,6 +198,10 @@
}
}
.good-info {
width: 515px !important;
}
.goods-container {
width: calc($w + 3 * $normalWidth);
... ...
... ... @@ -126,6 +126,7 @@
border: 1px solid $borderColor;
border-top: none;
font-weight: normal;
width: 377px;
.iconfont {
font-weight: normal;
... ...
... ... @@ -20,6 +20,7 @@
&.returns {
.good-info {
border: none;
width: 530px !important;
.detail {
width: 380px !important;
... ...