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.
85 lines
1.4 KiB
85 lines
1.4 KiB
11 months ago
|
nz-header {
|
||
|
background: #181f47;
|
||
|
padding: 0 26px;
|
||
|
.logo {
|
||
|
h2 {
|
||
|
color: white;
|
||
|
}
|
||
|
}
|
||
|
.menu {
|
||
|
width: 52%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
ul {
|
||
|
li {
|
||
|
height: 56px;
|
||
|
float: left;
|
||
|
color: #fff;
|
||
|
opacity: .65;
|
||
|
font-size: 14px;
|
||
|
padding: 0 20px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.li-selected {
|
||
|
opacity: 1;
|
||
|
border-bottom: 2px solid #1890ff;
|
||
|
}
|
||
|
li:hover {
|
||
|
opacity: 1;
|
||
|
border-bottom: 2px solid #1890ff;
|
||
|
}
|
||
|
list-style-type: none; /* 移除列表的标记,如果需要的话 */
|
||
|
padding: 0; /* 移除padding,如果需要的话 */
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
nz-breadcrumb {
|
||
|
margin: 16px 0;
|
||
|
}
|
||
|
|
||
|
nz-footer {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.inner-content {
|
||
|
div {
|
||
|
float: left;
|
||
|
}
|
||
|
.side_menu {
|
||
|
height: 100%;
|
||
|
color: #595959;
|
||
|
box-shadow: 2px 0 8px rgba(0,0,0,.15);
|
||
|
.side_menu_top {
|
||
|
width: 100%;
|
||
|
margin-top: 8px;
|
||
|
font-size: 18px;
|
||
|
height: 26px;
|
||
|
line-height: 23px;
|
||
|
margin-left: 14px;
|
||
|
.side_menu_top_icon {
|
||
|
height: 26px;
|
||
|
line-height: 26px;
|
||
|
}
|
||
|
span {
|
||
|
margin-left: 6px;
|
||
|
}
|
||
|
}
|
||
|
.side_menu_content {
|
||
|
margin-top: 10px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
height: calc(100vh - 64px);
|
||
|
}
|
||
|
.content {
|
||
|
width:100vw;
|
||
|
}
|
||
|
.content-width {
|
||
|
width: calc(100vw - 280px);
|
||
|
}
|
||
|
|
||
|
|