_back.css 6.36 KB
.back-page {
    font-size: 14px;

    .content {
        margin: 175px 0 0 !important;
    }

    .back-header {
        position: relative;
        margin-bottom: 5px;
        width: 268px;
        line-height: 40px;

        .country-code {
            float: right;
            color: #b9b9b9;
            cursor: pointer;

            .iconfont {
                vertical-align: middle;
                font-size: 14px;
            }
        }
    }

    .title {
        float: left;
        margin: 0;
        color: #000;
        font-weight: normal;
        font-size: 22px;
        line-height: 40px;
    }

    .title2 {
        margin: 0 0 5px;
        color: #000;
        font-weight: normal;
        font-size: 22px;
        line-height: 40px;
    }

    .err-tip.captcha-err {
        top: 10px;
        left: 326px;
    }

    .country-code-list {
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 100;
        display: none;
        margin-top: 5px;
        padding: 0 10px;
        border: 1px solid #000;
        border-radius: 5px;
        background-color: #fff;
        color: #000;
        cursor: pointer;

        li {
            height: 20px;
            line-height: 20px;
        }
    }

    .input-container-li {
        position: relative;
        margin-bottom: 22px;

        .btn {
            width: 270px;
            height: 45px;
            border: none;
            letter-spacing: 0;
            font-size: 20px;
            line-height: 45px;
            cursor: pointer;
        }

        .captcha {
            width: 160px;
        }

        .captcha-img {
            margin-left: 10px;
            width: 90px;
            height: 37px;
            outline: none;
            border: 0;
            vertical-align: middle;
            cursor: pointer;
        }

        .change-captcha {
            margin-left: 10px;
            color: #ff1901;
            text-decoration: underline;
            font-size: 12px;
            cursor: pointer;
        }
    }
}

.send-email-page {
    font-size: 14px;

    .content {
        margin: 216px 0 0 !important;
    }

    .send-tips {
        color: #4c4c4c;
        text-align: center;
        font-size: 15px;
        line-height: 28px;

        .iconfont {
            margin: 0 8px 0 0;
        }
    }

    .no-find {
        margin: 10px 0 0;
        color: #a5a4a4;
        text-align: center;
        line-height: 20px;
    }

    .to-my-email {
        a {
            display: block;
            margin: 53px auto 0;
            width: 270px;
            height: 45px;
            background: #ff1901;
            color: #fff;
            text-align: center;
            letter-spacing: 2px;
            line-height: 45px;
        }
    }
}

.verification-page .content {
    li {
        position: relative;
        margin-bottom: 43px;
    }

    .btn {
        display: inline-block;
        border: none;
    }

    .head-title {
        color: #000;
        font-size: 24px;
    }

    .pn-label {
        color: #828282;
        font-size: 16px;
    }

    .country-code {
        margin: 0 10px;
    }

    .country-code,
    .phone-num {
        color: #000;
        font-size: 16px;
    }

    .captcha {
        width: 160px !important;
    }

    .send-captcha {
        position: relative;
        top: -1px;
        width: 133px;
        letter-spacing: 0;
        font-size: 12px;
    }

    .err-tip {
        left: 310px;
    }

    .captcha-tips {
        position: absolute;
        top: 50px;
        color: #a5a4a4;

        .iconfont {
            margin: 0 8px 0 0;
            color: #0f9acd;
            vertical-align: 12%;
            font-size: 14px;
        }
    }

    .captcha-tool {
        height: 110px;
        margin-bottom: 0;
    }
}

.reset-success-page {
    .content {
        margin: 255px 0 0 !important;
    }

    .success-text {
        line-height: 35px;

        .iconfont {
            color: #ee3f14;
            font-size: 30px;
        }

        span {
            margin: 0 18px;
            font-size: 24px;
        }

        #count-down {
            color: #ee3f14;
        }
    }

    .success-btn {
        display: block;
        margin: 43px auto 0;
        width: 269px;
        height: 45px;
        background-color: #ff1901;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 269px;
        line-height: 45px;
    }
}

.weak-pwd-page {
    .content {
        margin-top: 142px !important;
    }

    .title3 {
        margin: 0 0 5px;
        color: #000;
        font-weight: normal;
        font-size: 18px;
        line-height: 40px;
    }

    .title-tip {
        margin-top: 10px;
        margin-bottom: 27px;
        color: #ff1a02;
        font-size: 14px;
        line-height: 14px;
    }

    .input {
        font-size: 14px;
    }

    .input-container-li {
        .btn {
            font-size: 18px;
            line-height: 42px;
        }

        .weak-pwd-pass {
            position: relative;
            display: block;
            text-align: right;
            font-size: 14px;
            height: 20px;
            line-height: 20px;
            color: #b0b0b0;
            overflow: hidden;
        }

        .right-icon {
            margin-left: 3px;
            font-size: 14px;
            vertical-align: top;
            -webkit-text-stroke-width: 1px;

            &:before {
                content: "\e6dc";
            }
        }

        .waak-repwd-tip {
            color: #b0b0b0;
            margin-top: -10px;
            font-size: 14px;
            height: 10px;
        }
    }
}

.weak-success-page {
    .content {
        margin: 180px 0 0 !important;
    }

    .success-img {
        margin-bottom: 26px;
        text-align: center;

        i {
            display: inline-block;
            font-size: 90px;
            color: #85d05a;
        }
    }

    .success-text-main {
        color: #000;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        margin-bottom: 8px;
    }

    .success-text-tip {
        color: #b0b0b0;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }

    .success-btn {
        display: block;
        margin: 30px auto 0;
        width: 269px;
        height: 47px;
        background-color: #ff1901;
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 47px;
    }
}