_header-download-app.scss 1.33 KB
/*
 * @description: header-download-app css
 * @author: chenglong.wang@yoho.cn
 * @date: 2015/4/20
 */

.header-download-wrap {
    height: 65px;
    position: relative;
}

.header-download {
    width: 320px;
    height: 65px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 8000;

    .tip-pic {
        position: absolute;
        @include retina-sprite($icons, yoho-girl, 15px, true);
        @include hide-text();
    }

    .tip-info {
        margin-left: 80px;
        margin-top: 20px;
        position: relative;
        width: 210px;

        > h2 {
            font-size: 1.4rem;
            font-weight: bold;
        }

        p {
            margin-top: 5px;
            font-size: 1.2rem;
        }

        > a {
            display: block;
            width: 55px;
            height: 24px;
            position: absolute;
            @include border-radius(5px);
            top: 3px;
            right: 0;
            border: 1px solid #6a6667;
            line-height: 24px;
            text-align: center;
            font-weight: bold;
            color: #000;
            font-size: 1.2rem;
        }
    }

    .tip-c {
        @include retina-sprite($icons, tip-c);
        position: absolute;
        right: 0;
        top: 0;
        @include hide-text();
    }
}