_header.scss 3.45 KB
.yoho-header {
    position: relative;
    background-color: #000;
    color: #fff;
    width: 100%;
    overflow: hidden;
    height: 90rem / $pxConvertRem;
    line-height: 90rem / $pxConvertRem;
    z-index: 1;

    &.boys {
        @include background-image(linear-gradient(#323232, #414141));
    }

    &.girls {
        background: #ff88ae;
    }

    &.kids {
        background: #7ad9f9;
    }

    &.life-style {
        background: #4f4138;
    }

    a.highlight {
        background: rgba(200,200,200,.1);
    }

    %nav {
        display: block;
        position: absolute;
        top: 0;
        width: 90rem / $pxConvertRem;
        height: 90rem / $pxConvertRem;
        font-size: 20px;
        line-height: 90rem / $pxConvertRem;
        color: #fff;
        text-align: center;
        outline: none;
    }

    .nav-back {
        @extend %nav;
        left: 10rem / $pxConvertRem;
    }

    .nav-home {
        @extend %nav;
        right: 10rem / $pxConvertRem;
    }

    .nav-btn {
        @extend %nav;
        right: 10rem / $pxConvertRem;
        font-size: 14px;
    }

    .nav-title {
        position: absolute;
        margin-left: 100rem / $pxConvertRem;
        margin-right: 100rem / $pxConvertRem;
        height: 100%;
        font-size: 36rem / $pxConvertRem;
        color: #fff;
        font-weight: bold;
        top: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

}
.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;
    }
}
.systemMain{
    width: 92%;
    height: 100%;
    overflow: hidden;
    background-color:#444;
    color: #fff;
    padding:0 4%;
    position: absolute;
    top: 0;
    left: 0;
    p{
        font-size: 52em / $pxConvertRem;
        line-height: 60rem / $pxConvertRem;
        &:first-of-type{
            padding-top: 90rem / $pxConvertRem;
        }
    }
}

.homebuttom{
    display: block;
    width: 100%;
    height: 90rem / $pxConvertRem;
    overflow: hidden;
    @include background-image(linear-gradient(#323232, #414141));
    border-top: 1px solid #444;
    color: #fff;
    // position: absolute;
    // top: 90rem / $pxConvertRem;
    // left: 0;
    // z-index: 10;
    ul{
        width: 100%;
        height: 90%;
        overflow: hidden;
        padding-top: 12rem / $pxConvertRem;
        li{
            width: 25%;
            height: 100%;
            overflow: hidden;
            float: left;
            text-align: center;
            i{
                width: 100%;
                height: 40%;
                overflow: hidden;
                display: block;
            }
            span{
                width: 100%;
                height: auto;
                overflow: hidden;
                display: block;
                line-height: 40rem / $pxConvertRem;
            }
        }
    }
}
.none{
    display: none;
}