_latest-walk.css 2.41 KB
.latest-walk {
    overflow: hidden;
    border-top: 2px solid #eaeceb;
    font-size: 12px;

    h2 {
        padding-top: 15px;
        font-size: 14px;
    }

    .goods {
        min-width: 984px;
        height: 241px;
        margin: 30px 0;
        overflow: hidden;
    }

    .good {
        float: left;
        margin-right: 14px;
        width: 150px;
    }

    img {
        display: block;
        width: 150px;
        height: 201px;
    }

    .name {
        display: block;
        height: 18px;
        line-height: 18px;
        max-width: 150px;
        margin: 5px 0;

        @mixin ellipsis ;
    }

    .market-price {
        color: #999;
        margin-right: 5px;
        text-decoration: line-through;
    }

    .sale-price {
        color: #000;
        font-weight: bold;
    }
}

.product-list-page {
    .bottom-tab {
        width: 100%;
        position: relative;

        span {
            font-size: 15px;
            display: inline-block;
            padding-bottom: 12px;
            margin: 10px 45px 0 0;
            font-weight: bold;
            cursor: pointer;
        }

        .bottom-cur {
            border-bottom: 2px solid #000;
        }

        .tab-item + .bottom-line {
            width: 100%;
            border-bottom: 2px solid #eaeceb;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
        }
    }

    .recommend-keywords {
        height: 301px;
        margin: 0;
        display: none;
        border: none;

        p {
            padding: 0;

            .keyword {
                display: inline-block;
                margin: 20px 20px 0 0;
                font-size: 12px;
                width: 202px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }
    }

    .latest-walk-area {
        .latest-walk {
            border-top: none;
        }

        .null-data {
            height: 301px;
            margin: 30px 0;
            line-height: 301px;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            display: none;
        }
    }
}

.min-screen .latest-walk {
    .goods {
        width: 820px;
        min-width: 820px;
        height: 301px;
    }

    .good {
        margin-right: 10px;
        width: 195px;
    }

    img {
        width: 195px;
        height: 261px;
    }
}