maycur-business
Version:
maycur business react components of web
138 lines (137 loc) • 3.13 kB
CSS
/* base variables */
/* text-color */
/* pin */
/* 字体大小 */
/* tab-bar */
/* 提示颜色 */
/* fee type color 引用自主版本 */
/* table相关 */
/* mix-in class */
#mixin-ios-scroll {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
#mixin-pick-bar {
display: flex;
background: #fff;
font-weight: normal;
font-size: 16px;
}
#mixin-pick-bar > div {
flex: 1;
text-align: center;
color: #3296FA;
line-height: 50px;
}
#mktable-filter-dropdown {
border: 1px solid #eee;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
border-radius: 0;
}
.mkbs-header.ant-layout-header {
display: flex;
height: 50px;
padding: 0 16px 0 0;
background-color: #3296FA;
}
.mkbs-header-logo {
display: flex;
align-items: center;
justify-content: space-between;
width: 220px;
padding-left: 44px;
color: #fff;
font-size: 20px;
transition: all 0.2s;
}
.mkbs-header-logo .logo-content > span {
display: flex;
align-items: center;
}
.mkbs-header-logo .logo-content img {
height: 22px;
}
.mkbs-header-logo .anticon {
margin-right: 22px;
cursor: pointer;
}
.mkbs-header-logo-collapsed {
width: 56px;
justify-content: center;
padding: 0;
}
.mkbs-header-logo-collapsed .logo-content {
display: none;
}
.mkbs-header-logo-collapsed .anticon {
margin: 0;
}
.mkbs-header-menus {
display: flex;
flex: 1;
justify-content: space-between;
}
.mkbs-header .right-menu .ant-menu .ant-menu-item {
padding: 0;
width: 50px;
text-align: center;
}
.mkbs-header .right-menu .ant-menu .ant-menu-submenu.ant-menu-submenu-active,
.mkbs-header .right-menu .ant-menu .ant-menu-submenu:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.mkbs-header .right-menu .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
font-size: 18px;
}
.mkbs-header .right-menu .ant-menu .ant-menu-submenu .ant-menu-submenu-title .fm {
color: #fff;
}
.mkbs-header .ant-menu {
flex-grow: 1;
background-color: transparent;
line-height: 50px;
height: 50px;
display: flex;
align-items: center;
}
.mkbs-header .ant-menu .ant-menu-item {
padding: 0 26px;
}
.mkbs-header .ant-menu .ant-menu-item:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.mkbs-header .ant-menu .ant-menu-item > a {
color: #fff;
}
.mkbs-header .ant-menu .ant-menu-item.ant-menu-item-selected {
background-color: rgba(0, 0, 0, 0.1);
}
.mkbs-header .ant-menu .ant-menu-item-group-title {
display: none;
}
.mkbs-header .ant-menu .ant-menu-item-group-list {
display: flex;
}
.mkbs-header .ant-menu .ant-menu-item-group-list .ant-menu-item {
padding: 0 16px;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub {
background-color: #fff;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item {
padding: 0;
margin: 0;
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item:hover {
color: #3296FA;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item > a {
display: block;
padding: 0 16px;
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item > span {
display: block;
padding: 0 16px;
}