_robot-check.css 1.38 KB
.robot-check-page {
    .captcha {
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
    }

    .download {
        margin-bottom: 100px;
    }

    .title {
        font-size: 16px;
        text-align: center;
    }

    .captcha-wrap {
        width: 270px;
        min-height: 30px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 25px 0;

        .img-check {
            margin: 0;
        }
    }

    .confirm {
        display: block;
        color: white;
        width: 270px;
        height: 48px;
        background: #444;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 20px;
        line-height: 48px;
        cursor: pointer;
        letter-spacing: 10px;
    }

    .bottom-down {
        width: 350px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 34px;

        .qr-code {
            width: 130px;
            height: 130px;
            background: url("/download/down-qr-code.png");
        }

        .down-btns {
            width: 200px;
            height: 60px;
            display: block;
        }

        .down-app-btn {
            margin-bottom: 8px;
            background: url("/download/app-down.png");
        }

        .down-apk-btn {
            background: url("/download/apk-down.png");
        }
    }
}