济南项目
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.

71 lines
1006 B

:host {
text-align: center;
}
nz-header {
height: 50px;
line-height: 50px;
background: #2C4DC0;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
ul {
display: flex;
justify-content: center;
margin-bottom: 0px;
width: 600px;
li {
margin: 0 6px;
width: 120px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
}
}
.router-link-active {
background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(180, 202, 252, 0.5000) 50%, #769FF9 100%);
text-align: center;
transform: skewX(-20deg);
}
.router-link-active>div {
height: 50px;
transform: skewX(20deg);
border-bottom: 2px solid #95FFCF;
color: #fff;
}
nz-footer {
line-height: 1.5;
}
nz-sider {
background: #2D4DbF;
color: #fff;
}
nz-content {
color: #fff;
}
nz-layout {
width: 100%;
height: 100%;
}
nz-layout:last-child {
margin: 0;
}
.router-link-active {
color: black;
}