...
|
...
|
@@ -78,4 +78,31 @@ |
|
|
color: #b0b0b0;
|
|
|
padding-right: pxToRem(32px);
|
|
|
}
|
|
|
}
|
|
|
.systemUpdate{
|
|
|
width: 100%;
|
|
|
height: 90rem / $pxConvertRem;
|
|
|
overflow: hidden;
|
|
|
line-height: 90rem / $pxConvertRem;
|
|
|
display: none;
|
|
|
@include background-image(linear-gradient(#323232, #414141));
|
|
|
.systemHeader{
|
|
|
width: 85%;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
font-size: 60em / $pxConvertRem;
|
|
|
color:#fff;
|
|
|
float: left;
|
|
|
text-align: center;
|
|
|
}
|
|
|
span{
|
|
|
width: 14%;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
float: left;
|
|
|
text-align: center;
|
|
|
font-size: 80em / $pxConvertRem;
|
|
|
font-weight: bold;
|
|
|
color: #fff;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|