...
|
...
|
@@ -126,13 +126,25 @@ |
|
|
width: 100%;
|
|
|
height: 90rem / $pxConvertRem;
|
|
|
overflow: hidden;
|
|
|
@include background-image(linear-gradient(#323232, #414141));
|
|
|
border-top: 1px solid #444;
|
|
|
//border-top: 1px solid #444;
|
|
|
color: #fff;
|
|
|
// position: absolute;
|
|
|
// top: 90rem / $pxConvertRem;
|
|
|
// left: 0;
|
|
|
// z-index: 10;
|
|
|
|
|
|
&.boys {
|
|
|
@include background-image(linear-gradient(#323232, #414141));
|
|
|
}
|
|
|
|
|
|
&.girls {
|
|
|
background: #ff88ae;
|
|
|
}
|
|
|
|
|
|
&.kids {
|
|
|
background: #7ad9f9;
|
|
|
}
|
|
|
|
|
|
&.life-style {
|
|
|
background: #4f4138;
|
|
|
}
|
|
|
|
|
|
ul{
|
|
|
width: 100%;
|
|
|
height: 90%;
|
...
|
...
|
|