Commit 3e193d29 by Sweet Zhang

优化

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