|
@@ -1,5 +1,5 @@
|
|
|
$white: #fff;
|
|
|
-$default-border-color:#2986ce;
|
|
|
+$default-border-color: #2986ce;
|
|
|
$table-border-color: #3e6b98;
|
|
|
$table-header-background-color: #284266;
|
|
|
|
|
@@ -23,12 +23,14 @@ $table-header-background-color: #284266;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-#app,.app-container{
|
|
|
+
|
|
|
+#app, .app-container {
|
|
|
background-image: url('../images/pageBg.png');
|
|
|
background-size: cover;
|
|
|
background-position: center;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
+
|
|
|
.app-title-bg {
|
|
|
width: 100%;
|
|
|
background-color: #101C38;
|
|
@@ -104,6 +106,7 @@ $table-header-background-color: #284266;
|
|
|
.el-breadcrumb__inner.is-link, .el-breadcrumb__inner a {
|
|
|
color: $white;
|
|
|
}
|
|
|
+
|
|
|
// 按钮背景
|
|
|
.cpp-btu-background {
|
|
|
background-image: url('../images/topRightBtuBg.png');
|
|
@@ -111,6 +114,7 @@ $table-header-background-color: #284266;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
+
|
|
|
/*vxe表格*/
|
|
|
.vxe-table--render-default.border--default .vxe-table--header-wrapper, .vxe-table--render-default.border--full .vxe-table--header-wrapper, .vxe-table--render-default.border--outer .vxe-table--header-wrapper {
|
|
|
background-color: $table-header-background-color !important;
|
|
@@ -129,6 +133,7 @@ $table-header-background-color: #284266;
|
|
|
.vxe-pager--jump, .vxe-pager--total {
|
|
|
color: $white;
|
|
|
}
|
|
|
+
|
|
|
.vxe-table--render-default .vxe-body--row.row--current {
|
|
|
background-color: $base-menu-background !important;
|
|
|
}
|
|
@@ -142,9 +147,10 @@ $table-header-background-color: #284266;
|
|
|
background-image: linear-gradient($table-border-color, $table-border-color), linear-gradient($table-border-color, $table-border-color) !important;
|
|
|
}
|
|
|
|
|
|
-.vxe-table .vxe-table--header-wrapper .vxe-table--header-border-line, .vxe-table--render-default .vxe-table--border-line,.vxe-pager.is--perfect {
|
|
|
+.vxe-table .vxe-table--header-wrapper .vxe-table--header-border-line, .vxe-table--render-default .vxe-table--border-line, .vxe-pager.is--perfect {
|
|
|
border: 1px solid $table-border-color !important;
|
|
|
}
|
|
|
+
|
|
|
.vxe-table--render-default.border--full .vxe-table--fixed-left-wrapper {
|
|
|
border-right: 1px solid $table-border-color !important;
|
|
|
background-image: url('../images/pageBg.png');
|
|
@@ -152,6 +158,7 @@ $table-header-background-color: #284266;
|
|
|
background-position: center;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
+
|
|
|
/*element表格*/
|
|
|
.el-table, .el-table tr {
|
|
|
background-color: transparent !important;
|
|
@@ -209,6 +216,7 @@ $table-header-background-color: #284266;
|
|
|
/*element 弹窗*/
|
|
|
.el-dialog__header, .el-dialog__body, .el-dialog__footer {
|
|
|
//background-color: $base-menu-background !important;
|
|
|
+ color: white !important;
|
|
|
background-color: #406e90 !important;
|
|
|
}
|
|
|
|
|
@@ -219,19 +227,27 @@ $table-header-background-color: #284266;
|
|
|
.el-form-item__label {
|
|
|
color: $white !important;
|
|
|
}
|
|
|
+
|
|
|
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
|
|
|
color: #083d5c;
|
|
|
}
|
|
|
- .el-dialog__headerbtn .el-dialog__close {
|
|
|
- color: white;
|
|
|
- }
|
|
|
-.dark-el-dialog{
|
|
|
+
|
|
|
+.el-dialog__headerbtn .el-dialog__close {
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.el-radio__label {
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.dark-el-dialog {
|
|
|
.el-input__inner {
|
|
|
background-color: transparent;
|
|
|
border: 1px solid $white;
|
|
|
color: #cddef1;
|
|
|
}
|
|
|
- .el-button{
|
|
|
+
|
|
|
+ .el-button {
|
|
|
background-color: transparent !important;
|
|
|
border-top: none;
|
|
|
border-bottom: none;
|
|
@@ -242,13 +258,18 @@ $table-header-background-color: #284266;
|
|
|
background-repeat: no-repeat;
|
|
|
color: white;
|
|
|
}
|
|
|
+
|
|
|
.el-dialog.is-fullscreen {
|
|
|
background: transparent;
|
|
|
}
|
|
|
+
|
|
|
.el-table, .el-table tr {
|
|
|
background-color: #083d5c !important;
|
|
|
color: $white !important;
|
|
|
}
|
|
|
+ .el-radio__input.is-checked + .el-radio__label {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/*element-tree*/
|
|
@@ -267,7 +288,8 @@ $table-header-background-color: #284266;
|
|
|
border: 0.001rem solid $default-border-color;
|
|
|
background-color: transparent;
|
|
|
color: #FFFFFF;
|
|
|
- .el-table th.el-table__cell{
|
|
|
+
|
|
|
+ .el-table th.el-table__cell {
|
|
|
background: $table-header-background-color !important;
|
|
|
}
|
|
|
}
|
|
@@ -302,20 +324,24 @@ $table-header-background-color: #284266;
|
|
|
color: white !important;
|
|
|
background: transparent;
|
|
|
}
|
|
|
+
|
|
|
.el-date-editor .el-range-separator {
|
|
|
color: $white !important;
|
|
|
}
|
|
|
-.el-picker-panel__body-wrapper{
|
|
|
+
|
|
|
+.el-picker-panel__body-wrapper {
|
|
|
.el-input__inner {
|
|
|
background-color: rgba(15, 28, 49, 0.8);
|
|
|
border: 1px solid $default-border-color;
|
|
|
color: #cddef1;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.el-picker-panel__footer {
|
|
|
border-top: 1px solid rgba(29, 128, 218, 1) !important;
|
|
|
background: rgba(30, 84, 128, 0.8) !important;
|
|
|
}
|
|
|
+
|
|
|
.cpp-popper {
|
|
|
background: rgba(30, 84, 128, 0.8);
|
|
|
border: 1px solid rgba(29, 128, 218, 1);
|