$white: #FFFFFF; $paleBg: #F8F8F8; $blue: #3A70F0; $paleBorder: #F0F0F0; $iColor: #555555; $font: #000000; $liBorder:#F0F0F0; $bgBlue:#3A70F0; $iBg:#DADADA; .el-dialog{ margin-top:30vh !important; } .dialogStyle{ .el-dialog__body,.el-dialog__header{padding: 0;} .el-dialog__header{ background: $blue; height: 50px; line-height: 50px; padding: 0 !important; .el-dialog__title{ color:$white; margin-left: 22px; font-size: 14px; } .el-dialog__close{ display: none; } } .el-dialog__body{ padding: 0; margin-top: 15px; .el-input{ width: 218px; height: 30px; } .el-input__inner{ height: 30px !important; line-height: 30px !important; } .el-form-item{ margin-bottom: 15px; } } .code { height: 28px; line-height: 28px; display: block; margin: 0px -8px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; width: 65px; text-align: center; } } // 操作按钮 .separate{ text-align: center; .btn{ width: 70px !important; height: 26px !important; line-height: 0; margin-bottom: 24px; } .submit{ background: $blue !important; } .cancel{ background: #CCCCCC; color:$iColor; } }