This commit is contained in:
Taric Xin
2021-12-08 19:15:15 +08:00
parent e94c4486ea
commit 2637bcbf02
10 changed files with 239 additions and 102 deletions

View File

@ -1,11 +1,9 @@
<nz-layout class="layout">
<nz-header>
<div nz-row>
<div nz-col nzSpan="8" style="display: flex;align-items: center;">
<img width="95" height="32" src="./assets/images/user/logo.png" [routerLink]="['/']" />
</div>
<div nz-col nzSpan="8" class="text-center">
<label class="title">运营管理平台</label>
<div nz-col nzSpan="24" style="display: flex;align-items: center;">
<img width="32" height="32" src="./assets/images/user/logo.svg" [routerLink]="['/']" />
<label class="title ml-sm">运营管理平台</label>
</div>
</div>
</nz-header>

View File

@ -10,12 +10,13 @@
background: #ffffff;
box-shadow: 0px 5px 5px #d1d1d1;
}
}
}
.title {
color : #1890ff;
font-weight: 800;
font-size : 28px;
text-align : center;
font-size : 18px;
font-weight: 600;
color : #26282A;
}