.sys-header-container {
|
position: fixed;
|
z-index: 22;
|
left: 0;
|
top: 0;
|
font-weight: bold!important;
|
width: 100%;
|
height: 48px;
|
|
.header-logo {
|
float: left;
|
width: 180px;
|
line-height: 48px;
|
text-align: center;
|
padding-left: 5px;
|
box-sizing: border-box;
|
opacity: 1;
|
transition: width 0.2s, opacity 0.15s;
|
img {
|
max-width: 100%;
|
max-height: 40px;
|
}
|
}
|
|
.header-collapse {
|
float: left;
|
width: 35px;
|
min-height: 48px;
|
line-height: 48px;
|
padding-left: 10px;
|
margin: 0 10px;
|
.anticon {
|
position: relative;
|
top: 3px;
|
font-size: 20px;
|
color: #ffffff;
|
}
|
}
|
.header-menu {
|
float: left;
|
margin: 0;
|
line-height: 48px;
|
li {
|
float: left;
|
font-size: 1.3rem;
|
cursor: pointer;
|
span {
|
padding: 0 10px;
|
height: 42px;
|
display: inline-block;
|
}
|
|
&:hover {
|
color: #eeeeee;
|
span {
|
border-bottom: 4px solid #fafcfb;
|
}
|
}
|
&.active {
|
color: #ffffff;
|
span {
|
border-bottom: 4px solid #1890ff;
|
}
|
}
|
}
|
}
|
|
// .header-menu.level4 {
|
// li {
|
// cursor: default;
|
// &:hover {
|
// span {
|
// cursor: default;
|
// color: rgba(255, 255, 255, 0.65);
|
// border-bottom: none;
|
// }
|
// }
|
// &.active {
|
// span {
|
// color: #ffffff;
|
// border-bottom: 4px solid #1890ff;
|
// }
|
// }
|
// }
|
// }
|
|
.header-setting {
|
float: right;
|
line-height: 48px;
|
margin-right: 10px;
|
img {
|
width: 29px;
|
height: 29px;
|
border-radius: 30px;
|
margin-right: 7px;
|
}
|
span {
|
color: #ffffff;
|
font-size: 0.95rem;
|
.username {
|
display: inline-block;
|
height: 30px;
|
max-width: 95px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
}
|
}
|
.edit-check {
|
font-size: 18px;
|
margin-top: 14px;
|
margin-left: 10px;
|
cursor: pointer;
|
}
|
|
.entrance-wrap {
|
position: absolute;
|
top: 100px;
|
left: 240px;
|
width: calc(100vw - 270px);
|
}
|
.entrance {
|
margin-left: 30px;
|
margin-bottom: 30px;
|
background: #ffffff;
|
box-shadow: 0 0 5px #d9d9d9;
|
border-radius: 5px;
|
width: 250px;
|
height: 250px;
|
color: rgba(0, 0, 0, 0.85);
|
text-align: center;
|
display: inline-block;
|
vertical-align: top;
|
.icon {
|
text-align: center;
|
padding: 15px 0px;
|
.anticon {
|
background-color: #1890ff;
|
color: #ffffff;
|
font-size: 24px;
|
width: 35px;
|
height: 35px;
|
line-height: 40px;
|
border-radius: 35px;
|
}
|
}
|
.title {
|
font-size: 16px;
|
text-align: center;
|
padding-bottom: 10px;
|
}
|
.detail {
|
font-size: 13px;
|
color: rgba(0, 0, 0, 0.65);
|
text-align: center;
|
padding: 0 10px;
|
min-height: 60px;
|
}
|
.ant-btn {
|
margin-top: 15px;
|
height: 28px;
|
padding: 0 25px;
|
}
|
}
|
}
|
.sys-header-container.mask::after {
|
content: ' ';
|
display: block;
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
}
|
.header-dropdown {
|
>li {
|
padding: 5px 25px;
|
}
|
>li.ant-dropdown-menu-submenu {
|
padding: 0px;
|
.ant-dropdown-menu-submenu-title {
|
padding: 5px 25px;
|
}
|
}
|
}
|