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

48 lines
500 B

:host {
text-align: center;
}
nz-header {
background: #7dbcea;
color: #fff;
ul {
display: flex;
li {
margin: 0 6px;
}
}
}
nz-footer {
line-height: 1.5;
}
nz-sider {
background: #3ba0e9;
color: #fff;
line-height: 120px;
}
nz-content {
background: rgba(16, 142, 233, 1);
color: #fff;
min-height: 120px;
line-height: 120px;
}
nz-layout {
width: 100%;
height: 100%;
}
nz-layout:last-child {
margin: 0;
}
.router-link-active {
color: black;
}