Merge remote-tracking branch 'origin/develop'
Showing
3 changed files
with
4 additions
and
2 deletions
@@ -215,6 +215,7 @@ $('#yoho-footer').css({ | @@ -215,6 +215,7 @@ $('#yoho-footer').css({ | ||
215 | //set cookie | 215 | //set cookie |
216 | exports.set = function(c) { | 216 | exports.set = function(c) { |
217 | window.setCookie('_Channel', c, { | 217 | window.setCookie('_Channel', c, { |
218 | - expires: 365 | 218 | + expires: 365, |
219 | + domain: '.m.yohobuy.com' | ||
219 | }); | 220 | }); |
220 | }; | 221 | }; |
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | top: 24rem / $pxConvertRem; | 29 | top: 24rem / $pxConvertRem; |
30 | right: 145rem / $pxConvertRem; | 30 | right: 145rem / $pxConvertRem; |
31 | font-size: 32rem / $pxConvertRem; | 31 | font-size: 32rem / $pxConvertRem; |
32 | - color: #b2b2b2; | 32 | + color: #666; |
33 | } | 33 | } |
34 | 34 | ||
35 | .search { | 35 | .search { |
-
Please register or login to post a comment