_notice.css 2.26 KB
.pay-notice-page {
    width: 860px;
    margin: 70px auto;
    font-size: 12px;

    .font-red {
        color: #e8044f;
    }

    h1 {
        height: 70px;
        line-height: 40px;
        color: #333;
        text-align: center;
        font-size: 20px;
        font-family: Arial,helvetica,sans-serif;
    }

    .ok-icon {
        display: inline-block;
        $url: /pay/ok.png;
        width: width($url);
        height: height($url);
        background: resolve($url) no-repeat;
        vertical-align: text-top;
    }

    .order-info {
        border-right: 1px solid #dadada;
        border-top: 10px #000 solid;
        margin-bottom: 20px;
    }

    .table-row {
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #333;
        border-bottom: 1px solid #dadada;

        .order-num,
        .pay,
        em {
            font-weight: bold;
        }

        .pay-mode {
            color: #666;
        }

        li {
            float: left;
            width: 170px;
            border-left: 1px solid #dadada;
            font-size: 14px;
        }
    }

    .order-table-header {
        background: #f3f3f3;
    }

    .notice-link {
        color: #468fa2;
    }

    .notice-tip {
        border: 1px solid #fdcf74;
        background: #fcfbdd;
        color: #976637;
        line-height: 1.8;
        margin-bottom: 20px;
        padding: 20px;
        font-family: Arial,helvetica,sans-serif;
    }

    .btns {
        text-align: center;
        padding: 20px 0;

        a {
            display: inline-block;
            height: 34px;
            line-height: 34px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 4px;
        }

        .check-order {
            background: #da034a;
            color: #fff;
            border: 1px solid #9d0134;
            width: 134px;
            margin-right: 15px;
        }

        .return-home {
            background: #eee;
            color: #000;
            border: 1px solid #b0b0b0;
            width: 97px;
        }
    }

    .notice-img {
        width: 100%;
    }
}