12 changed files with 215 additions and 10987 deletions
@ -1,25 +1,64 @@ |
|||||||
<div class="box"> |
<div class="box"> |
||||||
<div class="header"> |
<div class="header"> |
||||||
|
<div class="namebox"> |
||||||
|
<div class="block"></div> |
||||||
|
<span style="margin-right: 40px;"> |
||||||
|
开发区B消防救援站 |
||||||
|
</span> |
||||||
|
<span> |
||||||
|
单位总数:9/8 |
||||||
|
</span> |
||||||
|
</div> |
||||||
<div> |
<div> |
||||||
|
<button nz-button style="background: #42B983;color: white;">同意</button> |
||||||
|
<button nz-button style="background: #FF0000;color: white;margin-left: 20px;" |
||||||
|
(click)="showModal()">驳回</button> |
||||||
|
<nz-modal [(nzVisible)]="isVisible" nzTitle="驳回说明" (nzOnCancel)="handleCancel()" |
||||||
|
(nzOnOk)="handleOk()"> |
||||||
|
<ng-container *nzModalContent> |
||||||
|
<textarea rows="4" nz-input [(ngModel)]="rejectdata" placeholder="请输入驳回说明"></textarea> |
||||||
|
</ng-container> |
||||||
|
</nz-modal> |
||||||
</div> |
</div> |
||||||
<span> |
|
||||||
开发区B消防救援站 |
|
||||||
</span> |
|
||||||
<span> |
|
||||||
单位总数:9/8 |
|
||||||
</span> |
|
||||||
</div> |
</div> |
||||||
<div> |
<div class="typebox"> |
||||||
<p>协助任务</p> |
<p>协助任务</p> |
||||||
<div> |
<div class="text"> |
||||||
<span>熟悉演练</span> |
<span>熟悉演练</span> |
||||||
<span>|</span> |
<span class="fenge">|</span> |
||||||
<span>历下区大队</span> |
<span>历下区大队</span> |
||||||
<span>|</span> |
<span class="fenge">|</span> |
||||||
<span> |
<span> |
||||||
千佛山大厦(融通地产物业管理有限公司山东分公司) |
千佛山大厦(融通地产物业管理有限公司山东分公司) |
||||||
</span> |
</span> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
<div class="content"> |
||||||
|
<p>本级任务</p> |
||||||
|
<div class="maincontent"> |
||||||
|
<div class="maincontentitem"> |
||||||
|
<div> |
||||||
|
重大活动 |
||||||
|
</div> |
||||||
|
<div> |
||||||
|
<label nz-checkbox ngModel>济南市开发区正大花园幼儿园</label> |
||||||
|
</div> |
||||||
|
<div> |
||||||
|
<label nz-checkbox ngModel>济南市粤剧餐饮有限公司</label> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="maincontentitem"> |
||||||
|
<div> |
||||||
|
重大活动 |
||||||
|
</div> |
||||||
|
<div> |
||||||
|
<label nz-checkbox ngModel>济南市开发区正大花园幼儿园</label> |
||||||
|
</div> |
||||||
|
<div> |
||||||
|
<label nz-checkbox ngModel>济南市粤剧餐饮有限公司</label> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
</div> |
</div> |
@ -1,3 +1,81 @@ |
|||||||
.box{ |
.box { |
||||||
|
display: flex; |
||||||
} |
flex-direction: column; |
||||||
|
|
||||||
|
.header { |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
justify-content: space-between; |
||||||
|
|
||||||
|
border-bottom: 1px dashed #C7CAD0; |
||||||
|
box-sizing: border-box; |
||||||
|
padding-bottom: 12px; |
||||||
|
|
||||||
|
.namebox { |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
|
||||||
|
.block { |
||||||
|
width: 10px; |
||||||
|
height: 10px; |
||||||
|
background: #2C4DC0; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
.typebox { |
||||||
|
p { |
||||||
|
font-size: 16px; |
||||||
|
margin-top: 12px; |
||||||
|
} |
||||||
|
|
||||||
|
.text { |
||||||
|
margin: 12px 0; |
||||||
|
|
||||||
|
.fenge { |
||||||
|
margin: 0 20px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
border-bottom: 1px dashed #C7CAD0; |
||||||
|
} |
||||||
|
|
||||||
|
.content { |
||||||
|
flex: 1; |
||||||
|
overflow: hidden; |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
|
||||||
|
p { |
||||||
|
font-size: 16px; |
||||||
|
margin-top: 12px; |
||||||
|
} |
||||||
|
|
||||||
|
.maincontent { |
||||||
|
flex: 1; |
||||||
|
overflow-y: auto; |
||||||
|
width: 100%; |
||||||
|
background: #FFFFFF; |
||||||
|
border-radius: 4px 4px 4px 4px; |
||||||
|
opacity: 1; |
||||||
|
border: 1px solid #E4E7EC; |
||||||
|
box-sizing: border-box; |
||||||
|
padding: 12px; |
||||||
|
|
||||||
|
.maincontentitem { |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
justify-content: flex-start; |
||||||
|
|
||||||
|
border-bottom: 1px dashed #C7CAD0; |
||||||
|
margin-bottom: 12px; |
||||||
|
div { |
||||||
|
margin-bottom: 10px; |
||||||
|
} |
||||||
|
|
||||||
|
// align-items: flex-start; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
After Width: | Height: | Size: 535 B |
Loading…
Reference in new issue