Authored by 郭成尧

Merge branch 'release/4.4' of http://git.dev.yoho.cn/web/yohobuywap into release/4.4

... ... @@ -35,6 +35,7 @@ class SearchData
case 'preview':
return 'http://101.200.31.165/yohosearch/search.json';
case 'test':
return 'http://10.66.100.4:8080/yohosearch/search.json';
case 'developer':
default:
// return 'http://192.168.10.64:8080/yohosearch/search.json';
... ...
... ... @@ -201,9 +201,10 @@
padding: 20px 12px;
color: #ff8341;
border: 1px solid #c9c9c9;
background: #fff;
background-color: #fff;
right: 185px;
margin-top: -40px;
opacity: 1.0;
li {
line-height: 18px;
... ...