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

70 lines
945 B

:host {
text-align: center;
}
nz-header {
height: 48px;
line-height: 48px;
background: #2D4DbF;
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-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
text-align: center;
transform: skewX(-20deg);
}
.router-link-active>div {
height: 48px;
transform: skewX(20deg);
border-bottom: 2px solid red;
}
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;
}