_brand-banner.css 812 Bytes
.brand-banner {
    position: relative;

    .banner-img {
        min-height: 45px;
    }

    .opt-wrap {
        width: 100%;
        height: 45px;
        position: absolute;
        top: 50%;
        margin-top: -23px;

        .brand-logo {
            display: inline-block;
        }

        .opt > * {
            height: 32px;
            line-height: 32px;
            padding: 0 10px;
            margin: 6px 0 0 5px;
            color: #fff;
            font-size: 14px;
            border: 1px solid #fff;
            display: inline-block;
        }

        .brand-info {
            cursor: pointer;
        }

        .brand-fav {
            cursor: pointer;
        }

        .coll {
            color: #1d1d1d;
        }

        .iconfont {
            font-size: 12px;
        }
    }
}