Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-ces
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
wisdom-ces
Commits
01f40b17
Commit
01f40b17
authored
Oct 15, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
5bf06eaf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
block-list.html
src/pages/contact/block-list/block-list.html
+2
-2
block-list.scss
src/pages/contact/block-list/block-list.scss
+4
-6
No files found.
src/pages/contact/block-list/block-list.html
View file @
01f40b17
...
...
@@ -17,7 +17,8 @@
<ion-item-sliding
*
ngFor=
"let contactPerson of contactPersons"
>
<ion-item>
<div
class=
"contact-box"
(
click
)="
contactPersonInfo
(
contactPerson
)"
>
<img
src=
"./assets/imgs/head.png"
class=
"contact-img"
>
<img
src=
"./assets/imgs/man.png"
class=
"contact-img"
*
ngIf=
"contactPerson.gender =='1'||contactPerson.gender==null"
>
<img
src=
"./assets/imgs/woman.png"
class=
"contact-img"
*
ngIf=
"contactPerson.gender =='0'"
>
<div
class=
"contact-box-right"
>
<div>
<span
class=
"contact-name"
>
{{contactPerson.name}}
</span>
...
...
@@ -26,7 +27,6 @@
</div>
<div
class=
"contact-organization"
>
{{contactPerson.orgName}}
</div>
<div>
<span
class=
"contact-telphone"
>
座机:{{contactPerson.telephone}}
</span>
<span
class=
"contact-handphone"
>
手机:{{contactPerson.mobile}}
</span>
</div>
</div>
...
...
src/pages/contact/block-list/block-list.scss
View file @
01f40b17
...
...
@@ -64,7 +64,7 @@ page-block-list {
box-sizing
:
border-box
;
}
.list-ios
.item-block
.item-inner
{
border-bottom
:
1px
solid
#
eeeeee
;
border-bottom
:
1px
solid
#
dadada
;
}
.search
{
float
:
right
;
...
...
@@ -93,7 +93,6 @@ page-block-list {
.contact-name
{
font-size
:
16px
;
font-weight
:
bold
;
}
.contact-sex
{
...
...
@@ -110,19 +109,18 @@ page-block-list {
}
.contact-organization
{
color
:
#
d0d0d
0
;
color
:
#
80808
0
;
font-size
:
12px
;
}
.contact-telphone
{
color
:
#
d0d0d
0
;
color
:
#
80808
0
;
font-size
:
12px
;
}
.contact-handphone
{
color
:
#
d0d0d
0
;
color
:
#
80808
0
;
font-size
:
12px
;
margin-left
:
7px
;
}
.back-btn
{
...
...
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