Authored by 郭成尧

Merge branch 'release/5.3.1' of git.yoho.cn:fe/yohobuywap-node into release/5.3.1

@@ -53,8 +53,8 @@ @@ -53,8 +53,8 @@
53 } 53 }
54 54
55 li { 55 li {
56 - margin-right: 20px;  
57 - margin-bottom: 20px; 56 + margin-right: 8px;
  57 + /*margin-bottom: 5px;*/
58 max-width: 100%; 58 max-width: 100%;
59 overflow: hidden; 59 overflow: hidden;
60 display: inline-block; 60 display: inline-block;
@@ -190,6 +190,10 @@ @@ -190,6 +190,10 @@
190 .history { 190 .history {
191 max-height: 300px; 191 max-height: 300px;
192 overflow: hidden; 192 overflow: hidden;
  193 +
  194 + li {
  195 + margin-right: 15px;
  196 + }
193 } 197 }
194 198
195 .want-search { 199 .want-search {