shopDatenTop.less 1.58 KB
.item_box{
    margin: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    .head_portrait{
        width: 100px;
        height: 100px;
        border-radius: 100px;
    }
    .user_info{
        margin-left: 30px;
        text-align: left;
        flex: 1;
        .daren_box{
            display: flex;
            height: 40px;
            align-items: center;
            .name{
                height:40px;
                font-size:28px;
                font-weight:500;
                color:rgba(51,51,51,1);
                line-height:40px;
                -webkit-line-clamp: 1;
                /*! autoprefixer: off */
                -webkit-box-orient: vertical;
                /*! autoprefixer: on */
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .tag{
                //height: 28px;
                //line-height: 28px;
                padding:0 8px;
                border-radius:6px;
                border:1px solid rgba(245,166,35,1);
                font-size:20px;
                color:rgba(245,166,35,1);
                margin-left: 10px;
            }
        }
        .desc{
            height:33px;
            font-size:24px;
            font-weight:400;
            color:rgba(102,102,102,1);
            line-height:33px;
            margin-top: 10px;
        }
    }
    .btn{
        width:120px;
        height:48px;
        background:rgba(255,236,239,1);
        border-radius:26px;
        color: #FC1541;
        font-size: 26px;
        text-align: center;
        line-height: 48px;
    }
}