_invalid-ie.css 1.79 KB
.invalid-ie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;

    .invalid-ie-cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.4;
        background: #000;
    }

    .invalid-ie-content {
        position: absolute;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        width: 590px;
        height: 328px;
        padding-top: 49px;
        padding-left: 45px;
        margin-top: -164px;
        margin-left: -295px;
        background: #fff;

        .tip {
            color: #b0b0b0;
            font-size: 16px;
            line-height: 24px;
        }

        .tip-download {
            font-size: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .download {
            margin-bottom: 24px;
        }

        .link {
            color: #444;
            font-size: 14px;
            text-decoration: none;
            border-bottom: 1px solid #444;

            &.first {
                margin-right: 10px;
            }
        }

        .app-icon {
            display: inline-block;
            width: 100px;
            height: 100px;
            background: resolve(layout/app-icon.png);
        }

        .app-qrcode {
            box-sizing: border-box;
            display: inline-block;
            width: 96px;
            height: 96px;
            padding: 4px;
            margin-left: 16px;
            margin-bottom: 2px;
            background: resolve(layout/app-qrcode.png);
        }

        .spokesman {
            position: absolute;
            width: 293px;
            height: 356px;
            bottom: 0;
            right: 20px;
            background: resolve(layout/spokesman.png);
        }
    }
}