Authored by xuqi

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

@@ -38,3 +38,5 @@ if (!$cate.hasClass('big-category')) { @@ -38,3 +38,5 @@ if (!$cate.hasClass('big-category')) {
38 $('.parentId-' + parentID).show(); 38 $('.parentId-' + parentID).show();
39 $('.cateId-' + parentID).find('.plus').css('background-image', 'url(\'../img/help/minus.png\')'); 39 $('.cateId-' + parentID).find('.plus').css('background-image', 'url(\'../img/help/minus.png\')');
40 } 40 }
  41 +
  42 +$('.center-content').css('border-top-color', '#fff');
@@ -251,6 +251,10 @@ @@ -251,6 +251,10 @@
251 width: 304px; 251 width: 304px;
252 padding-left: 15px; 252 padding-left: 15px;
253 margin: 0 auto; 253 margin: 0 auto;
  254 +
  255 + .weixin-share-box {
  256 + left: 6px;
  257 + }
254 } 258 }
255 259
256 .balance-wrapper { 260 .balance-wrapper {