Commit 9ff54f76 by sunchao

薪资单

parent e8d8bd27
<div class="salesWrapper"> <div class="salesWrapper">
<ul class="tab"> <ul class="tab">
<li class="selected" *ngFor="let tabItem of tabList" (click)="selectTab(tabI)" <li class="selected" *ngFor="let tabItem of tabList" (click)="selectTab(tabItem.id)"
[ngClass]="{selected:selectedId === tabItem.id}" [ngClass]="{selected:selectedId === tabItem.id}"
> >
<div style="position: relative;"> <div style="position: relative;">
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<div class="price" *ngIf="payScaleItem.pdfOssPath">-</div> <div class="price" *ngIf="payScaleItem.pdfOssPath">-</div>
</div> </div>
<div class="salary_down"> <div class="salary_down">
<img src="assets/images/salary_download.png" alt="下载" style="width: 20px;margin-right: 20px;"/> <img src="assets/images/salary_download.png" alt="下载"/>
薪资单明细 薪资单明细
</div> </div>
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
// height: 20px;
font-size: 14px; font-size: 14px;
.price{ .price{
font-size: 16px; font-size: 16px;
...@@ -46,7 +45,15 @@ ...@@ -46,7 +45,15 @@
.salary_down{ .salary_down{
border-top: 1px #eee solid; border-top: 1px #eee solid;
padding: 10px 0 0; padding: 10px 0 0;
text-align: center; display: flex;
justify-content: center;
align-items: center;
margin-top: 5px;
img{
width: 20px;
height: 20px;
margin-right: 15px;
}
} }
.long_line{ .long_line{
font-size: 12px; font-size: 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment