代码修改后的版本,全部提交
This commit is contained in:
131
Mtxfw.VipSite/pay/wxpayreturn_url.aspx
Normal file
131
Mtxfw.VipSite/pay/wxpayreturn_url.aspx
Normal file
@@ -0,0 +1,131 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Mtxfw.shop.wxpayreturn_url" Codebehind="wxpayreturn_url.aspx.cs" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head runat="server">
|
||||
<title></title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta http-equiv="Cache-Control" content="no-transform " />
|
||||
<link rel ="alternate" media ="handheld" href ="#" />
|
||||
<link rel="Shortcut Icon" href="/favicon.ico">
|
||||
<link href="/mobile/css/myShoppingCart.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="/Scripts/jquery-1.9.1.min.js"></script>
|
||||
<style type="text/css">
|
||||
|
||||
a,a:visited{ text-decoration:none;}
|
||||
header.main {
|
||||
width:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
background:#fff;
|
||||
position:relative;
|
||||
float:left;
|
||||
height:3em;
|
||||
line-height:3em;
|
||||
border-bottom:1px solid #efefef;
|
||||
}
|
||||
.logo {
|
||||
margin:0;
|
||||
font-size:1.4em;
|
||||
text-align:center
|
||||
}
|
||||
header.main .logo {
|
||||
font-family:"museo-sans","Museo Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-weight:300;
|
||||
font-weight:700;
|
||||
float:none;
|
||||
width:100%;
|
||||
margin:0 auto;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
header.main a.menu-trigger,header.main a.menu-trigger:visited {
|
||||
position:absolute;
|
||||
top:0.5em;
|
||||
left:1em;
|
||||
padding:0;
|
||||
display:block;
|
||||
width:auto;
|
||||
height:100%;
|
||||
}
|
||||
header.main a.menu-trigger img,header.main a.menu-trigger:visited img
|
||||
{
|
||||
width:1.3em;
|
||||
height:1.3em;
|
||||
}
|
||||
header.main a.fanhui-trigger,header.main a.fanhui-trigger:visited {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:2em;
|
||||
padding:0;
|
||||
font-size:1.2em;
|
||||
display:block;
|
||||
width:auto;
|
||||
height:100%;
|
||||
line-height:2.8em;
|
||||
}
|
||||
|
||||
.ulbox{float:left;margin:0;width:100%;overflow:hidden;}
|
||||
.ulbox ul{float:left;width:100%;margin:0; list-style-type:none;overflow:hidden;}
|
||||
.ulbox ul li{float:left;width:100%; line-height:40px; text-align:center; padding:0;overflow:hidden; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
||||
a.paybutton,a.paybutton:visited
|
||||
{
|
||||
float:left;
|
||||
display:block;
|
||||
width:8em;
|
||||
height:3em;
|
||||
text-align:center;
|
||||
background-color:#fff;
|
||||
border:1px solid #dfdfdf;
|
||||
overflow:hidden;
|
||||
}
|
||||
a.paybutton img,a.paybutton:visited img
|
||||
{
|
||||
margin-top:0.2em;
|
||||
width:80%;
|
||||
height:80%;
|
||||
}
|
||||
a.needMoney_Purple,a.needMoney_Purple:visited
|
||||
{
|
||||
margin:0 auto;
|
||||
width:80%;
|
||||
height:35px;
|
||||
display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;
|
||||
background-color:#ff4a00;
|
||||
line-height:35px;
|
||||
font-size:16px;
|
||||
text-align:center;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
cursor:pointer;
|
||||
border:0;
|
||||
-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
|
||||
}
|
||||
a.needMoney_Purple.needMoney_Purpled,a.needMoney_Purple:visited.needMoney_Purpled:visited
|
||||
{
|
||||
|
||||
background-color:#00c1f9;
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body id="activity-detail" style="max-width: 720px;margin:0px auto; position:relative;">
|
||||
<form id="form1" runat="server">
|
||||
<header class="main">
|
||||
<div class="logo">支付成功通知</div>
|
||||
<a href="javascript:history.go(-1);" class="menu-trigger"><img src="../images/faifeito0.png" /></a>
|
||||
<a href="javascript:history.go(-1);" class="fanhui-trigger">返回</a>
|
||||
|
||||
</header>
|
||||
<div class="ulbox">
|
||||
<ul>
|
||||
<li style=" color:Red;"><%=strqu %></li>
|
||||
<li style=" margin-top:1em;"><a href="/mobile/myorders.html" class="needMoney_Purple">查看订单</a></li>
|
||||
<li style=" margin-top:1em;"><a href="/mobile/" class="needMoney_Purple needMoney_Purpled">返回商城首页</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user