shopDarenHot.less 1.2 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{
            height:40px;
            line-height: 40px;
            font-size:28px;
            font-weight:500;
            color:rgba(51,51,51,1);
        }
        .desc{
            height:25px;
            font-size:18px;
            font-weight:400;
            color:rgba(153,153,153,1);
            line-height:25px;
            overflow: hidden;
        }
        .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;
    }
}