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.
92 lines
1.2 KiB
92 lines
1.2 KiB
.trigger {
|
|
font-size: 18px;
|
|
line-height: 64px;
|
|
padding: 0 24px;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
}
|
|
|
|
.trigger:hover {
|
|
color: #1890ff;
|
|
}
|
|
|
|
.logo {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
margin: 16px;
|
|
img {
|
|
margin-left: 12px;
|
|
margin-top: -5px;
|
|
width: 24px;
|
|
}
|
|
span {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
margin-left: 14px;
|
|
}
|
|
}
|
|
|
|
nz-header {
|
|
background: #fff;
|
|
padding: 0;
|
|
}
|
|
|
|
nz-content {
|
|
margin: 0 16px;
|
|
}
|
|
|
|
nz-breadcrumb {
|
|
margin: 16px 0;
|
|
}
|
|
|
|
.inner-content {
|
|
padding: 24px;
|
|
background: #fff;
|
|
min-height: 360px;
|
|
}
|
|
|
|
nz-footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.app-layout {
|
|
height: 100vh;
|
|
}
|
|
|
|
.menu-sidebar {
|
|
position: relative;
|
|
z-index: 10;
|
|
min-height: 100vh;
|
|
box-shadow: 2px 0 6px rgba(0,21,41,.35);
|
|
}
|
|
|
|
/* 设置滚动条的样式 */
|
|
.left_nav{
|
|
overflow-y: auto;
|
|
padding-bottom:50px;
|
|
}
|
|
|
|
.left_nav::-webkit-scrollbar {
|
|
width:2px;
|
|
background: none;
|
|
}
|
|
|
|
.app-header {
|
|
position: relative;
|
|
height: 64px;
|
|
padding: 0;
|
|
background: #fff;
|
|
box-shadow: 0 1px 4px rgba(0,21,41,.08);
|
|
}
|
|
|
|
.header-trigger {
|
|
height: 64px;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
transition: all .3s,padding 0s;
|
|
}
|
|
|
|
.trigger:hover {
|
|
color: #1890ff;
|
|
}
|
|
|