Newer
Older
.list-ios > .item-block:last-child, .list-ios > .item-wrapper:last-child .item-block{
border: none;
}
.myItem{
margin: 0;
.contact-img {
width: 3rem;
margin-right: 1rem;
}
.item{
display: flex;
align-items: center;
}
}
ion-item-options{
z-index: 5;
top:-2px;
}
}
.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;
.icon-span{
text-align: center;
background-color: #eeeeee;
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;
}
.new-add{
padding: 10px 15px;
border-bottom: 1px solid #ddd;
}
.item-border{
border-bottom: 1px solid #cccccc;
padding-bottom: 10px;
}
.wait{
width: 100%;
height: 100%;
}
.back-btn{
width: 30px;
height: 30px;
}