f/kunlun-home-web/src/components/layout/Menu.less

125 lines
1.8 KiB
Plaintext

.logContent {
color: #fff;
cursor: pointer;
font-size: 120%;
margin-left: 10px;
vertical-align: top;
}
.collapseDiv:hover {
color: #1890FF;
}
.collapseDiv {
color: #ffffff;
float: left;
margin-right: 5%;
margin-top: 28px;
font-size: 20px;
cursor: pointer;
}
.menu [role=menuitem], [class^=ant-menu-dark] {
height: 55px;
line-height: 55px !important;
}
.subMenu [role=menuitem], [class^=ant-menu-dark] {
height: 35px;
line-height: 13px !important;
}
.subMenu [class^=ant-menu-submenu] {
height: 23px !important;
margin-bottom: 12px !important;
}
.changeTheme > li {
width: 176px
}
.gapTab {
height: 100% !important;
}
.gapTab [class^=ant-tabs-tabpane] {
height: 100% !important;
}
.gapTab [class^=ant-tabs-content] {
height: 100% !important;
}
.gapTab [class^=ant-tabs-extra-content] {
float: right;
height: 40px;
background: #e8e8e88a;
}
.distanceDiv [role="tablist"] {
height: 40px !important;
margin: 0 0 0 0 !important;
}
.inlineDiv [class^=ant-tabs-nav-wrap] {
display: inline-block !important;
}
.siderDiv [class^=ant-layout-sider] {
box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
background: #ffffff;
}
.menuToolBarli {
margin-right: 15px;
}
.menuToolBarli [class^=anticon] {
line-height: 0 !important;
}
.menuToolBarliMessage {
margin-right: 15px;
}
.menuToolBarliMessage [class^=anticon] {
line-height: 0 !important;
}
.dropdownPane [class^=ant-dropdown] {
left: 900px !important;
top: 63px !important;
}
:global {
.ant-tabs-tabpane-inactive {
display: none;
}
}
.tabDiv {
padding: 20px 20px 20px 20px;
width: 100%;
height: calc(100%);
}
.cursorDiv:hover {
cursor: pointer;
}
.cursorDiv {
left: 89.5% !important;
}
.personInfoDiv {
left: 80.5% !important;
}
.noticeInfoDiv {
left: 70% !important;
}
.sub_menu_ul > ul {
background: #ffffff !important;
}