|
@@ -9,8 +9,6 @@ $border_color_light: #eee; |
|
@@ -9,8 +9,6 @@ $border_color_light: #eee; |
9
|
.logistic-page {
|
9
|
.logistic-page {
|
10
|
background-color: $logistic_gray;
|
10
|
background-color: $logistic_gray;
|
11
|
|
11
|
|
12
|
- @include set-singleBorder("bottom", $border_color_light);
|
|
|
13
|
-
|
|
|
14
|
.overview {
|
12
|
.overview {
|
15
|
height: 120rem / $pxConvertRem;
|
13
|
height: 120rem / $pxConvertRem;
|
16
|
line-height: 120rem / $pxConvertRem;
|
14
|
line-height: 120rem / $pxConvertRem;
|
|
@@ -66,9 +64,6 @@ $border_color_light: #eee; |
|
@@ -66,9 +64,6 @@ $border_color_light: #eee; |
66
|
font-size: 40rem / $pxConvertRem;
|
64
|
font-size: 40rem / $pxConvertRem;
|
67
|
color: #4f4f4f;
|
65
|
color: #4f4f4f;
|
68
|
|
66
|
|
69
|
- @include set-singleBorder("top", $border_color_strong);
|
|
|
70
|
-
|
|
|
71
|
- @include set-singleBorder("bottom", $border_color_light);
|
|
|
72
|
}
|
67
|
}
|
73
|
|
68
|
|
74
|
.detail {
|
69
|
.detail {
|