index.scss 599 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 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
.forgot-password-email {
    height: 100%;


    .content {
        padding: 38px 36px;
        text-align: center;
        .to-phone{
            line-height: 55px;
            font-size: 15px;
            color: #666;
        }

        .email-input{
            margin-bottom: 21px;
            input{
                padding-left: 10px;
            }
        }
    }

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


    .verify-code {
        margin-bottom: 21px;
    }

    .next_step {
        margin-top: 32px;
    }
}