forgot-password.scss 321 Bytes
Newer Older
zhanghaozhe committed
1 2
.forgot-password {
    height: 100%;
zhanghaozhe committed
3 4 5 6 7 8


    .content {
        padding: 38px 36px;

    }
zhanghaozhe committed
9 10 11 12 13 14 15 16 17 18 19 20

    .place {
        width: 100%;
        height: 39px;
        margin-bottom: 33px;
        background: #56abff;
    }

    .tel-input {
        margin-bottom: 21px;
    }

zhanghaozhe committed
21
    .verify-code {
zhanghaozhe committed
22 23 24
        margin-bottom: 21px;
    }

25

zhanghaozhe committed
26
}