.addCaseMsg{width:calc(100% - 120px);overflow:auto;margin:40px;padding:40px 20px;background-color:#fff;border-radius:5px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.addCaseMsg .addCaseContent{width:100%;height:90%;padding-top:20px}.addCaseMsg .addCaseContent .addCaseCenter{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}.addCaseMsg .addCaseContent .addCaseCenter .inputContent{display:flex;gap:10px;margin-bottom:20px;height:50px}.addCaseMsg .addCaseContent .addCaseCenter .inputContent .label{display:inline-block;width:100px;text-align:right;white-space:nowrap}.addCaseMsg .addCaseContent .addCaseCenter .el-input__inner,.addCaseMsg .addCaseContent .addCaseCenter .el-textarea__inner{width:100%}.addCaseMsg .addCaseContent .addCaseCenter .currentImg{width:150px;height:150px;line-height:150px;text-align:center}.addCaseMsg .addCaseContent .addCaseCenter .currentImg img{max-width:100%;max-height:100%}.addCaseMsg .addCaseContent .borderStyle{border:none}.addCaseMsg .addCaseContent .el-textarea__inner{resize:none}.addCaseMsg .confirm{width:100%;text-align:center}.addCaseMsg .confirm .sure{width:150px;margin:0 auto}