Authored by 郭成尧

fav

@@ -38,6 +38,11 @@ @@ -38,6 +38,11 @@
38 line-height: 1; 38 line-height: 1;
39 padding-top: 38px; 39 padding-top: 38px;
40 padding-bottom: 35px; 40 padding-bottom: 35px;
  41 +
  42 + .favs {
  43 + margin-top: -90px;
  44 + color: #fff;
  45 + }
41 } 46 }
42 47
43 .shop-intro { 48 .shop-intro {
@@ -19,6 +19,8 @@ @@ -19,6 +19,8 @@
19 19
20 .shop-tab-nav { 20 .shop-tab-nav {
21 color: #dededf; 21 color: #dededf;
  22 + width: 50%;
  23 + text-align: center;
22 24
23 &.active { 25 &.active {
24 color: #434241; 26 color: #434241;
@@ -27,4 +29,4 @@ @@ -27,4 +29,4 @@
27 a { 29 a {
28 color: inherit; 30 color: inherit;
29 } 31 }
30 -}  
  32 +}