/*中间内容开始*/
#leavingMessage-container{
    width: 100%;
    background: #F1F1F3;
    padding-top: 40px;
    padding-bottom: 50px;
}
.leavingMessage-content{
    width: 843px;
    height: 830px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
}
.leavingMessage-content>.title{
    width: 100%;
    height: 150px;

    background: url("/resource/imgs/leave.png");
    font-size: 16px;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: white;
}
.leavingMessage-content>.title>p:nth-of-type(1){
    font-weight: bold;
    font-size: 24px;
    padding-top: 30px;
}
.leavingMessage-content .content1{
    width: 80%;
    margin: 30px auto;
}
.leavingMessage-content .content1 .el-form-item__label{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.leavingMessage-content .content1 .el-textarea__inner{
    height: 100px;
}
.leavingMessage-content .content1 span{
    text-align: right;
    display: inline-block;
    width: 80px;
    font-weight: bold;
    color: #343434;
    margin-right: 20px;
}
.leavingMessage-content .content1 .textSpan{
    position: relative;
    top: -130px;
}
.leavingMessage-content .content1 input{
    width: 500px;
    height: 40px;
    margin: 10px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid #A0A0A0;
}
.leavingMessage-content .content1 textarea{
    width: 490px;
    height: 120px;
    margin: 10px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #A0A0A0;
}
.leavingMessage-content .content1 .sub{
    width: 164px;
    height: 50px;
    background: #1D2088;
    text-align: center;
    line-height: 50px;
    border: none;
    margin-left: 110px;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}
/*中间内容结束*/