Skip to content
contact.scss 2.02 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
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;
    }


}