Authored by 梁志锋

修改导航颜色

@@ -126,13 +126,25 @@ @@ -126,13 +126,25 @@
126 width: 100%; 126 width: 100%;
127 height: 90rem / $pxConvertRem; 127 height: 90rem / $pxConvertRem;
128 overflow: hidden; 128 overflow: hidden;
129 - @include background-image(linear-gradient(#323232, #414141));  
130 - border-top: 1px solid #444; 129 + //border-top: 1px solid #444;
131 color: #fff; 130 color: #fff;
132 - // position: absolute;  
133 - // top: 90rem / $pxConvertRem;  
134 - // left: 0;  
135 - // z-index: 10; 131 +
  132 + &.boys {
  133 + @include background-image(linear-gradient(#323232, #414141));
  134 + }
  135 +
  136 + &.girls {
  137 + background: #ff88ae;
  138 + }
  139 +
  140 + &.kids {
  141 + background: #7ad9f9;
  142 + }
  143 +
  144 + &.life-style {
  145 + background: #4f4138;
  146 + }
  147 +
136 ul{ 148 ul{
137 width: 100%; 149 width: 100%;
138 height: 90%; 150 height: 90%;
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 {{/navTitle}} 20 {{/navTitle}}
21 </header> 21 </header>
22 {{#navBtn}} 22 {{#navBtn}}
23 -<div class="homebuttom none"> 23 +<div class="homebuttom none {{#if boys}} boys{{/if}}{{#if girls}} girls{{/if}}{{#if kids}} kids{{/if}}{{#if lifeStyle}} life-style{{/if}}">
24 <ul> 24 <ul>
25 <li> 25 <li>
26 <a href="{{ indexUrl }}"> 26 <a href="{{ indexUrl }}">