Authored by Rock Zhang

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

... ... @@ -14,7 +14,7 @@
.checkbox {
position: absolute;
top: 50%;
margin-top: -14rem / $pxConvertRem;
margin-top: -34rem / $pxConvertRem;
margin-left: 8rem / $pxConvertRem;
font-size: 28rem / $pxConvertRem;
... ...
... ... @@ -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 {
... ...