ZhiYeJianKang_PeiXun/Song.Site/Pay/Weixin/Default.aspx
2025-02-20 15:41:53 +08:00

75 lines
2.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WxPayAPI._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>微信支付样例</title>
<style type="text/css">
ul {
margin-left:10px;
margin-right:10px;
margin-top:10px;
padding: 0;
}
li {
width: 32%;
float: left;
margin: 0px;
margin-left:1%;
padding: 0px;
height: 100px;
display: inline;
line-height: 100px;
color: #fff;
font-size: x-large;
word-break:break-all;
word-wrap : break-word;
margin-bottom: 5px;
background-color: #00CD00;
}
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-decoration:none;
color:#fff;
}
a:link{
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-decoration:none;
color:#fff;
}
a:visited{
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-decoration:none;
color:#fff;
}
a:hover{
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-decoration:none;
color:#fff;
}
a:active{
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-decoration:none;
color:#fff;
}
</style>
</head>
<body runat="server">
<div align="center">
<ul>
<li style="background-color:#00CD00"><a href="ProductPage.aspx">JSAPI支付</a></li>
<li style="background-color:#00CD00"><a href="MicroPayPage.aspx">刷卡支付</a></li>
<li style="background-color:#00CD00"><a href="NativePayPage.aspx">扫码支付</a></li>
<li style="background-color:#00CD00"><a href="OrderQueryPage.aspx">订单查询</a></li>
<li style="background-color:#00CD00"><a href="RefundPage.aspx">订单退款</a></li>
<li style="background-color:#00CD00"><a href="RefundQueryPage.aspx">退款查询</a></li>
<li style="background-color:#00CD00"><a href="DownloadBillPage.aspx">下载账单</a></li>
</ul>
</div>
</body>
</html>