<?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>
|