128 lines
3.4 KiB
Plaintext
128 lines
3.4 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="wxdl.aspx.cs" Inherits="Mtxfw.shop.wxdl" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head id="Head1" runat="server">
|
|
<title></title>
|
|
<meta http-equiv="content-type" content="text/html;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>
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function () {
|
|
|
|
});
|
|
</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 runat="server">
|
|
|
|
<div style="padding:2em;">正在跳转中,请稍候...</div>
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|