Skip to content
search.scss 2.2 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-search {
    ion-input, ion-textarea{
        color: #fff;
    }
    .header-ios .toolbar-ios:last-child .toolbar-background-ios{
        border: none;
    }
    .searchToolBar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }
    .toolbar-background-ios{
        border-bottom: none;
    }
   
    .search-header{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        margin-left: 5px;
    }

    .clear{
        background-color: #cccccc;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        text-align: center;
        margin-right: 10px;
    }

    .common{
        background-color: #f5f5f5;
        font-size: 12px;
        color: #b2b2b2;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .contact-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }

    


//fgh

    .search{
        float: right;
        color: #72a4fe;
        font-size: 24px;
        margin-right: 10px;
    }

    .contact-box{
        // height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }

    .contact-box-right{
        margin-left: 10px;
    }

    .contact-img{
        width: 4rem;
        height: 4rem;
        border-radius: 2px;
    }

    .contact-name{
        font-size: 16px;
    }

    .contact-sex{
        font-size: 16px;
        font-weight: bold;
    }

    .male{
        color: #72a4fe;
    }

    .female{
        color: #f09ae5;
    }

    .contact-organization{
        color: #808080;
        font-size: 12px;
    }

    .contact-telphone{
        color: #808080;
        font-size: 12px;
    }

    .contact-handphone{
        color: #808080;
        font-size: 12px;margin-right: 10px;
    }

    .back-btn{
        width: 30px;
        height: 30px;
    }
    .text-input::-webkit-input-placeholder{
        color:#fff;
    }


}