|
@@ -588,8 +588,8 @@ body {
|
|
|
|
|
|
&.light {
|
|
|
// 技能博物馆
|
|
|
- // background-color: #221140 !important;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #221140 !important;
|
|
|
+ // background-color: #fff;
|
|
|
box-shadow: 2px 116px 8px 0 rgba(29, 35, 41, 0.05);
|
|
|
|
|
|
.logo {
|
|
@@ -605,8 +605,8 @@ body {
|
|
|
border-right-color: transparent;
|
|
|
|
|
|
// 技能博物馆
|
|
|
- // background-color: #221140;
|
|
|
- // color: white;
|
|
|
+ background-color: #221140;
|
|
|
+ color: white;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -684,10 +684,10 @@ body {
|
|
|
}
|
|
|
|
|
|
// 技能博物馆
|
|
|
-// .ant-menu-root>.ant-menu-item:first-child span {
|
|
|
-// color: white;
|
|
|
-// }
|
|
|
-// .ant-menu-root>.ant-menu-item:first-child i {
|
|
|
-// color: white;
|
|
|
-// }
|
|
|
+.ant-menu-root>.ant-menu-item:first-child span {
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.ant-menu-root>.ant-menu-item:first-child i {
|
|
|
+ color: white;
|
|
|
+}
|
|
|
</style>
|