|
@@ -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%;
|