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
9265ab64
Commit
9265ab64
authored
Mar 20, 2020
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
边框字体微调
parent
51f6da10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
src/app/my/my-business/my-business.component.html
+1
-1
src/app/my/my-center-home/my-center-home.component.scss
+5
-10
src/app/my/sales-detail/sales-detail.component.html
+1
-1
No files found.
src/app/my/my-business/my-business.component.html
View file @
9265ab64
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div
class=
"icon_bolck"
><span
class=
"iconfont icon-xiansuo1"
></span></div>
<div
class=
"icon_bolck"
><span
class=
"iconfont icon-xiansuo1"
></span></div>
<div
class=
"line"
>
<div
class=
"line"
>
<div>
姓名:{{businessItem.name}}
</div>
<div>
姓名:{{businessItem.name}}
</div>
<span
class=
"iconfont icon-ar-r"
style=
"font-size: 1
4px;position: relative; right: -2px;top:
2px;"
></span>
<span
class=
"iconfont icon-ar-r"
style=
"font-size: 1
0px;position: relative; right: -
2px;"
></span>
</div>
</div>
<div
class=
"line"
>
<div
class=
"line"
>
...
...
src/app/my/my-center-home/my-center-home.component.scss
View file @
9265ab64
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
.performance_wrapper
{
.performance_wrapper
{
border-radius
:
6px
;
border-radius
:
6px
;
margin
:
5px
auto
8px
auto
;
margin
:
5px
auto
8px
auto
;
box-shadow
:
0
1px
5px
#969696
;
box-shadow
:
0
0px
2
.
5px
#969696
;
position
:
relative
;
position
:
relative
;
background
:
url('../../../assets/images/top_bg.png')
no-repeat
;
background
:
url('../../../assets/images/top_bg.png')
no-repeat
;
background-size
:
cover
;
background-size
:
cover
;
...
@@ -213,7 +213,7 @@
...
@@ -213,7 +213,7 @@
flex-direction
:
column
;
flex-direction
:
column
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0
1px
3
px
#969696
;
box-shadow
:
0
0px
2
.5
px
#969696
;
border-radius
:
6px
;
border-radius
:
6px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
padding
:
7px
0px
0px
10px
;
padding
:
7px
0px
0px
10px
;
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
.hotProduct
{
.hotProduct
{
margin
:
10px
auto
;
margin
:
10px
auto
;
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0
1px
5px
#969696
;
box-shadow
:
0
0px
2
.
5px
#969696
;
border-radius
:
6px
;
border-radius
:
6px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
padding
:
7px
10px
0px
10px
;
padding
:
7px
10px
0px
10px
;
...
@@ -325,7 +325,7 @@
...
@@ -325,7 +325,7 @@
.health_wrapper
{
.health_wrapper
{
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0
1px
5px
#969696
;
box-shadow
:
0
0px
2
.
5px
#969696
;
border-radius
:
6px
;
border-radius
:
6px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
padding
:
7px
10px
10px
10px
;
padding
:
7px
10px
10px
10px
;
...
@@ -335,10 +335,5 @@
...
@@ -335,10 +335,5 @@
margin-bottom
:
8px
;
margin-bottom
:
8px
;
}
}
}
}
}
}
}
@media
(
min-width
:
768px
)
{
}
}
src/app/my/sales-detail/sales-detail.component.html
View file @
9265ab64
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
style=
"font-size: 20px;"
></span></div>
style=
"font-size: 20px;"
></span></div>
<div
class=
"line"
>
<div
class=
"line"
>
<div>
投保人:{{salesDetailItem.holderName}}
</div>
<div>
投保人:{{salesDetailItem.holderName}}
</div>
<span
class=
"iconfont icon-ar-r"
style=
"font-size: 1
4px;position: relative; right: -2px;top:
2px;"
></span>
<span
class=
"iconfont icon-ar-r"
style=
"font-size: 1
0px;position: relative; right: -
2px;"
></span>
</div>
</div>
<div
class=
"line long_line"
>
{{salesDetailItem.productName}}
<div
class=
"line long_line"
>
{{salesDetailItem.productName}}
<div
class=
"price"
*
ngIf=
"showType==='sales'"
>
¥{{salesDetailItem.referralAmount | number: "1.2-2"}}
</div>
<div
class=
"price"
*
ngIf=
"showType==='sales'"
>
¥{{salesDetailItem.referralAmount | number: "1.2-2"}}
</div>
...
...
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