|
@@ -87,9 +87,9 @@ html {
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
- font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
|
|
|
|
|
+ font-family: Inter, "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
|
|
|
font-size: $base-font-size-default;
|
|
font-size: $base-font-size-default;
|
|
|
- color: #2c3e50;
|
|
|
|
|
|
|
+ color: #e0e6ed;
|
|
|
background: rgb(5,23,51);/*配色修改*/
|
|
background: rgb(5,23,51);/*配色修改*/
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -152,7 +152,7 @@ html {
|
|
|
}
|
|
}
|
|
|
//padding: $base-padding;
|
|
//padding: $base-padding;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
- background: #1f2a38;
|
|
|
|
|
|
|
+ background: #0b1d34;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -177,7 +177,8 @@ html {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
th {
|
|
|
- background: #f5f7fa;
|
|
|
|
|
|
|
+ background: #123e7f;
|
|
|
|
|
+ color: #abd3e5;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
td,
|
|
td,
|
|
@@ -204,8 +205,10 @@ html {
|
|
|
padding: 2px 5px;
|
|
padding: 2px 5px;
|
|
|
margin: 15px 0 0 0;
|
|
margin: 15px 0 0 0;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
- color: $base-color-black;
|
|
|
|
|
|
|
+ color: #e0e6ed;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ background: #11263c;
|
|
|
|
|
+ border-radius: 6px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.el-menu.el-menu--popup.el-menu--popup-right-start {
|
|
.el-menu.el-menu--popup.el-menu--popup-right-start {
|
|
@@ -238,6 +241,8 @@ html {
|
|
|
|
|
|
|
|
&__content {
|
|
&__content {
|
|
|
padding: 20px 20px 20px 20px;
|
|
padding: 20px 20px 20px 20px;
|
|
|
|
|
+ background: #0b1d34;
|
|
|
|
|
+ color: #e0e6ed;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -246,6 +251,8 @@ html {
|
|
|
|
|
|
|
|
&__body {
|
|
&__body {
|
|
|
padding: $base-padding;
|
|
padding: $base-padding;
|
|
|
|
|
+ background: #0b1d34;
|
|
|
|
|
+ color: #e0e6ed;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|