_relate.css 3.81 KB
.third-relate-page {
    min-height: 600px;

    .relate-main {
        padding-top: 100px;
    }

    .user-wrapper {
        width: 280px;
        margin: 0 auto;

        .user-thumb {
            width: 94px;
            height: 94px;
            border-radius: 50%;
            display: inline-block;
            overflow: hidden;

            img {
                width: 100%;
                height: 100%;
            }
        }

        label {
            width: 190px;
            line-height: 94px;
            margin-left: 20px;
            font-size: 18px;
            font-weight: 700;
            color: #545454;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: absolute;
        }
    }

    .remind-info {
        width: 490px;
        min-height: 54px;
        padding-left: 50px;
        margin: 35px auto;
        background: resolve("passport/warn.png") no-repeat;
        text-align: center;

        h3 {
            font-size: 18px;
            font-weight: 700;
            color: #545454;
            margin-bottom: 12px;
        }

        a {
            color: #f22c26;
            text-decoration: underline;
            cursor: pointer;
        }

        p {
            font-size: 16px;
            color: #888;
        }
    }

    .option-btn {
        text-align: center;

        a {
            width: 192px;
            height: 46px;
            color: #fff;
            font-size: 18px;
            line-height: 46px;
            display: inline-block;
            background-color: #f12200;
            cursor: pointer;
        }

        a:first-child {
            margin-right: 14px;
        }
    }

    .remind-tips {
        width: 390px;
        margin: 0 auto;
        font-size: 14px;
        color: #888;
        text-align: center;
        margin-top: 30px;
        text-decoration: underline;
        display: block;

        a {
            color: #f12200;
            cursor: pointer;
        }

        > * {
            text-decoration: underline;
        }
    }

    .code-validate {
        padding-top: 140px;
    }

    .action-link {
        width: 440px;
        margin: 0 auto;
        padding-left: 180px;
        color: #545454;
        line-height: 46px;

        .code-name {
            margin-left: -100px;
            position: absolute;
        }

        input {
            width: 260px;
            height: 40px;
            padding-left: 10px;
            font-size: 16px;
            margin-right: 14px;
        }

        label {
            width: 140px;
            height: 46px;
            font-size: 14px;
            color: #fff;
            background-color: #f12200;
            display: inline-block;
            text-align: center;
            cursor: pointer;
        }

        .count-down {
            color: #979797;
            background-color: #d8d8d8;
            display: none;
        }

        .code-error {
            position: absolute;
            width: 200px;
            display: inline-block;
            color: #f00;
            padding-left: 10px;

            i {
                display: inline-block;
                height: 14px;
                width: 14px;
                background: url(/passport/tip/error.png) no-repeat;
                vertical-align: middle;
                margin-right: 5px;
                margin-top: -2px;
            }
        }
    }

    .waiting {
        .get-code {
            display: none;
        }

        .count-down {
            display: inline-block;
        }
    }

    .relate-btn {
        width: 212px;
        height: 46px;
        font-family: arial, "Microsoft YaHei";
        color: #fff;
        font-size: 18px;
        background-color: #f12200;
        border: 0;
        outline: none;
        margin: 20px 0;
    }
}