Authored by 沈志敏

fix bug

@@ -91,15 +91,27 @@ @@ -91,15 +91,27 @@
91 } 91 }
92 92
93 .girls-wrap .home-header { 93 .girls-wrap .home-header {
94 - background: #ff88ae; 94 + background: rgb(255,136,174);
  95 +
  96 + &.iswechat {
  97 + background: rgba(255,136,174, 0.6);
  98 + }
95 } 99 }
96 100
97 .kids-wrap .home-header { 101 .kids-wrap .home-header {
98 - background: #7ad9f9; 102 + background: rgb(122,217,249);
  103 +
  104 + &.iswechat {
  105 + background: rgba(122,217,249,0.6);
  106 + }
99 } 107 }
100 108
101 .lifestyle-wrap .home-header { 109 .lifestyle-wrap .home-header {
102 - background: #4f4138; 110 + background: rgb(79,65,56);
  111 +
  112 + &.iswechat {
  113 + background: rgba(79,65,56,0.6);
  114 + }
103 } 115 }
104 116
105 .kids-wrap .logo { 117 .kids-wrap .logo {