20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="xzapp.aspx.cs" Inherits="Mtxfw.shop.xzapp" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>下载APP</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin:0;
|
|
padding:0;
|
|
width:100%; height:100%;
|
|
background-color:#333333;
|
|
}
|
|
.weixinxz{ margin:0 auto;padding:0; width:540px; height:704px; background:url(/images/qq/weixinxz.png) no-repeat right top;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<%=strweixin%>
|
|
</body>
|
|
</html>
|