index.scss 1.16 KB
.hot-series {
    margin-top: 40px;
    padding: 0 40px;

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

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

        .item {
            width: 168px;
            height: 210px;
            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;
            width: 144px;
            margin-left:10rpx;
            overflow: hidden;
            text-overflow: ellipsis;
            // margin-bottom: 20rpx;
        }
    }
    .category-line {
        position: relative;
        left: 0;
        bottom: 0px;
        margin-top: 60px;
        background-color: #eeeeee;
        height:2px;
    }

    .hidden {
        background-color: white;
        margin-top: 40px;
    }
}