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

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

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

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

        .inline {
            width: 100%;
            padding: 0 50px;
            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;

            .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: 33.33%;
                text-align: center;
                float: left;
                font-size: 12px;
                line-height: 20px;
                text-decoration: underline;
            }

            a {
                color: #069;
            }
        }

        .thumb {
            width: 480px;
            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;
                }
            }
        }
    }
}