.messagexk{

    .message-box{
        background: #fff;
        padding:20px;
        height:calc(100vh - 136px);
        .h3{
            font-size: 16px;
            color:#333;
            font-weight: bold;
            position: relative;
            &::before{
                content:"";
                width:3px;
                height:100%;
                background:#1969F9;
                position: absolute;
                left:-20px;
                top:0px;
            }
        }
        .el-form{
            float:left;
            .el-form-item__label{color:#333;}
            .el-input{width:280px;color:#333;}
            padding-top: 35px;
            .el-input.is-disabled .el-input__inner{
                background: #F1F4FA;
                border:1px solid #F1F4FA;
                color:#333;
            }
            .submits{
                margin-top: 26px;
                cursor: pointer;
                width: 76px;
                height: 37px;
                line-height: 37px;
                background: #1969F9;
                border-radius: 2px;
                font-size: 14px;
                color:#fff;
                text-align: center;
                &:hover{
                    background: #0050E0;
                }
            }
        }
        .up-box{
            position: relative;
            margin-left: 90px;
            padding-top: 37px;
            .avatar-uploader{
                width: 98px;
                height: 34px;
                border-radius: 2px;
                border: 1px solid #BEC9DF;
                overflow: hidden;
                line-height: 34px;
                font-size: 14px;
                color:#646B78;
                .iconfont{font-size: 18px;position: relative;top:-1px;margin-left: 10px;}
                &:hover,.el-upload--picture-card:hover, .el-upload:focus{
                    color:#1969F9!important;
                    border-color: #1969F9!important;
                }
            }
            .imspre{
                width:100px;
                height:100px;
                border-radius: 50px;
                margin-bottom: 16px;
            }
        }
    }

}