代码修改后的版本,全部提交

This commit is contained in:
ss001
2026-02-07 15:48:27 +08:00
parent cccbaa37c9
commit c2cda58c65
15604 changed files with 2455502 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<%@ Page Title="" Description="" Language="C#" AutoEventWireup="true" CodeBehind="CloseMsg.aspx.cs" Inherits="Mtxfw.VipSite.CloseMsg" %>
<!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 id="Head1" runat="server">
<title></title>
<link href="/css/index.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body
{
background-color: #fff;
}
.CloseMsg{ width:900px; margin:0 auto; text-align:left; font-size:20px; color:#000; line-height:40px;}
</style>
<script src="/Scripts/jquery-1.4.4.min.js" type="text/javascript"></script>
<script src="/Scripts/common.js" type="text/javascript"></script>
</head>
<body>
<div class="CloseMsg">
<%=config.CloseMsg%>
</div>
</body>
</html>