Authored by 梁志锋

物流详情 颜色

... ... @@ -126,7 +126,7 @@
width: 100%;
height: 90rem / $pxConvertRem;
overflow: hidden;
//border-top: 1px solid #444;
border-top: 1px solid #fff;
color: #fff;
&.boys {
... ...
... ... @@ -9,8 +9,6 @@ $border_color_light: #eee;
.logistic-page {
background-color: $logistic_gray;
@include set-singleBorder("bottom", $border_color_light);
.overview {
height: 120rem / $pxConvertRem;
line-height: 120rem / $pxConvertRem;
... ... @@ -66,9 +64,6 @@ $border_color_light: #eee;
font-size: 40rem / $pxConvertRem;
color: #4f4f4f;
@include set-singleBorder("top", $border_color_strong);
@include set-singleBorder("bottom", $border_color_light);
}
.detail {
... ...