wanglizhong
2025-05-05 9b8a7157bb9c401de973a4107f74ff3e723ec156
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?php require '../inc/odbc.php';?>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>民航医疗快线</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/app.css?v=1.8">
</head>
<body class="success_body">
<div>
        <style>
    .success img{
        width: 20%;
    }
    #shareit {
        -webkit-user-select: none;
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.85);
        text-align: center;
        top: 0;
        left: 0;
        z-index: 105;
    }
    .arrow {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    a.center-link{
        display: inline-block;
        border-radius: 20px;
        height: auto;
        border:1px solid #fe7900;
        background: #fe7900;
        color: white;
    }
    a.center-link2{
        display: inline-block;
        border-radius: 20px;
        height: auto;
        border:1px solid #fe7900;
        color: #fe7900;
    }
</style>
    <p class="text-center" style="margin-top: 10px;"><img width="100%" src="/img/success2.png"/></p>
    <p class="text-center" style="color: #656565;font-size: 18px;">支付成功</p>
    <div class="ds_form text-center">
        <div class="col-xs-12">
            <div class="anniu" onClick="javascript:location.href='/MyOrderlist.php';" style="position: initial;">
                <button type="button" id="btn_reg" class="" style=""><?php echo "返回我的订单"?></button>
            </div>
        </div>
    </div>
<div id="shareit">
    <img class="arrow" src="/img/share_it.png">
</div>
    
<!-- 评价后广告 -->
<!--默认图片-->
<?php
if (isset($_COOKIE["n"])){
    header("Location: /?n=".$_COOKIE["n"]);
}
 
?>
</div>
</body>
</html>