reset.scss 2.82 KB
.passport-reset-page {
    .icon-info:before {
        content: "\e61f";
    }

    .title {
        margin-top: 70px;
        text-align: center;
        color: #fff;
        font-size: 30px;
    }

    .ignore {
        float: right;
        margin-top: -48px;
        margin-right: 60px;
        padding: 12px 32px;
        border-radius: 32px;
        border: 1px solid #fff;
    }

    .ignore a {
        color: #fff;
    }

    .tip {
        text-align: center;
        font-size: 22px;
        color: #fff;
        margin-top: 120px;
    }

    .form-group {
        .input-group {
            width: 630px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px;
            border: 1px solid #606060;
            border-radius: 16px;
            background-color: #585858;
            position: relative;

            .eye {
                position: absolute;
                top: 17PX;
                right: 10PX;
                width: 19PX;
                height: 12PX;
                background: url("img/passport/eye.png") no-repeat;
                background-size: 100% 100%;

                &.close {
                    background-image: url("img/passport/eye-close.png");
                }
            }
        }

        .input-group:last-child {
            margin-bottom: 0;
        }

        input {
            line-height: 48px;
            padding: 16px 0;
            padding-left: 30px;
            border-radius: 16px;
            font-size: 28px;
            color: #fff;
            background-color: transparent;
            border: none;
            width: 100%;
        }

        input::-webkit-input-placeholder {
            color: #b0b0b0;
        }
    }

    .reset-form {
        margin-top: 60px;
    }

    .tip-bottom {
        width: 630px;
        margin: 20px auto 0;
        color: #fff;
        font-size: 22px;
        visibility: hidden;

        .icon-info {
            margin: 20px 20px 0;
        }
    }

    .show {
        visibility: visible;
    }

    .btn-group {
        text-align: center;

        .btn {
            width: 630px;
            padding: 25px;
            background-color: #fff;
            border-radius: 16px;
            color: #444;
        }
    }

    .reset-sure {
        margin-top: 52px;

        .active {
            background-color: #78db7e;
            color: #fff;
        }
    }

    .success-icon {
        text-align: center;
        color: #fff;
        margin-top: 120px;

        .iconfont {
            font-size: 160px;
            color: #b0b0b0;
        }
    }

    .success-tip {
        margin-top: 120px;
        color: #fff;
        font-size: 22px;
        text-align: center;
    }

    .relogin {
        margin-top: 58px;

        .btn {
            background-color: #78db7e;
            color: #fff;
        }
    }
}