header.scss 1.68 KB
.reds-shop {
    .pull-left {
        float: left;
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    .branner-top {
        width: 100%;
        height: 234px;
        position: relative;
        overflow: hidden;
        background-size: 100%;
        background-repeat: no-repeat;

        .shop-back-img {
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.2);
        }
    }

    .logo {
        position: absolute;
        overflow: hidden;
        left: 30px;
        bottom: 30px;
        width: 100px;
        height: 100px;
    }

    .store-name {
        color: #fff;
        font-size: 28px;
        position: absolute;
        overflow: hidden;
        left: 148px;
        bottom: 20px;
    }

    .fav-box {
        position: absolute;
        bottom: 20px;
        right: 30px;
        border-radius: 10px;
        text-align: center;
        background-size: contain;
        color: #fff;
        font-size: 28px;

        .favs {
            line-height: 48px;
            margin-right: 16px;
            padding-top: 4px;
            font-size: 24px;
        }
    }

    .already-collect {
        width: 128px;
        height: 50px;
        border-radius: 10px;
        background: url("img/product/already-collect.png") no-repeat;
        background-size: contain;
    }

    .not-collect {
        width: 128px;
        height: 50px;
        border-radius: 10px;
        background: url("img/product/not-collect.png") no-repeat;
        background-size: contain;
    }
}

.is-mars-app {
    #collect {
        display: none;
    }
}

.is-now-app {
    .not-collect {
        display: none;
    }
}