Authored by Rock Zhang

Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into develop/wap

@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 .checkbox { 14 .checkbox {
15 position: absolute; 15 position: absolute;
16 top: 50%; 16 top: 50%;
17 - margin-top: -14rem / $pxConvertRem; 17 + margin-top: -34rem / $pxConvertRem;
18 margin-left: 8rem / $pxConvertRem; 18 margin-left: 8rem / $pxConvertRem;
19 font-size: 28rem / $pxConvertRem; 19 font-size: 28rem / $pxConvertRem;
20 20
@@ -126,7 +126,7 @@ @@ -126,7 +126,7 @@
126 width: 100%; 126 width: 100%;
127 height: 90rem / $pxConvertRem; 127 height: 90rem / $pxConvertRem;
128 overflow: hidden; 128 overflow: hidden;
129 - //border-top: 1px solid #444; 129 + border-top: 1px solid #fff;
130 color: #fff; 130 color: #fff;
131 131
132 &.boys { 132 &.boys {
@@ -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 {