_index.css 4.44 KB
.passport-page {
    margin-right: auto;
    margin-left: auto;
    width: 1150px;

    .content {
        float: left;
        margin-top: 107px;
        padding-left: 85px;
    }

    .input {
        width: 268px;
        height: 43px;
        border: 1px solid #dbdbdb;
        color: #9a9a9a;
        color: rgba(0, 0, 0, 0.5);
        text-indent: 10px;
        font-size: 16px;
        line-height: 1.2;
        line-height: 43px\9;
    }

    .error {
        border-color: #f00 !important;
    }

    .btn {
        display: block;
        width: 100%;
        height: 46px;
        background-color: #ff1901;
        color: #fff;
        text-align: center;
        letter-spacing: 10px;
        font-size: 20px;
        line-height: 46px;
        cursor: pointer;

        &.disable {
            background-color: #555;
            cursor: default;
        }
    }

    .pwd-intensity-container {
        padding-top: 5px;
        width: 270px;
        text-align: right;

        &.red {
            .pwd-intensity {
                color: #e01;
            }

            .color {
                background: #e01;
                color: #fff;
            }
        }

        &.yellow {
            .pwd-intensity {
                color: #f6da1e;
            }

            .color {
                background: #f6da1e;
                color: #fff;
            }
        }

        &.green {
            .pwd-intensity {
                color: #3ee392;
            }

            .color {
                background: #3ee392;
                color: #fff;
            }
        }

        .pwd-intensity {
            padding: 0 10px;
            height: 15px;
            background-color: #e8e8e8;
            color: #b9b9b9;
            text-align: center;
            font-size: 12px;
        }
    }

    .pwd-tips {
        position: absolute;
        top: -10px;
        left: 285px;
        padding-top: 7px;
        width: 160px !important;
        height: 72px;
        background: url(/passport/tip/block.png) no-repeat;
        font-size: 12px;

        > div {
            position: relative;
            margin-left: 15px;
            padding-left: 15px;
            height: 22px;
            color: #b9b9b9;
            font-size: 12px;
            line-height: 22px;

            i {
                position: absolute;
                top: 50%;
                left: -2px;
                margin: -7px 0 0;
                width: 14px;
                height: 14px;
                background: url(/passport/tip/info.png) no-repeat;
            }

            &.no {
                color: red;

                i {
                    background: url(/passport/tip/error.png) no-repeat;
                }
            }

            &.yes i {
                background: url(/passport/tip/success.png) no-repeat;
            }
        }
    }

    .email-autocomplete {
        position: absolute;
        z-index: 1;
        margin-top: 5px;
        padding: 0 10px;
        width: 248px;
        border: 1px solid #fefefe;
        border-radius: 5px;
        background-color: #161616;
        color: #fff;
        font-size: 16px;
        cursor: pointer;

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

    .err-tip {
        position: absolute;
        top: 8px;
        left: 285px;
        padding: 6px 0;
        color: #f00;
        white-space: nowrap;
        font-size: 14px;

        i {
            display: block;
            float: left;
            margin-right: 5px;
            width: 14px;
            height: 14px;
            background: url(/passport/tip/error.png) no-repeat;
        }

        a {
            color: #f00;
            text-decoration: underline;
        }
    }

    /* 完善信息提示框 */
    .page-tip {
        display: block;
        clear: both;
        margin-bottom: 15px;
        width: 100%;
        height: 30px;
        color: #ccc;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
    }
}

.passport-cover {
    float: left;
    margin: 107px 0;
    width: 575px;

    .cover-content {
        padding: 50px 0;
        width: 100%;
        height: 318px;
        border-right: 1px solid #dfdfdf;
    }

    .cover-img {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        width: 252px;
        height: 190px;
    }
}

@import "login";
@import "register";
@import "back";
@import "welcome";
@import "relate";
@import "third";