Authored by 梁志锋

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

@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 } 34 }
35 35
36 .search-box { 36 .search-box {
37 - margin-left: 80rem / $pxConvertRem; 37 + // margin-left: 80rem / $pxConvertRem;
38 } 38 }
39 } 39 }
40 } 40 }
@@ -91,13 +91,11 @@ @@ -91,13 +91,11 @@
91 } 91 }
92 92
93 .no-search { 93 .no-search {
94 - position: absolute;  
95 display: none; 94 display: none;
96 float: left; 95 float: left;
97 margin-right: 10rem / $pxConvertRem; 96 margin-right: 10rem / $pxConvertRem;
98 color: #999; 97 color: #999;
99 font-size: 28rem / $pxConvertRem; 98 font-size: 28rem / $pxConvertRem;
100 - @inlcude transition(display .4s);  
101 } 99 }
102 } 100 }
103 .index-container { 101 .index-container {