Authored by hf

Merge remote-tracking branch 'origin/develop'

... ... @@ -215,6 +215,7 @@ $('#yoho-footer').css({
//set cookie
exports.set = function(c) {
window.setCookie('_Channel', c, {
expires: 365
expires: 365,
domain: '.m.yohobuy.com'
});
};
\ No newline at end of file
... ...
... ... @@ -68,6 +68,7 @@
.clear-text {
margin-right: 20rem / $pxConvertRem;
color: #666;
}
}
}
... ...
... ... @@ -29,7 +29,7 @@
top: 24rem / $pxConvertRem;
right: 145rem / $pxConvertRem;
font-size: 32rem / $pxConvertRem;
color: #b2b2b2;
color: #666;
}
.search {
... ...