_notice.css 1.76 KB
.pay-notice-page {
    width: 990px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
    color: #444;

    .red {
        color: #ce0b24;
    }

    .order-wrap {
        padding: 40px 50px;
        background-color: #f5f5f5;
        border: 1px solid #e0e0e0;

        > h1 {
            font-size: 26px;
            line-height: 1;

            .iconfont {
                font-size: 26px;
                margin-right: 16px;
            }
        }
    }

    .order-info {
        margin-top: 40px;
        border-top: 1px solid #e0e0e0;
        padding: 30px 50px 0;
        position: relative;

        li {
            padding-bottom: 18px;

            .l-b {
                display: inline-block;
                width: 200px;
            }

            .notice-link {
                color: #0883d1;
            }
        }

        .opt-btns {
            padding-top: 10px;
            padding-bottom: 0;

            > a {
                width: 100px;
                height: 32px;
                line-height: 32px;
                color: #fff;
                background-color: #3a3a3a;
                display: inline-block;
                text-align: center;
                margin-right: 54px;
            }
        }

        &:after {
            content: '';
            width: 300px;
            height: 170px;
            background: resolve('pay/app-qr.png');
            position: absolute;
            top: 30px;
            right: 50px;
        }
    }

    .extra-wrap {
        padding: 30px 40px;
        line-height: 2;
        color: #bbb;
        border: 1px solid #e0e0e0;
        margin-top: 30px;

        .notice-link {
            color: #0883d1;
        }
    }
}