Authored by 沈志敏

fix bug

... ... @@ -91,15 +91,27 @@
}
.girls-wrap .home-header {
background: #ff88ae;
background: rgb(255,136,174);
&.iswechat {
background: rgba(255,136,174, 0.6);
}
}
.kids-wrap .home-header {
background: #7ad9f9;
background: rgb(122,217,249);
&.iswechat {
background: rgba(122,217,249,0.6);
}
}
.lifestyle-wrap .home-header {
background: #4f4138;
background: rgb(79,65,56);
&.iswechat {
background: rgba(79,65,56,0.6);
}
}
.kids-wrap .logo {
... ...