index.scss 491 Bytes
Newer Older
zhanghaozhe committed
1
.forgot-password-email {
zhanghaozhe committed
2
  height: 100%;
zhanghaozhe committed
3

zhanghaozhe committed
4 5 6 7 8 9 10
  .content {
    padding: 38px 36px;
    text-align: center;
    .to-phone {
      line-height: 55px;
      font-size: 15px;
      color: #666;
zhanghaozhe committed
11 12
    }

zhanghaozhe committed
13 14 15 16 17
    .email-input {
      margin-bottom: 21px;
      input {
        padding-left: 10px;
      }
zhanghaozhe committed
18
    }
zhanghaozhe committed
19
  }
zhanghaozhe committed
20

zhanghaozhe committed
21 22 23 24 25 26
  .place {
    width: 100%;
    height: 39px;
    margin-bottom: 33px;
    background: #56abff;
  }
zhanghaozhe committed
27

zhanghaozhe committed
28 29 30
  .verify-code {
    margin-bottom: 21px;
  }
zhanghaozhe committed
31

zhanghaozhe committed
32 33 34 35
  .next_step {
    margin-top: 32px;
  }
}