You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
982 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/weui.mim.css">
<link rel="stylesheet" href="css/sdkptbpay.css">
<script src="./js/resize.js" type=""></script>
<title>支付失败</title>
</head>
<body class="payback">
<div class="ptbnav" style="background:url('./img/navbg.png') no-repeat bottom center/100% 100%;">
<img src="./img/back.png">
<p>支付失败</p>
<div></div>
</div>
<div class="contentbox">
<img src="./img/pay/error.png">
<p class="error-txt">订单支付失败!</p>
<div class="btnbox">
<a href="#">
<div class="ptbbtn">
点击返回
</div>
</a>
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
</html>