优化load

master
chenzhi 5 years ago
parent 1723209234
commit b4f08c2430

@ -11,8 +11,6 @@
<link rel="stylesheet" href="__CSS__/weui.min.css">
<script src="__JS__/flex.min.js"></script>
<script type="text/javascript" src="__JS__/jquery.js"></script>
<script type="text/javascript" src="__JS__/libgif.js"></script>
<script type="text/javascript" src="__JS__/rubbable.js"></script>
<title>支付中心</title>
</head>
<style>
@ -173,10 +171,10 @@
border: 0px !important;
}
/* new */
canvas{
/* canvas{
width: 2.18rem;
height:2.04rem;
}
} */
</style>
@ -190,7 +188,6 @@
<img src="__IMG__/close-black.png" style="width: .3rem;height: .3rem;margin: .3rem 0 0 .3rem;">
</div> -->
<div style="width: 100%;text-align: center;">
<!-- <img id="example2" src="__IMG__/load.gif" rel:auto_play="1" rel:rubbable="1" /> -->
<img src="__IMG__/load.gif" style="width:2.18rem;height:2.04rem;">
</div>
<p style="text-align: center;font-size: .24rem;margin:auto;line-height: 1.5;color:#292929;margin-top: -.3rem;">
@ -257,8 +254,8 @@
<div
style="height: 3.1rem;background-color: #21B1EB;color: #fff;border-bottom-left-radius:30%;border-bottom-right-radius:30%;padding: .43rem .3rem .6rem;line-height: 1.5;">
<p style="font-size: .4rem;">待支付……</p>
<p style="font-size: .24rem;margin-top:.3rem;">订单超过30分钟自动取消请在20分钟18秒内完成支付</p>
<p style="font-size: .24rem;">支付结果将在两分钟内反馈,请稍后在游戏内查看</p>
<!-- <p style="font-size: .24rem;margin-top:.3rem;">订单超过30分钟自动取消请在20分钟18秒内完成支付</p> -->
<p style="font-size: .28rem;margin-top:.3rem;">支付结果将在两分钟内反馈,请稍后在游戏内查看</p>
</div>
<form id="wfform" name="wfform" method="post" action="{:U('WapPay/shortcut_pay')}" target="_parent" >
@ -328,10 +325,7 @@
</div>
</form>
</body>
<script type="text/javascript">
var sup2 = new RubbableGif({ gif: document.getElementById('example2'),progressbar_height:0 } );
sup2.load();
</script>
<script type="text/javascript">
var validCode=true;
var smsstatus = true;

Loading…
Cancel
Save