CheckTelephone.scss 1.58 KB
Newer Older
姜雷 committed
1 2 3 4
.checkTelephone {
  width: 100%;
  height: 100%;
  overflow: hidden;
姜雷 committed
5
  // background: url('../../images/login/bg@2x.png') center;
姜雷 committed
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
  background-size: cover;
}
.loginBox {
  width: 634px;
  height: 538px;
  margin: 180px auto 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 50px 40px 0;
  line-height: 88px;
  .loginBox-input {
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    height: 88px;
    padding: 0 20px;
    font-size: 30px;
    margin-bottom: 50px;
    border-radius: 8px;
    color: #ff9000;
  }
  .loginBox-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d9a842;
  }
  .loginBox-button {
    font-size: 28px;
    width: 100%;
    height: 88px;
    background-color: #ff9000;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 8px;
  }
  .loginBox-button.big {
    font-size: 34px;
  }
  .loginBox-button.fetching {
    background-color: #ccc;
  }
  .loginBox-vcodeBox {
    display: flex;
  }
  .vcodeBox-input-wrap {
    flex: 1;
    margin-right: 20px;
  }
  .vcodeBox-button-wrap {
    text-align: center;
    width: 200px;
    height: 88px;
  }
  .countDownText {
    color: #ff9000;
    font-size: 30px;
  }
}
.imgVcodeBox-wrap {
  .imgVcodeBox-content {
    width: 380px;
    height: 332px;
  }
  .imgVcodeBox {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  .imgVcodeBox-item {
    width: 180px;
    height: 88px;
    background-color: #ffebcc;
    border-radius: 8px;
  }
  .loginBox-input {
    background-color: #ffebcc;
    color: #d9a842;
  }
}