|
|
@@ -7,7 +7,7 @@
|
|
|
html {
|
|
|
font-family: @font-family;
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
+ -webkit-tap-highlight-color: @m-black;
|
|
|
// better Font Rendering
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
@@ -23,9 +23,9 @@ body {
|
|
|
|
|
|
// 布局组件样式初始化
|
|
|
.ant-layout {
|
|
|
- background: rgb(255 255 255);
|
|
|
+ background: @m-white;
|
|
|
aside {
|
|
|
- background: rgb(255 255 255);
|
|
|
+ background: @m-white;
|
|
|
.ant-layout-sider-children {
|
|
|
section {
|
|
|
}
|
|
|
@@ -33,11 +33,11 @@ body {
|
|
|
}
|
|
|
> section {
|
|
|
header {
|
|
|
- background: rgb(255 255 255);
|
|
|
+ background: @m-white;
|
|
|
padding: 0;
|
|
|
}
|
|
|
main {
|
|
|
- background: rgb(255 255 255);
|
|
|
+ background: @m-white;
|
|
|
header {
|
|
|
}
|
|
|
main {
|
|
|
@@ -49,13 +49,13 @@ body {
|
|
|
.ant-card .ant-card-head {
|
|
|
border: none;
|
|
|
.ant-card-head-wrapper {
|
|
|
- border-bottom: 1px solid rgb(240, 240, 240);
|
|
|
+ border-bottom: 1px solid @m-white2;
|
|
|
.ant-card-head-title {
|
|
|
text-align: left;
|
|
|
font-size: 16px;
|
|
|
font-family: Source Han Sans CN;
|
|
|
font-weight: 500;
|
|
|
- color: #444444;
|
|
|
+ color: @m-grey24;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -63,32 +63,26 @@ body {
|
|
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
|
|
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
|
|
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
|
|
|
- color: rgb(26, 187, 207);
|
|
|
+ color: @m-green2;
|
|
|
}
|
|
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
|
|
|
- border-color: rgb(26, 187, 207);
|
|
|
+ border-color: @m-green2;
|
|
|
}
|
|
|
.ant-modal-title {
|
|
|
font-size: 18px;
|
|
|
font-family: Source Han Sans CN;
|
|
|
font-weight: 500;
|
|
|
- color: #1abbcf;
|
|
|
+ color: @m-green3;
|
|
|
}
|
|
|
.submit {
|
|
|
- background: #1abbcf;
|
|
|
+ background: @m-green3;
|
|
|
border-radius: 3px;
|
|
|
- color: #fff;
|
|
|
+ color: @m-white0;
|
|
|
}
|
|
|
.ant-btn-primary {
|
|
|
- background-color: #1abbcf;
|
|
|
+ background-color: @m-green3;
|
|
|
}
|
|
|
|
|
|
-// .ant-checkbox-checked .ant-checkbox-inner,
|
|
|
-// .ant-btn-primary:hover,
|
|
|
-// .ant-btn-primary:focus {
|
|
|
-// color: #fff !important;
|
|
|
-// background-color: #2ac1d8 !important;
|
|
|
-// }
|
|
|
|
|
|
.ant-btn:hover,
|
|
|
.ant-btn:focus,
|
|
|
@@ -101,14 +95,14 @@ body {
|
|
|
.ant-menu-item-selected,
|
|
|
.ant-menu-item-selected > a,
|
|
|
.ant-menu-item-selected > a:hover {
|
|
|
- color: #1abbcf;
|
|
|
+ color: @m-green3;
|
|
|
}
|
|
|
|
|
|
.ant-menu-vertical .ant-menu-item::after,
|
|
|
.ant-menu-vertical-left .ant-menu-item::after,
|
|
|
.ant-menu-vertical-right .ant-menu-item::after,
|
|
|
.ant-menu-inline .ant-menu-item::after {
|
|
|
- border-right: 3px solid #1abbcf;
|
|
|
+ border-right: 3px solid @m-green3;
|
|
|
}
|
|
|
|
|
|
.ant-checkbox-checked::after,
|
|
|
@@ -128,17 +122,17 @@ body {
|
|
|
.ant-input:focus,
|
|
|
.ant-input:hover,
|
|
|
.ant-btn:focus {
|
|
|
- border-color: #1abbcf;
|
|
|
+ border-color: @m-green3;
|
|
|
}
|
|
|
|
|
|
.ant-input-affix-wrapper:focus,
|
|
|
.ant-btn:focus {
|
|
|
- box-shadow: rgb(26 187 207 / 20%) 0px 0px 0px 2px;
|
|
|
+ box-shadow: @m-black19 0px 0px 0px 2px;
|
|
|
}
|
|
|
|
|
|
::selection {
|
|
|
- color: rgb(255, 255, 255);
|
|
|
- background: rgb(54 187 207);
|
|
|
+ color: @m-white0;
|
|
|
+ background: @m-white2;
|
|
|
}
|
|
|
|
|
|
.ant-modal-wrap {
|
|
|
@@ -206,13 +200,13 @@ body {
|
|
|
|
|
|
.ant-menu-dark,
|
|
|
.ant-menu-dark {
|
|
|
- background-color: #1d2327;
|
|
|
+ background-color: @m-grey18;
|
|
|
.ant-menu-submenu-title {
|
|
|
font-size: 16px;
|
|
|
text-align: left;
|
|
|
}
|
|
|
.ant-menu-sub {
|
|
|
- background-color: #14181b;
|
|
|
+ background-color: @m-black4;
|
|
|
.ant-menu-item {
|
|
|
font-size: 14px;
|
|
|
font-family: @menu-item-family;
|
|
|
@@ -249,8 +243,8 @@ body {
|
|
|
.ant-table-wrapper {
|
|
|
.ant-table-thead {
|
|
|
tr th {
|
|
|
- background: #212629;
|
|
|
- color: #556772;
|
|
|
+ background: @m-black8;
|
|
|
+ color: @m-grey17;
|
|
|
font-size: 14px;
|
|
|
font-family: Adobe Heiti Std;
|
|
|
}
|
|
|
@@ -265,10 +259,10 @@ body {
|
|
|
}
|
|
|
|
|
|
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
|
|
|
- background: #172b56;
|
|
|
+ background: @m-blue3;
|
|
|
}
|
|
|
.ant-table-body tr td {
|
|
|
- background-color: #0E0E0F;
|
|
|
+ background-color: @m-black2;
|
|
|
color: white;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
@@ -276,16 +270,16 @@ body {
|
|
|
padding: 0;
|
|
|
height: 34px;
|
|
|
line-height: 34px;
|
|
|
- border-color: #161a1c;
|
|
|
+ border-color: @m-black9;
|
|
|
font-family: Adobe Heiti Std;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.ant-table-fixed {
|
|
|
width: max-content !important;
|
|
|
- color: #e5e5e5;
|
|
|
- background: #0e0e0f;
|
|
|
- border-top-color: #0e0e0f !important;
|
|
|
- border-left-color: #161a1c !important;
|
|
|
+ color: @m-white1;
|
|
|
+ background: @m-black2;
|
|
|
+ border-top-color: @m-black2 !important;
|
|
|
+ border-left-color: @m-black9 !important;
|
|
|
}
|
|
|
}
|
|
|
|