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


    .content {
        padding: 38px 36px;
zhanghaozhe committed
7 8 9 10 11 12 13
        text-align: center;

        .to-email{
            line-height: 55px;
            font-size: 15px;
            color: #666;
        }
zhanghaozhe committed
14 15

    }
zhanghaozhe committed
16 17 18 19 20 21 22 23

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

zhanghaozhe committed
24
    .verify-code {
zhanghaozhe committed
25 26 27
        margin-bottom: 21px;
    }

wangshuo committed
28 29 30
    .next_step {
        margin-top: 32px;
    }
zhanghaozhe committed
31

zhanghaozhe committed
32
}