_list.scss 2.68 KB
.product-list-page {
    .brand-banner {
        position: relative;

        .opt-wrap {
            position: absolute;
            width: 100%;
            height: 32px;
            top: 50%;
            margin-top: -16px;
            text-align: right;
        }

        a, span {
            display: inline-block;
            height: 20px;
            margin-right: 5px;
            line-height: 20px;
            border: 1px solid #fff;
            padding: 5px 10px;
            color: #fff;
            font-size: 12px;
        }

        .iconfont {
            font-size: 12px;
        }

        .brand-favor {
            margin-right: 0;
        }

        .coled {
            color: #f00;
        }
    }

    .shop-entry {
        position: relative;
        background: #f5f7f6;
        border: 1px solid #eaeceb;
        padding: 12px 15px;
        margin-bottom: 10px;

        .logo {
            width: 80px;
            height: 50px;
        }

        .name {
            margin-left: 10px;
        }

        .shop-name {
            font-size: 16px;
            color: #222;
            line-height: 26px;
        }

        .sorts {
            color: #999;
            font-size: 12px;
            line-height: 18px;

            a {
                color: #999;
            }
        }

        .entry-btn {
            position: absolute;
            right: 15px;
            top: 50%;
            width: 110px;
            height: 32px;
            line-height: 32px;
            margin-top: -16px;
            background: #222;
            text-align: center;
            color: #fff;
            font-size: 12px;

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

    .sort-intro {
        margin-bottom: 20px;

        .texts {
            width: 386px;
            height: 298px;
            padding: 0 50px;
            border: 1px solid #eaeceb;
            text-align: center;
        }

        .name {
            font-size: 30px;
            font-weight: bold;
            margin-top: 60px;
        }

        .en-name {
            font-size: 14px;
            font-weight: bold;
        }

        .desc {
            margin-top: 15px;
            color: #666;
            margin-top: 15px;
            font-size: 12px;
            line-height: 150%;
        }

        .img {
            width: 480px;
            height: 300px;
        }
    }
}

@media (max-width: 1180px) {
    .product-list-page .sort-intro {
        .texts {
            width: 346px;
            height: 248px;
            padding: 0 30px;
        }

        .name {
            margin-top: 30px;
        }

        .img {
            width: 400px;
            height: 250px;
        }
    }
}