Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
62e34d8f
Commit
62e34d8f
authored
Mar 10, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字体调整、保费已划扣bu不再显示通知区域
parent
4da27f73
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
9 deletions
+13
-9
src/app/my/joint-sale-detail/joint-sale-detail.component.scss
+1
-0
src/app/my/joint-sales/joint-sales.component.scss
+2
-0
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.html
+2
-2
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.scss
+4
-4
src/app/my/renewal-reminder/renewal-reminder.component.html
+1
-1
src/app/my/renewal-reminder/renewal-reminder.component.scss
+3
-2
No files found.
src/app/my/joint-sale-detail/joint-sale-detail.component.scss
View file @
62e34d8f
...
...
@@ -7,6 +7,7 @@
padding
:
5px
10px
;
li
{
height
:
40px
;
font-size
:
14px
;
}
}
.title
{
...
...
src/app/my/joint-sales/joint-sales.component.scss
View file @
62e34d8f
...
...
@@ -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
;
}
}
}
...
...
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.html
View file @
62e34d8f
...
...
@@ -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
)"
>
...
...
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.scss
View file @
62e34d8f
...
...
@@ -12,7 +12,7 @@
.leftSection
{
font-size
:
16px
;
p
{
font-size
:
1
2
px
;
font-size
:
1
4
px
;
margin-top
:
10px
;
}
}
...
...
@@ -22,7 +22,7 @@
border-radius
:
50%
;
background-color
:
#fff
;
color
:
#1B5B99
;
font-size
:
1
3
px
;
font-size
:
1
5
px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
...
...
@@ -47,12 +47,12 @@
}
>
span
:last-child
{
color
:
#F24949
;
font-size
:
1
2
px
;
font-size
:
1
4
px
;
}
}
ul
{
color
:
#666
;
font-size
:
1
2
px
;
font-size
:
1
4
px
;
padding
:
0
11px
0
18px
;
li
{
display
:
flex
;
...
...
src/app/my/renewal-reminder/renewal-reminder.component.html
View file @
62e34d8f
...
...
@@ -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>
...
...
src/app/my/renewal-reminder/renewal-reminder.component.scss
View file @
62e34d8f
...
...
@@ -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
:
1
2
px
;
font-size
:
1
4
px
;
width
:
100px
;
white-space
:
nowrap
;
text-align
:
right
;
...
...
@@ -49,7 +50,7 @@
}
ul
{
color
:
#666
;
font-size
:
1
2
px
;
font-size
:
1
4
px
;
padding
:
0
11px
0
18px
;
}
button
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment