index.scss 750 Bytes
.hot-series {
    margin-top: 40px;

    .title {
        font-family: PingFang-SC-Medium;
        font-size: 40px;
        color: #000;
        letter-spacing: 0;
        line-height: 56px;
    }

    .scrollview {
        height: 188px;
        text-align: left;
        margin-top: 20px;
        white-space: nowrap;

        .item {
            width: 168px;
            height: 188px;
            display: inline-block;
            text-align: center;
        }

        .item-img {
            width: 140px;
            height: 140px;
        }

        .item-name {
            font-family: SFProText-Regular;
            font-size: 24px;
            line-height: 40px;
            color: #000;
            letter-spacing: 0;
        }
    }
}