|
@@ -573,7 +573,7 @@ body {
|
|
|
height: 64px;
|
|
|
position: relative;
|
|
|
line-height: 64px;
|
|
|
- padding-left: 24px;
|
|
|
+ padding-left: 15px !important;
|
|
|
-webkit-transition: all 0.3s;
|
|
|
transition: all 0.3s;
|
|
|
background: #002140;
|
|
@@ -724,7 +724,9 @@ body {
|
|
|
color: white;
|
|
|
}
|
|
|
li.ant-menu-item>a>span{
|
|
|
- color: #a7b1c2;
|
|
|
+ color: rgb(191, 203, 217) !important;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
|
|
|
}
|
|
|
.ant-menu>.ant-menu-item-active>a>span{
|
|
|
color: white !important;
|
|
@@ -733,7 +735,9 @@ li.ant-menu-item>a>span{
|
|
|
color: white !important;
|
|
|
}
|
|
|
.ant-menu-submenu-title>span>span{
|
|
|
- color: #a7b1c2;
|
|
|
+ color: rgb(191, 203, 217) !important;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
|
|
|
}
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
|
|
|
background:none !important;
|
|
@@ -754,7 +758,9 @@ li.ant-menu-item>a>span{
|
|
|
color: #6bc5f3;
|
|
|
}
|
|
|
.ant-menu-root > .ant-menu-item span{
|
|
|
- color: #a7b1c2 !important;
|
|
|
+ color: rgb(191, 203, 217) !important;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
|
|
|
}
|
|
|
|
|
|
</style>
|