Commit 62e34d8f by Sweet Zhang

字体调整、保费已划扣bu不再显示通知区域

parent 4da27f73
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
padding: 5px 10px; padding: 5px 10px;
li{ li{
height: 40px; height: 40px;
font-size:14px;
} }
} }
.title{ .title{
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
line-height: 40px; line-height: 40px;
padding-left: 22px; padding-left: 22px;
position: relative; position: relative;
font-size:16px;
&.actived{ &.actived{
color: #1B5B99; color: #1B5B99;
} }
...@@ -46,6 +47,7 @@ ...@@ -46,6 +47,7 @@
height: 30px; height: 30px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
font-size:14px;
} }
} }
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
<div class="tabPaneItem"> <div class="tabPaneItem">
<h4> <h4>
<span>保险名称{{orderPayDetail?.productName}}</span> <span>{{orderPayDetail?.productName}}</span>
<span></span> <span></span>
</h4> </h4>
<ul> <ul>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<li><span>本期扣费时间:</span><span>{{orderPayDetail?.payableDate | date:'yyyy-MM-dd'}}</span></li> <li><span>本期扣费时间:</span><span>{{orderPayDetail?.payableDate | date:'yyyy-MM-dd'}}</span></li>
</ul> </ul>
</div> </div>
<div class="remindContent" *ngIf="type===1"> <div class="remindContent" *ngIf="type===1 && orderPayDetail?.payStatus=='1'">
<h3>提醒一下客户吧</h3> <h3>提醒一下客户吧</h3>
<ul> <ul>
<li (click)="shareSelect(1)"> <li (click)="shareSelect(1)">
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
.leftSection{ .leftSection{
font-size: 16px; font-size: 16px;
p{ p{
font-size: 12px; font-size: 14px;
margin-top: 10px; margin-top: 10px;
} }
} }
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
border-radius: 50%; border-radius: 50%;
background-color: #fff; background-color: #fff;
color: #1B5B99; color: #1B5B99;
font-size: 13px; font-size: 15px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
...@@ -47,12 +47,12 @@ ...@@ -47,12 +47,12 @@
} }
>span:last-child{ >span:last-child{
color: #F24949; color: #F24949;
font-size: 12px; font-size: 14px;
} }
} }
ul{ ul{
color: #666; color: #666;
font-size: 12px; font-size: 14px;
padding: 0 11px 0 18px; padding: 0 11px 0 18px;
li{ li{
display: flex; display: flex;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<h3 *ngIf="!lists" style="text-align:center;margin-top:10%;font-size:18px">暂无数据</h3> <h3 *ngIf="!lists" style="text-align:center;margin-top:10%;font-size:18px">暂无数据</h3>
<div class="tabPaneItem" *ngFor="let item of lists"> <div class="tabPaneItem" *ngFor="let item of lists">
<h4> <h4>
<span>保险名称{{item.productName}}</span> <span>{{item.productName}}</span>
<span>第{{item.payPeriod}}年续期保费</span> <span>第{{item.payPeriod}}年续期保费</span>
</h4> </h4>
<ul> <ul>
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
line-height: 40px; line-height: 40px;
padding-left: 22px; padding-left: 22px;
position: relative; position: relative;
font-size:16px;
&.actived{ &.actived{
color: #1B5B99; color: #1B5B99;
} }
...@@ -41,7 +42,7 @@ ...@@ -41,7 +42,7 @@
} }
>span:last-child{ >span:last-child{
color: #F24949; color: #F24949;
font-size: 12px; font-size: 14px;
width: 100px; width: 100px;
white-space: nowrap; white-space: nowrap;
text-align: right; text-align: right;
...@@ -49,7 +50,7 @@ ...@@ -49,7 +50,7 @@
} }
ul{ ul{
color: #666; color: #666;
font-size: 12px; font-size: 14px;
padding: 0 11px 0 18px; padding: 0 11px 0 18px;
} }
button{ button{
......
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