Authored by 张丽霞

线上bug-物流信息没有边框线

1 $logistic_gray: #f0f0f0; 1 $logistic_gray: #f0f0f0;
2 -$border_color_strong: #e3e3e3; 2 +$border_color_strong: #e5e5e5;
3 $border_color_light: #eee; 3 $border_color_light: #eee;
4 4
5 -@define-mixin set-singleBorder $side,$c {  
6 - border-$(side): 1px solid $(c);  
7 -}  
8 -  
9 .logistic-page { 5 .logistic-page {
10 background-color: $logistic_gray; 6 background-color: $logistic_gray;
11 7
@@ -17,8 +13,7 @@ $border_color_light: #eee; @@ -17,8 +13,7 @@ $border_color_light: #eee;
17 background-color: #fff; 13 background-color: #fff;
18 color: #464646; 14 color: #464646;
19 15
20 - @mixin set-singleBorder "bottom",$border_color_strong;  
21 - 16 + border-bottom: 1px solid $border_color_strong;
22 .left { 17 .left {
23 width: 19%; 18 width: 19%;
24 float: left; 19 float: left;
@@ -71,8 +66,7 @@ $border_color_light: #eee; @@ -71,8 +66,7 @@ $border_color_light: #eee;
71 } 66 }
72 67
73 .timeline-box { 68 .timeline-box {
74 - @mixin set-singleBorder "left",$border_color_strong;  
75 - 69 + border-left: 1px solid $border_color_strong;
76 position: relative; 70 position: relative;
77 padding-left: 52px; 71 padding-left: 52px;
78 } 72 }
@@ -100,7 +94,7 @@ $border_color_light: #eee; @@ -100,7 +94,7 @@ $border_color_light: #eee;
100 94
101 .timeline-info { 95 .timeline-info {
102 padding: 20px 0; 96 padding: 20px 0;
103 - @mixin set-singleBorder "bottom",$border_color_strong; 97 + border-bottom: 1px solid $border_color_strong;
104 } 98 }
105 99
106 .timeline-box:last-child { 100 .timeline-box:last-child {