Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
page-contact {
.list-ios .item-block .item-inner{
padding: 0;
}
.list-ios > .item-block:last-child, .list-ios > .item-wrapper:last-child .item-block{
border: none;
}
.myItem{
margin: 0;
.contact-img {
width: 4rem;
margin-right: 1rem;
}
.item{
//margin: 0px 0 1px 15px;
}
.label-ios{
margin: 0;
padding: 15px;
display: flex;
align-items: center;
}
}
ion-item-options{
z-index: 5;
top:-2px;
}
.search{
color: #fff;
font-size: 2rem;
margin-right: 10px;
}
.common{
background-color: #f5f5f5;
font-size: 12px;
color: #b2b2b2;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.item{
// height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
//margin: 10px 0 10px 15px;
}
.contact-icon{
font-size: 30px;
color: #81afe8;
margin-right: 15px;
}
.icon-span{
text-align: center;
background-color: #d5e6f3;
display: inline-block;
width: 35px;
height: 35px;
margin-right: 10px;
border-radius: 2px;
}
.add-icon-contact{
font-weight: 600;
color: #fff;
font-size: 48px;
line-height: 35px;
}
.contact-title{
font-size: 18px;
}
.new-add{
padding: 10px 15px;
border-bottom: 1px solid #ddd;
}
.item-border{
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
margin: 15px 0px 0px;
padding-left: 15px;
.contact-img{
width: 3.5rem;
margin-right: 1rem;
}
}
.wait{
width: 100%;
height: 100%;
}
.back-btn{
width: 30px;
height: 30px;
}
}