Skip to content
add-block.scss 1.17 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-add-block {

  .search{
    width: 18px;
    height: 18px;
    float: right;
    margin-right: 15px;
  }

  .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;
    padding: 10px 10px 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;
  }

  .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: 100%;
    border-radius: 5px;
    padding: 1px 5px;
  }
}