@import '../../app.less';

.invite-block {


  .title-block {
    font-size: 18px;
    color: #686872;
    margin-bottom: 10px;

    b {
      color: #303036;
      font-weight: 500;
    }
  }

  .qrcode {
    text-align: center;
    padding: 30px;

    .assets {
      width: 110px;
      height: 110px;
      box-shadow: 0px 5px 10px 0px rgba(156, 183, 223, 0.14), 0px 5px 10px 0px rgba(0, 0, 0, 0.01);
      border-radius: 4px;
    }
  }

  .input-layout {
    display: flex;
    margin-bottom: 20px;

    .button {
      height: 36px;
      line-height: 28px;
      margin-top: 5px;
    }

    .input-block {
      flex: 1;
      margin-right: 10px;

      .t1 {
        display: inline-block;
        width: 75px;
        height: 46px;
        background: #F7F7F7;
        border: 1px solid #F7F7F7;
        line-height: 44px;
        font-size: 16px;
        text-align: center;
      }

      .t2 {
        display: inline-block;
        width: 415px;
        height: 46px;
        background: #fff;
        line-height: 44px;
        border: 1px solid #F7F7F7;
        font-size: 16px;
        padding-left: 15px;
        color: #4299FF;
      }

      .success {
        font-size: 18px;
        text-align: right;

        i {
          color: #6EC64B;
        }
      }

      .g-input-wrapper {
        margin: 0;
      }
    }
  }
}