Commit 62e34d8f by Sweet Zhang

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

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