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
f448a28b
Commit
f448a28b
authored
Apr 20, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
名片优化
parent
a1905fad
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
19 deletions
+31
-19
src/app/my/business-card/business-card.component.html
+2
-2
src/app/my/business-card/business-card.component.scss
+6
-4
src/app/my/business-card/business-card.component.ts
+1
-0
src/app/my/integration/integration.component.html
+6
-5
src/app/my/integration/integration.component.scss
+16
-8
No files found.
src/app/my/business-card/business-card.component.html
View file @
f448a28b
...
...
@@ -34,11 +34,11 @@
</div>
</div>
<div
class=
"brokerCompanyInfo"
>
<div
style=
"font-size: 1
8
px"
>
{{practitionerInfo?.insurerName}}
</div>
<div
style=
"font-size: 1
5
px"
>
{{practitionerInfo?.insurerName}}
</div>
<div
style=
"font-size: 13px;"
>
{{practitionerInfo?.insurerUrl}}
</div>
<div>
全球保险集团BHL成员
</div>
<div>
T: {{practitionerInfo?.mobileNo}}
</div>
<div>
E: {{practitionerInfo?.email}}
</div>
<div
*
ngIf=
"practitionerInfo?.email"
>
E: {{practitionerInfo?.email}}
</div>
<div>
{{practitionerInfo?.insurerAddress}}
</div>
</div>
</div>
...
...
src/app/my/business-card/business-card.component.scss
View file @
f448a28b
...
...
@@ -15,7 +15,7 @@
.brokerCardPositive
{
display
:
flex
;
padding-top
:
7%
;
padding-left
:
5
%
;
padding-left
:
2
%
;
margin-bottom
:
10%
;
.qrcodeBox
{
width
:
15%
;
...
...
@@ -25,7 +25,7 @@
}
.dividingContainer
{
padding-top
:
45px
;
margin-right
:
11
px
;
margin-right
:
7
px
;
margin-left
:
5%
;
.dividingBox
{
width
:
10px
;
...
...
@@ -44,7 +44,7 @@
.brokerBasicInfo
{
display
:
flex
;
justify-content
:
space-between
;
padding-right
:
8
%
;
padding-right
:
2
%
;
margin-bottom
:
5%
;
flex-direction
:
column
;
align-items
:
flex-start
;
...
...
@@ -60,6 +60,7 @@
}
.brokerTitle
{
font-size
:
12px
;
text-align
:
right
;
}
.certifyLists
{
margin-top
:
10px
;
...
...
@@ -68,7 +69,8 @@
width
:
100%
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
baseline
align-items
:
baseline
;
white-space
:
nowrap
;
}
}
.brokerCompanyInfo
{
...
...
src/app/my/business-card/business-card.component.ts
View file @
f448a28b
...
...
@@ -47,6 +47,7 @@ export class BusinessCardComponent implements OnInit {
this
.
myService
.
businessCard
({
practitionerId
:
this
.
lifeCustomerInfo
.
practitionerId
}).
subscribe
(
res
=>
{
if
(
res
[
'success'
]){
this
.
practitionerInfo
=
res
[
'data'
];
this
.
practitionerInfo
.
certificateList
=
this
.
practitionerInfo
.
certificateList
.
splice
(
0
,
3
)
}
})
}
...
...
src/app/my/integration/integration.component.html
View file @
f448a28b
<div
class=
"integrationContainer"
>
<header>
<div
class=
"left"
>
<div><strong>
{{practitionerIntegrals?.integralCountNumber ? practitionerIntegrals?.integralCountNumber : 0}}
</strong><i
class=
"iconfont icon-zhuyishixiang"
[
routerLink
]="'/
integration_rule
'"
></i></div>
<div
style=
"font-size: 12px;"
>
{{practitionerIntegrals?.integralNumberOld ? practitionerIntegrals?.integralNumberOld : 0}} 积分有效期至 {{practitionerIntegrals?.effectiveOld}}
</div>
<div
class=
"top"
>
<span
[
routerLink
]="'/
integration_rule
'"
>
积分规则
</span>
</div>
<div
class=
"right"
>
<div
[
routerLink
]="'/
integration_detail
'"
>
积分明细
</div>
<div
class=
"bottom"
>
<div><strong>
{{practitionerIntegrals?.integralCountNumber ? practitionerIntegrals?.integralCountNumber : 0}}
</strong><span
class=
"detail"
[
routerLink
]="'/
integration_detail
'"
>
积分明细
</span></div>
<div
style=
"font-size: 14px;"
>
{{practitionerIntegrals?.integralNumberOld ? practitionerIntegrals?.integralNumberOld : 0}} 积分有效期至 {{practitionerIntegrals?.effectiveOld}}
</div>
</div>
</header>
<section>
<img
src=
"assets/images/integrationBannerNew.png"
alt=
""
class=
"img-responsive"
>
...
...
src/app/my/integration/integration.component.scss
View file @
f448a28b
...
...
@@ -5,22 +5,30 @@ header{
background
:
url('../../../assets/images/bg.png')
no-repeat
;
background-size
:
cover
;
color
:
#fff
;
padding
:
8px
8px
8px
20px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding
:
15px
8px
34px
20px
;
strong
{
font-size
:
2
0px
;
font-size
:
5
0px
;
margin-right
:
10px
;
}
.right
{
div
{
.bottom
{
margin-top
:
-15px
;
.detail
{
border-radius
:
20px
;
padding
:
6px
16
px
;
padding
:
3px
10
px
;
background
:
#fff
;
color
:
#666
;
}
}
.top
{
text-align
:
right
;
span
{
border-radius
:
20px
;
padding
:
3px
10px
;
background
:
transparent
;
color
:
#fff
;
border
:
1px
solid
#fff
;
}
}
}
section
{
...
...
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