_shop-prodfile.css 1019 Bytes
.shop-introduce-page{
    .banner {
        width: auto;
        display: block;
        background-size: 100%;
        overflow: hidden;

        img {
            margin: 87px auto;
            width: 400px;
        }
    }

    .descripition {
        margin: 0 20px 0px 20px;
        font-size: 22px;
        line-height: 36px;
        padding: 60px 20px 40px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        text-indent: 2em;
    }

    .sign-icon {
        font-size: 32px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-weight: 100;
    }

    .sign-icon > span {
        width:auto;
    }
}

.brand-shop-page{
    .brand-list{
        margin-left: 20px;
        font-size: 36px;
        border-bottom: 1px solid #e6e6e6;
        text-align: left;
        height: 90px;
        line-height: 90px;
        vertical-align:middle;
        display: block;
        width: 100%;
    }
}