|
@@ -118,8 +118,9 @@
|
|
|
background-image: linear-gradient(to top, #002f56, #002645);
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-.el-dialog__title,.el-message-box__title {
|
|
|
- color: #FFFFFF;
|
|
|
+.el-dialog__title,
|
|
|
+.el-message-box__title {
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
.el-form-item__label,
|
|
|
.el-message-box__message {
|
|
@@ -131,7 +132,8 @@
|
|
|
color: #f2f6fc;
|
|
|
}
|
|
|
/* el-button--default */
|
|
|
-.el-button--default,.el-button--default:focus {
|
|
|
+.el-button--default,
|
|
|
+.el-button--default:focus {
|
|
|
background-image: --webkit-linear-gradient(to top, #303133, #606266);
|
|
|
background-image: --moz-linear-gradient(to top, #303133, #606266);
|
|
|
background-image: linear-gradient(to top, #303133, #606266);
|
|
@@ -143,7 +145,8 @@
|
|
|
background-image: linear-gradient(to top, #606266, #909399);
|
|
|
color: #fff;
|
|
|
}
|
|
|
-.el-button--primary,.el-button--primary:focus {
|
|
|
+.el-button--primary,
|
|
|
+.el-button--primary:focus {
|
|
|
background-image: --webkit-linear-gradient(to top, #002f56, #00aaff);
|
|
|
background-image: --moz-linear-gradient(to top, #002f56, #00aaff);
|
|
|
background-image: linear-gradient(to top, #002f56, #00aaff);
|
|
@@ -154,15 +157,50 @@
|
|
|
background-image: linear-gradient(to top, #00aaff, #1deef5);
|
|
|
}
|
|
|
/* table */
|
|
|
-.el-dialog__body *,tr,td,th{
|
|
|
+.el-dialog__body *,
|
|
|
+tr,
|
|
|
+td,
|
|
|
+th {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
-.el-table,.el-pagination__total,.el-pagination__jump{
|
|
|
- color: #C0C4CC;
|
|
|
+/* .el-table__body-wrapper */
|
|
|
+.is-scrolling-none {
|
|
|
+ background-color: #00000032 !important;
|
|
|
+}
|
|
|
+.el-table,
|
|
|
+.el-pagination__total,
|
|
|
+.el-pagination__jump {
|
|
|
+ color: #c0c4cc;
|
|
|
}
|
|
|
-.el-table thead{
|
|
|
- color: #FFFFFF;
|
|
|
+.el-table thead {
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
-.el-table__fixed{
|
|
|
+.el-table__fixed-right::before,
|
|
|
+.el-table__fixed::before,
|
|
|
+.el-table::before {
|
|
|
height: 0;
|
|
|
-}
|
|
|
+}
|
|
|
+.has-gutter {
|
|
|
+ background-color: #00000064 !important;
|
|
|
+}
|
|
|
+/* 二级菜单 */
|
|
|
+.el-menu--popup-bottom-start {
|
|
|
+ background-color: #00aaffaa;
|
|
|
+}
|
|
|
+#app ~ .el-menu--horizontal .el-menu-item {
|
|
|
+ /* padding: 10px 0; */
|
|
|
+ margin: 10px;
|
|
|
+ height: 50px !important;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: pingfangSC;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 50px;
|
|
|
+ color: #ffffffaa;
|
|
|
+ background-color: #254fc6;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+#app ~ .el-menu--horizontal .is-active {
|
|
|
+ background: linear-gradient(0deg, #4279d2 0%, #0942c0 100%);
|
|
|
+ border: 1px solid #74ffff;
|
|
|
+}
|