Authored by whb

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -12,6 +12,16 @@ @@ -12,6 +12,16 @@
12 border: none; 12 border: none;
13 border-bottom: 4px solid #fff; 13 border-bottom: 4px solid #fff;
14 } 14 }
  15 +
  16 + #yohood:active {
  17 + background-image: image-url('yohood-tapped.png');
  18 + background-color: rgba(255,255,255,.4);
  19 + border-bottom-color: #000;
  20 + .right-icon {
  21 + color: #000;
  22 + }
  23 + }
  24 +
15 .index-header { 25 .index-header {
16 box-sizing: border-box; 26 box-sizing: border-box;
17 padding: 0 20rem / $pxConvertRem; 27 padding: 0 20rem / $pxConvertRem;