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

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

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

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

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

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

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

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

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

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

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

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

        .captcha {
            width: 160px;
        }

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

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

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

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

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

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

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

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

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

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

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

    .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 {
        width: 133px;
        font-size: 12px;
        position: relative;
        top: -1px;
        letter-spacing: 0;
    }

    .err-tip {
        left: 310px;
    }

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

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

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

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

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

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

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

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