Skip to content
party-person.scss 1.36 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
party-person {
  .searchToolBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
  }

  .list-ios .item-block .item-inner {
    border-bottom: 1px solid #dadada;
  }

  .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;
  }
wangqinghua's avatar
wangqinghua committed
  .contact-position{
    background-color: #fee7e7;
    border: 1px solid #e12724;
    color: #e12724;
    padding: 2px 6px;
    border-radius: 100px;
    margin-left: 5px;
    font-size: 1rem;
    display: inline-block;
    transform: scale(.8);
    vertical-align: top;
  }
wangqinghua's avatar
wangqinghua committed
}