...
|
...
|
@@ -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 {
|
...
|
...
|
|