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

wangqinghua's avatar
wangqinghua committed
  .content {
    background-color: #f1f1f1;
  }

  .info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .info {
    font-size: 18px;
    color: #272727;
    margin-right: 15px;
  }

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

  .male {
    color: #72a4fe;
  }

  .female {
    color: #f09ae5;
  }

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

    ion-icon {
      margin-left: 10px;
      color: #747474;
      font-size: 1.4rem;
    }
  }

  .icon-more {
    color: #d1d1d5;
    margin-left: 5px;
  }

  .info-span {
    color: #747474;
  }

  .edit {
    width: 30px;
    height: 30px;
  }

  .content-title {
    background-color: #f5f5f5;
    font-size: 14px;
    color: #b2b2b2;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .list-ios {
    margin: 0 0;
  }

  .save {
    margin-top: 30px;
  }

  .info-item-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    img {
      width: 1.5rem;
      height: 1.5rem;
    }

  }


  .list-md {
    margin: -1px 0 0px;
  }

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