Skip to content
block-list.scss 1.96 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-block-list {
wangqinghua's avatar
wangqinghua committed
  .additem{
wangqinghua's avatar
wangqinghua committed
    // height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
wangqinghua's avatar
wangqinghua committed
    border-bottom: 1px solid #ddd;
wangqinghua's avatar
wangqinghua committed
  }

  .contact-icon{
    font-size: 30px;
    color: #81afe8;
    margin-right: 15px;
  }
  .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;
  }

  .contact-title{
    font-size: 18px;
  }

  .item-border{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }

  .wait{
    width: 100%;
    height: 100%;
  }

  .back-btn{
    width: 30px;
    height: 30px;
  }
  .input{
    height: 38px;
    border: 1px solid #ddd;
    width: 80%;
    border-radius: 5px;
    padding: 1px 5px;
  }
wangqinghua's avatar
wangqinghua committed
  .searchToolBar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
  }
  .list-ios .item-block .item-inner {
wangqinghua's avatar
wangqinghua committed
    border-bottom: 1px solid #dadada;
wangqinghua's avatar
wangqinghua committed
  }
  .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{
wangqinghua's avatar
wangqinghua committed
    width: 3rem;
    height: 3rem;
wangqinghua's avatar
wangqinghua committed
  }

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

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

  .male{
    color: #72a4fe;
  }

  .female{
    color: #f09ae5;
  }

  .contact-organization{
wangqinghua's avatar
wangqinghua committed
    color: #808080;
wangqinghua's avatar
wangqinghua committed
    font-size: 12px;
  }

  .contact-telphone{
wangqinghua's avatar
wangqinghua committed
    color: #808080;
wangqinghua's avatar
wangqinghua committed
    font-size: 12px;
  }

  .contact-handphone{
wangqinghua's avatar
wangqinghua committed
    color: #808080;
wangqinghua's avatar
wangqinghua committed
    font-size: 12px;
  }

  .back-btn{
    width: 30px;
    height: 30px;
  }
wangqinghua's avatar
wangqinghua committed
}