$font-family-S: "PingFangSC-Regular ","Microsoft YaHei";
.user-info-card-no-todo{
    width: 100%;
    height: calc(100% - 27px);
    height: -webkit-calc(100% - 27px);
    height: -moz-calc(100% - 27px);    
    padding-top: 27px;
    background: #ffffff;
    .no-todo-icon{
        width: 84px;
        height: 96px;
        // background: url('./user-info-no-todos.svg') 50% 50% no-repeat;
        margin:0 127px 0 109px;
    }
    .no-todo-info{
        width: 100%;
        margin-top: 21px;
        .info-title{
            font-family:$font-family-S;
            font-size:16px;
            color:#3e4e59;
            text-align:center;
            line-height: 22px;
            display: block;
            width: 100%;
        }
        .info-todos-count{
            font-family:$font-family-S;
            font-size:12px;
            color:#8F9CA6;
            text-align:center;
            line-height: 22px;
            margin-top: 10px;
            display: block;
            width: 100%;
            label{
                font-family:$font-family-S;
                font-size: 16px;
                color: #BE6CDE;
            }
        }
    }

}