|
@@ -6,23 +6,112 @@
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<script>
|
|
<script>
|
|
|
|
+ var myPageNavIsNormal = true;
|
|
var surplus_second = {{.T.surplus_second}};
|
|
var surplus_second = {{.T.surplus_second}};
|
|
- setInterval(function(){
|
|
|
|
|
|
+ var interval = setInterval(function(){
|
|
surplus_second--;
|
|
surplus_second--;
|
|
if(document.getElementById("surplus_second")!=null){
|
|
if(document.getElementById("surplus_second")!=null){
|
|
document.getElementById("surplus_second").innerText = surplus_second;
|
|
document.getElementById("surplus_second").innerText = surplus_second;
|
|
}
|
|
}
|
|
|
|
+ if(surplus_second <= 0){
|
|
|
|
+ clearInterval(interval);
|
|
|
|
+ }
|
|
},1000);
|
|
},1000);
|
|
</script>
|
|
</script>
|
|
|
|
+ {{include "/common/pnc.html"}}
|
|
<link rel="stylesheet" href="/dataExport/css/font_624651_bjdvktmum68.css">
|
|
<link rel="stylesheet" href="/dataExport/css/font_624651_bjdvktmum68.css">
|
|
- <link rel="stylesheet" href="/dataExport/css/reset_pc.css">
|
|
|
|
|
|
+ <link href="/css/pc.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
|
+ <link rel="stylesheet" href="/dataExport/css/conditions.css">
|
|
|
|
+ <link href="/css/dev2/reset_pc.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
<link rel="stylesheet" href="/dataExport/css/pay_success.css">
|
|
<link rel="stylesheet" href="/dataExport/css/pay_success.css">
|
|
- {{include "/common/pnc.html"}}
|
|
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="/pccss/public-nav-1200.css?v={{Msg "seo" "version"}}" />
|
|
|
|
+ <script type="text/javascript" src="/js/public-nav.js?v={{Msg "seo" "version"}}"></script>
|
|
<title>支付订单</title>
|
|
<title>支付订单</title>
|
|
|
|
+ <style type="text/css">
|
|
|
|
+ .public-nav{
|
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
|
+ }
|
|
|
|
+ /*j-wx-code Start*/
|
|
|
|
+ .j-wx-code{
|
|
|
|
+ width: 335px;
|
|
|
|
+ height: 355px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ -webkit-border-radius: 6px;
|
|
|
|
+ -moz-border-radius: 6px;
|
|
|
|
+ border-radius: 6px;
|
|
|
|
+ position: relative;
|
|
|
|
+ /*margin: 100px auto;*/
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-close{
|
|
|
|
+ width: 40px;
|
|
|
|
+ height: 40px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: -20px;
|
|
|
|
+ top: -20px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ -webkit-transition: all 1s;
|
|
|
|
+ -o-transition: all 1s;
|
|
|
|
+ -moz-transition: all 1s;
|
|
|
|
+ transition: all 1s;
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-close:hover{
|
|
|
|
+ -webkit-transform: scale(1.2);
|
|
|
|
+ -moz-transform: scale(1.2);
|
|
|
|
+ -ms-transform: scale(1.2);
|
|
|
|
+ -o-transform: scale(1.2);
|
|
|
|
+ transform: scale(1.2);
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-title{
|
|
|
|
+ height: 82px;
|
|
|
|
+ background:url(/images/j-wx-code-title.png) center center no-repeat;
|
|
|
|
+ -webkit-animation: moveYun 15s infinite linear both;
|
|
|
|
+ -moz-animation: moveYun 15s infinite linear both;
|
|
|
|
+ -o-animation: moveYun 15s infinite linear both;
|
|
|
|
+ animation: moveYun 15s infinite linear both;
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-wxm{
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: -6px;
|
|
|
|
+ margin-top: -16px;
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-wxm>img{
|
|
|
|
+ width: 200px;
|
|
|
|
+ height: 200px;
|
|
|
|
+ margin-top: -5px;
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-text{
|
|
|
|
+ font: 16px "microsoft yahei";
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #252627;
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-bottom{
|
|
|
|
+ width: 470px;
|
|
|
|
+ height: 211px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: -113px;
|
|
|
|
+ left: -73px;
|
|
|
|
+ background: url(/images/j-wx-code-bottom.png) 0 0 no-repeat;
|
|
|
|
+ }
|
|
|
|
+ .j-wx-code>.code-bottom>img{
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 280px;
|
|
|
|
+ top: 88px;
|
|
|
|
+ -webkit-animation: codeWxMove 10s linear both;
|
|
|
|
+ -moz-animation: codeWxMove 10s linear both;
|
|
|
|
+ -o-animation: codeWxMove 10s linear both;
|
|
|
|
+ animation: codeWxMove 10s linear both;
|
|
|
|
+ -webkit-animation-fill-mode:forwards;
|
|
|
|
+ -moz-animation-fill-mode:forwards;
|
|
|
|
+ -o-animation-fill-mode:forwards;
|
|
|
|
+ animation-fill-mode:forwards;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
-<section id="pay_succ" class="w">
|
|
|
|
- <div class="progress">
|
|
|
|
|
|
+{{include "/common/pchead.html"}}
|
|
|
|
+<section id="pay_succ" class="conditions-box w">
|
|
|
|
+ <div class="progress_">
|
|
<div class="l b2">
|
|
<div class="l b2">
|
|
1.条件筛选
|
|
1.条件筛选
|
|
</div>
|
|
</div>
|
|
@@ -48,9 +137,9 @@
|
|
<div class="fl">
|
|
<div class="fl">
|
|
<div style="position:relative;">
|
|
<div style="position:relative;">
|
|
<img src="data:image/png;base64,{{.T.qrcode}}" style="width: 330px;position:relative;left:-15px;top:-15px;">
|
|
<img src="data:image/png;base64,{{.T.qrcode}}" style="width: 330px;position:relative;left:-15px;top:-15px;">
|
|
- <a style="border-radius:3px;position:absolute;top:0px;border: 1px solid #ccc;width: 300px;height:300px;"></a>
|
|
|
|
|
|
+ <a style="border-radius:3px;position:absolute;left: 0;top:0px;border: 1px solid #ccc;width: 300px;height:300px;"></a>
|
|
</div>
|
|
</div>
|
|
- <div style="font-size: 16px; color: #1d1d1d;padding-left: 20px;margin-top: 30px;position: relative;top: -30px;">
|
|
|
|
|
|
+ <div style="text-align:left;font-size: 16px; color: #1d1d1d;padding-left: 30px;margin-top: 30px;position: relative;top: -30px;">
|
|
<img src="/dataExport/image/wx_cm.jpg" style="vertical-align: middle;margin-right:10px;position: relative;top: -2px;"><span>使用手机微信扫描二维码支付</span>
|
|
<img src="/dataExport/image/wx_cm.jpg" style="vertical-align: middle;margin-right:10px;position: relative;top: -2px;"><span>使用手机微信扫描二维码支付</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -58,10 +147,15 @@
|
|
<img src="/dataExport/image/phone_.png" alt="">
|
|
<img src="/dataExport/image/phone_.png" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</section>
|
|
</section>
|
|
|
|
+{{include "/common/pcbottom.html"}}
|
|
|
|
+{{include "/common/baiducc.html"}}
|
|
|
|
+<script>
|
|
|
|
+ selcetIndexNav(4);
|
|
|
|
+ haslogin("10");
|
|
|
|
+ $(".logo img").attr("src","/images/swordfish/sf_01.png");
|
|
|
|
+</script>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|