check.page.scss 992 Bytes
@import "~scss/layout/img-check";

.check-page {
    margin: 20px auto;
    width: 590px;

    .wran-tip {
        font-size: 30px;
        color: #444;
        text-align: center;
        margin-bottom: 150px;
        margin-top: 60px;

        .iconfont {
            font-size: 110px;
            display: block;
            color: #bbb;
        }
    }

    .img-check-header {
        font-size: 24px;
    }

    .img-check-pics > li {
        width: 140px;
        height: 140px;
        background-size: 560px 560px;
        position: relative;

        &:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            border: 1px solid #e8e8e8;
        }
    }

    .submit {
        width: 100%;
        height: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 30px;
        color: #fff;
        background: #444;
        border-radius: 8px;
    }
}