shopDarenHot.less 1.6 KB
.recommendDaren {
    padding-left: 30px;
    display: flex;
    margin-top: 30px;
    .daren_box {
        width: 210px;
        height: auto;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
        border-radius: 12px;
        text-align: center;
        padding: 30px 0;
        margin-left: 30px;
        .head_portrait {
            width: 100px;
            height: 100px;
            border-radius: 100px;
            margin: 0 auto 7px auto;
        }
        .name {
            width: 90%;
            margin: 0 auto;
            height: 40px;
            line-height: 40px;
            font-size: 28px;
            font-weight: 500;
            color: rgba(51, 51, 51, 1);
            -webkit-line-clamp: 1;
            /*! autoprefixer: off */
            display: -webkit-box;
            -webkit-box-orient: vertical;
            /*! autoprefixer: on */
            text-overflow: ellipsis;
            overflow: hidden;
        }
        .desc {
            height: 25px;
            font-size: 18px;
            font-weight: 400;
            color: rgba(153, 153, 153, 1);
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .btn {
            width: 120px;
            height: 48px;
            border-radius: 26px;
            border: 1px solid rgba(252, 21, 65, 1);
            color: #fc1541;
            font-size: 26px;
            line-height: 48px;
            margin: 25px auto 0 auto;
        }
    }
    .daren_box:nth-child(1) {
        margin-left: 0px;
    }
}