You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.0 KiB
73 lines
2.0 KiB
5 months ago
|
@font-face {
|
||
|
font-family: 'QuartzMS';
|
||
|
src: url('/asset/font/QuartzMS.TTF') format('truetype');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'FZDeSHJW_511M';
|
||
|
src: url('/asset/font/FZDeSHJW_511M.TTF') format('truetype');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Fzltth_SC';
|
||
|
src: url('/asset/font/Fzltth_SC.otf') format('truetype');
|
||
|
}
|
||
|
|
||
|
//侧边导航
|
||
|
// .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
||
|
// background: rgb(229, 247, 249) !important;
|
||
|
// }
|
||
|
|
||
|
|
||
|
|
||
|
.ant-menu-inline .ant-menu-item,
|
||
|
.ant-menu-inline .ant-menu-submenu-title {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
.ns-basic-table .ant-btn:hover {
|
||
|
border-color: transparent !important;
|
||
|
}
|
||
|
|
||
|
.ns-basic-table .ant-btn-link:hover {
|
||
|
background: none !important;
|
||
|
}
|
||
|
|
||
|
// .ns-detail {
|
||
|
// padding: 0px 24px 10px 24px !important;
|
||
|
// }
|
||
|
|
||
|
.ant-tabs-nav-wrap {
|
||
|
padding: 0 24px; // 列表tab边距
|
||
|
}
|
||
|
|
||
|
.ant-tabs-nav {
|
||
|
margin: 0 !important; // 列表tab下边距
|
||
|
}
|
||
|
|
||
|
.ns-richText-ZIndex {
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number {
|
||
|
width: 100%; //inputNumber组件宽度
|
||
|
}
|
||
|
|
||
|
// header菜单字体样式
|
||
|
.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,
|
||
|
.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.ant-menu-dark .ant-menu-item,
|
||
|
.ant-menu-dark .ant-menu-item-group-title,
|
||
|
.ant-menu-dark .ant-menu-item>a,
|
||
|
.ant-menu-dark .ant-menu-item>span>a {
|
||
|
color: #fff;
|
||
|
}
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
|
||
|
border-bottom: unset !important;
|
||
|
}
|
||
|
.ant-menu-horizontal{
|
||
|
border-bottom: unset !important;
|
||
|
}
|