Blame view

public/scss/product/shop/_shop-prodfile.css 968 Bytes
王水玲 authored
1 2 3 4 5
.shop-introduce-page {
    .banner {
        width: auto;
        display: block;
        background-size: 100%;
郭成尧 authored
6 7 8 9 10 11
        overflow: hidden;

        img {
            margin: 87px auto;
            width: 400px;
        }
王水玲 authored
12 13 14
    }

    .descripition {
郭成尧 authored
15
        margin: 0 20px;
王水玲 authored
16 17
        font-size: 22px;
        line-height: 36px;
郭成尧 authored
18
        padding: 60px 20px 40px;
王水玲 authored
19 20 21 22 23 24 25 26 27 28 29 30 31 32
        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 {
33
        width: auto;
王水玲 authored
34 35 36 37 38 39 40 41 42 43 44
    }
}

.brand-shop-page {
    .brand-list {
        margin-left: 20px;
        font-size: 36px;
        border-bottom: 1px solid #e6e6e6;
        text-align: left;
        height: 90px;
        line-height: 90px;
ccbikai(👎🏻🍜) authored
45
        vertical-align: middle;
王水玲 authored
46 47 48 49
        display: block;
        width: 100%;
    }
}