﻿<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>出错误了~</title>
    <link href="css/bootstrap.min.css" rel="stylesheet" />
    <link href="css/css.css" rel="stylesheet" />
</head>
<body>
    <div style="background-color:white;height:90px;position:absolute;top:0px;width:100%;box-shadow: -3px 2px 6px #8e8e8e;">
        <div class="gh_hp_top">
            <div class="logo"></div>
            <div class="right">
                <img src="images/head_qiyehao.jpg" />
                <img src="images/head_public.jpg" />
                <span>
                    &nbsp;&nbsp;
                    <img style="width: 16px; height: 16px; margin: 0px 2px 0px 0px;" src="images/addtocollection.png" /><a id="favorites">加入收藏</a>
                </span>
            </div>
        </div>
    </div>
    <div id="mian">
        <img src="images/error.png" alt="error" style="width:300px" />

        <h2>
            <label><b>Sorry</b></label>
        </h2>

        <p>
            很抱歉！您要访问的页面出现错误。
        </p>
        <p>
            <a class="return" href="Default.aspx">返回首页</a>
        </p>
    </div>
    <script>
        document.getElementById("mian").style.height = window.innerHeight+ "px";
    </script>
    <style>
        body {
            background-color: #e1e1e1;
            overflow: hidden;
            margin:0px;
        }

        #mian {
            text-align: center;
            margin: 0 auto;
            overflow: hidden;
            box-shadow: 6px 6px 5px 0px #d4d4d4;
            /*border-top: 20px solid;
            border-bottom: 20px solid;*/
            padding-top: 80px;
        }

        b {
            text-shadow: 3px 3px white;
            font-size: 28px;
        }

        .return {
            background-color: #006699;
            color: white;
            padding: 10px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 10px;
        }

        a:hover {
            color: #006699;
            background-color: white;
        }

        h2, p {
            margin: 0px;
        }

        p {
            line-height: 41px;
        }
    </style>
</body>
</html>