_list.scss 1.79 KB
.product-list-page {
    .list-left {
        width: 160px;
    }

    .list-right {
        width: 970px;
    }

    .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;
            }
        }
    }
}