authorize.scss 1.94 KB
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.page {
  position: relative;
  overflow: hidden;

  .bgc {}

  .bg {
    @include app-width;

    image {
      @include app-width;
    }
  }

  // 右下角图标背景内容补充
  .br-wrap {
    $brWidth: 168px;
    $brHeight: 172px;
    width: $brWidth;
    height: $brHeight;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: transparent;

    image {
      width: $brWidth;
      height: $brHeight;
    }
  }



  .main {
    position: relative;
    min-height: 1206px;

    .content {
      position: relative;
    }

    .login-wrap {
      padding-top: 886px;

      .terms-wrap {
        margin-top: 24px;
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
        font-size: 28px;
        color: #333333;

        .terms {
          text-align: center;
          padding: 0 12px;

          .t1 {
            color: #4bc2ed;
            display: inline-block;
          }
        }
      }



      .login-btn {
        width: 340px;
        height: 80px;
        line-height: 80px;
        border-radius: 40px;
        border: solid 3px #4bc2ed;
        margin: 0 auto;
        font-size: 36px;
        color: #4bc2ed;
        text-align: center;
        background-color: transparent;
      }

      .gray {
        color: #8f8f8f;
        border-color: #8f8f8f;
      }
    }
  }

}

.space1 {
  height: 116px;
}


.terms-cont {
  width: 690px;
  height: 1000px;
  position: relative;
  background-color: #fff;

  .cont {
    position: relative;
    width: 690px;
    height: 900px;
    overflow: auto;
    padding: 28px;
    @extend .bb;
    font-size: 24px;


    .tit {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
    }

    .desc {}

    .t1 {
      color: #4bc2ed;
      display: inline-block;
      margin-top: 16px;
    }
  }

  .btn {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}