/* 对话框背景颜色 */
::v-deep .el-dialog {
background: #004d86 !important;
}
::v-deep .el-textarea__inner {
width: 920px;
height: 104px;
}
::v-deep .el-dialog__header {
border-bottom: 1px solid #718a9d;
}
::v-deep .el-dialog__title {
color: #fff;
font: 18px;
}
::v-deep .el-dialog__headerbtn .el-dialog__close {
color: #fff;
}
::v-deep .el-form-item__label {
font: 16px;
color: #fff;
width: 100px !important;
}
::v-deep .el-input__inner {
/* width: 200px !important;
height: 36px; */
background: transparent;
color: #fff;
border: 1px solid white !important;
border-color: #fff !important;
}
/* 单位框背景颜色 */
::v-deep .vue-treeselect__control {
background: #004d86 !important;
}
/* 基本信息背景 */
.jiben {
width: 920px;
height: 32px;
background-image: url(../../../images/小标题底.png);
margin-bottom: 25px;
color: #fff;
padding-left: 16px;
line-height: 32px;
}
/*调整表单间距 */
::v-deep .el-form-item__content {
width: 200px;
}
::v-deep .el-input__inner {
cursor: pointer !important;
}
/* 底部确定取消按钮 */
::v-deep .el-dialog__footer {
padding: 30px 50px;
}
::v-deep .el-dialog__body {
margin: 10px 35px 20px 44px;
padding-top: 20px !important;
box-sizing: border-box;
}
.contents {
padding: 0px 40px !important;
}
/* 下拉菜单 */
.el-dropdown-link {
cursor: pointer;
color: #409eff;
}
.el-icon-arrow-down {
font-size: 12px;
}
/* 刷新图标 */
/* .el-icon-refresh {
width: 76px;
height: 36px;
color: #fff;
background-color: #1d96ff !important;
border-radius: 4px;
border: none;
margin-left: 20px;
font-size: 14px;
} */
/* 下拉菜单字体/背景颜色 */
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
background-color: #004d86;
color: #fff;
}
.el-select-dropdown__item {
color: #fff;
}
/* 时间选择 */
::v-deep .el-input--small .el-input__inner {
width: 200px;
height: 36px;
line-height: 36px;
}
.el-date-editor.el-input {
width: 200px;
height: 36px;
line-height: 36px;
}
::v-deep .el-date-editor.el-input .el-input__inner {
height: 36px;
line-height: 36px;
}
/* 单位框背景颜色 */
::v-deep .vue-treeselect__control {
background: #004d86 !important;
color: #fff;
}
/* 单位下拉菜单选中字体颜色 */
::v-deep .vue-treeselect__single-value {
color: #fff !important;
}
/* 分页按钮 */
::v-deep .el-pagination.is-background .el-pager li {
background-color: #004d86;
color: #fff;
}
::v-deep .el-pagination.is-background .btn-next {
background-color: #004d86;
color: #fff;
}
/* 计数器按钮 */
::v-deep .el-input-number__increase {
background-color: transparent !important;
border: none;
color: #cccccc;
border-bottom: none !important;
}
::v-deep .el-input-number__decrease {
background-color: transparent !important;
border: none !important;
color: #cccccc;
}
/* 底部确定取消按钮 */
::v-deep .el-dialog__footer {
padding: 18px 42px 30px 0px;
margin-right: 30px;
}
/* 增加按钮弹框 */
::v-deep .el-dialog {
width: 1060px !important;
}
::v-deep .el-dialog__body {
padding: none !important;
}
::v-deep .box4 .el-textarea__inner {
min-height: 120px !important;
}
/* 调整输入框提示文字颜色 */
::v-deep .vue-treeselect__placeholder {
color: #bdbdbd4f !important;
}
::v-deep input::-webkit-input-placeholder {
color: #bdbdbd4f !important;
}
::v-deep input:-moz-placeholder {
color: #bdbdbd4f !important;
}
/* 文本域提示文字颜色 */
::v-deep ::-webkit-input-placeholder {
color: #bdbdbd4f !important;
}
#chakan /deep/ .el-dialog__body {
padding: 30px 0px 30px 23px;
}