Commit 3e193d29 by Sweet Zhang

优化

parent 8e0b901d
......@@ -21,7 +21,7 @@
<footer class="fixed" (click)="next()" *ngIf="(approveStatus==null || approveStatus=='-1') && (type != 'eNotice') && (type !='continuationRate') && (type !='unionSaleSignature')">
我自愿签订经纪人合同书
</footer>
<footer class="fixed" (click)="saveDigitalSignatures()" *ngIf="(type == 'eNotice') || (type=='continuationRate') || (type =='unionSaleSignature') " style="margin:45px;width:auto;border-radius:60px">
<footer class="fixed" (click)="saveDigitalSignatures()" *ngIf="(type == 'eNotice') || (type=='continuationRate') || (type =='unionSaleSignature') " style="margin:45px 15px;width:auto;border-radius:60px">
确认提交
</footer>
<div id="page" *ngIf="approveStatus!=null && approveStatus !='-1'">
......
<div class="customer_wrapper">
<h4 *ngIf="customerList && customerList.length<=0" style="font-size:22px;color:#888;margin-top:30%">暂无客户关系</h4>
<h4 *ngIf="customerList && customerList.length<=0" style="font-size:22px;color:#888;padding-top:10%;text-align:center">暂无客户关系</h4>
<ng-container *ngIf="customerList && customerList.length>0">
<ul class="customer_content" *ngFor="let customerItem of customerList;index as i;">
<img src="assets/images/man.png" alt="男" *ngIf="customerItem.gender=='男'">
......
......@@ -2,7 +2,7 @@
color: #333;
position: relative;
background-color: #fff;
min-height: calc(100vh - 50px);
min-height: calc(100vh - 70px);
.customer_content{
border-bottom: 1px #e2e2e2 solid;
padding: 10px 15px;
......
.salesWrapper{
width: 100%;
height: calc(100vh - 49px);
height: calc(100vh - 70px);
overflow: auto;
background:#fff;
.search_wrapper{
......
......@@ -82,7 +82,7 @@
text-align: center;
font-size: 18px;
color: #1B5B99;
margin: 80px auto 30px;
margin: 70px auto 30px;
}
ul{
display: flex;
......
......@@ -13,7 +13,7 @@ html, body {
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
background: #F5F5F5;
background: #f9f9f9;
}
ol, ul {
......
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