_hot.css 3.89 KB
.seo-hot-page {
    width: 1150px;
    margin: 0 auto;

    .left-content {
        float: left;
        width: 970px;
    }

    .hot-sort {
        width: 100%;
        position: relative;

        .sort-intro {
            width: 650px;
            height: 300px;
            line-height: 300px;
            border: 1px solid #eaeceb;
            box-sizing: border-box;
        }

        .inline {
            width: 100%;
            padding: 0 30px;
            line-height: 1;
            text-align: center;
            display: inline-block;
            box-sizing: border-box;
            vertical-align: middle;
        }

        .name {
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            margin-top: 0;

            .en {
                width: 100%;
                font-size: 14px;
                display: block;
            }
        }

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

        .key {
            margin-top: 30px;

            > li {
                width: 20%;
                text-align: center;
                float: left;
                font-size: 12px;
                line-height: 20px;
                text-decoration: underline;
            }

            a {
                color: #069;
            }
        }

        .thumb {
            width: 300px;
            height: 300px;
            position: absolute;
            top: 0;
            right: 0;
        }
    }

    .right-content {
        float: right;
        width: 160px;

        $border-color: #dfdfdf;

        .hot-block {
            font-size: 12px;
            border: 1px solid $border-color;
            margin-bottom: 20px;

            .title {
                line-height: 40px;
                font-weight: bold;
                background-color: #eaeceb;
                padding-left: 10px;
            }

            .hot-key {
                line-height: 26px;
                padding: 12px 6px 12px 10px;
                border-top: 1px solid $border-color;

                > a {
                    margin-right: 4px;
                    display: inline-block;
                }
            }

            .brand-item {
                height: 100px;
                padding: 15px 10px;
                display: block;
                box-sizing: border-box;
                border-top: 1px solid $border-color;

                img {
                    width: 100%;
                    height: 100%;
                    display: block;
                }
            }
        }
    }

    .bottom-tab-cont {
        padding-bottom: 20px;

        .latest-walk-extra-area {
            display: none;
        }

        .active {
            display: block;
        }

        .goods {
            width: 110%;
            height: auto;
            margin: 20px 0;

            .good {
                float: left;
                width: 220px;
                margin-right: 14px;
                font-size: 12px;
                text-align: center;

                img {
                    width: 220px;
                    height: 300px;
                    display: block;
                }

                .name {
                    display: block;
                    max-width: 150px;
                    height: 18px;
                    line-height: 16px;
                    margin: 5px auto;
                    color: #222;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

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

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