You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
3.2 KiB
Plaintext
115 lines
3.2 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="TradeManage.Error" %>
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
text-align: center;
|
|
font-family: 宋体,serif;
|
|
background: #ffffff;
|
|
font-size: 12px;
|
|
}
|
|
div
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.areaT
|
|
{
|
|
text-align: left;
|
|
margin: 100px auto 0px;
|
|
width: 630px;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
color: #dcdddd;
|
|
}
|
|
.clearfix:after
|
|
{
|
|
display: block;
|
|
height: 0px;
|
|
visibility: hidden;
|
|
clear: both;
|
|
overflow: hidden;
|
|
content: ".";
|
|
}
|
|
H2
|
|
{
|
|
font-weight: bloder;
|
|
border-bottom: #dcdddd 1px solid;
|
|
text-align: left;
|
|
padding-bottom: 10px;
|
|
margin: 0px 35px 10px 190px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
font-family: "黑体";
|
|
font-size: 25px;
|
|
padding-top: 20px;
|
|
}
|
|
H3
|
|
{
|
|
font-weight: normal;
|
|
text-align: left;
|
|
margin: 0px 35px 0px 190px;
|
|
font-family: "黑体";
|
|
font-size: 16px;
|
|
color: #666;
|
|
}
|
|
.areaT
|
|
{
|
|
text-align: left;
|
|
margin: 100px auto 0px;
|
|
width: 630px;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
color: #dcdddd;
|
|
}
|
|
.area
|
|
{
|
|
border: #dcdddd 1px solid;
|
|
margin: 0px auto;
|
|
padding: 0px;
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
width: 630px;
|
|
border-top: #dcdddd 1px solid;
|
|
text-align: left;
|
|
font-family: "黑体";
|
|
font-size: 18px;
|
|
}
|
|
.area .tips
|
|
{
|
|
float: left;
|
|
margin-left: 25px;
|
|
}
|
|
.areaB
|
|
{
|
|
text-align: right;
|
|
margin: 0px auto 100px;
|
|
width: 630px;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
color: #dcdddd;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class='areaT'>
|
|
消息提醒:</div>
|
|
<div class='area clearfix'>
|
|
<img class='tips' src='images/errotip.jpg' width='128' height='128'>
|
|
<h2>
|
|
对不起,程序可能出错了,麻烦把情况告知与我们! </h2>
|
|
<h3>
|
|
|
|
<a style="text-decoration:underline;cursor:pointer;color:blue" href="login.aspx" target="_self">重新登录</a></h3>
|
|
</div>
|
|
<div class='areaB'>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|