99 lines
3.4 KiB
HTML
99 lines
3.4 KiB
HTML
|
||
|
||
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
<meta http-equiv="Content-Language" content="zh-cn">
|
||
<meta name="apple-mobile-web-app-capable" content="no"/>
|
||
<meta name="apple-touch-fullscreen" content="yes"/>
|
||
<meta name="format-detection" content="telephone=no,email=no"/>
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
||
<meta name="renderer" content="webkit"/>
|
||
<meta name="force-rendering" content="webkit"/>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
|
||
<meta http-equiv="Expires" content="0">
|
||
<meta http-equiv="Pragma" content="no-cache">
|
||
<meta http-equiv="Cache-control" content="no-cache">
|
||
<meta http-equiv="Cache" content="no-cache">
|
||
<meta name="viewport"
|
||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||
<title>支付宝扫码支付</title>
|
||
<link href="css/wechat_pay.css" rel="stylesheet" media="screen">
|
||
<script src="js/jquery-1.10.2.min.js"></script>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="body">
|
||
<h1 class="mod-title">
|
||
<span class="ico_log ico-1"></span>
|
||
</h1>
|
||
|
||
<div class="mod-ct">
|
||
<div class="order">
|
||
</div>
|
||
<div class="amount" id="money">¥0.02</div>
|
||
<div class="qrcode-img-wrapper" data-role="qrPayImgWrapper">
|
||
<div data-role="qrPayImg" class="qrcode-img-area">
|
||
<div class="ui-loading qrcode-loading" data-role="qrPayImgLoading" style="display: none;">加载中</div>
|
||
<div style="position: relative;display: inline-block;">
|
||
<img id='show_qrcode' alt="加载中..." src="https://codepay.fateqq.com/qr/1/1/0/02_0.png" width="210" height="210" style="display: block;">
|
||
<img onclick="$('#use').hide()" id="use" src="https://codepay.fateqq.com/img/use_1.png"
|
||
style="position: absolute;top: 50%;left: 50%;width:32px;height:32px;margin-left: -16px;margin-top: -16px">
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
<div class="time-item">
|
||
<div class="time-item" id="msg"><h1>备注:0</h1> </div>
|
||
<strong id="hour_show">0时</strong>
|
||
<strong id="minute_show">0分</strong>
|
||
<strong id="second_show">0秒</strong>
|
||
</div>
|
||
|
||
<div class="tip">
|
||
<div class="ico-scan"></div>
|
||
<div class="tip-text">
|
||
<p>请使用支付宝扫一扫</p>
|
||
<p>扫描二维码完成支付</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="detail" id="orderDetail">
|
||
<dl class="detail-ct" id="desc" style="display: none;">
|
||
<dt>金额</dt>
|
||
<dd>0.02</dd>
|
||
<dt>商户订单:</dt>
|
||
<dd>2028312952</dd>
|
||
<dt>创建时间:</dt>
|
||
<dd>2018-12-31 12:39:6</dd>
|
||
<dt>状态</dt>
|
||
<dd>等待支付</dd>
|
||
</dl>
|
||
|
||
<a href="javascript:void(0)" class="arrow"><i class="ico-arrow"></i></a>
|
||
</div>
|
||
|
||
<div class="tip-text">
|
||
</div>
|
||
|
||
|
||
</div>
|
||
<div class="foot">
|
||
<div class="inner">
|
||
<p>手机用户可保存上方二维码到手机中</p>
|
||
<p>在支付宝扫一扫中选择“相册”即可</p>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="copyRight">
|
||
|
||
</div>
|
||
<script>
|
||
|
||
</script>
|
||
|
||
</body>
|
||
</html> |