404页面

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Folkspace</title>
    <script src="http://apps.bdimg.com/libs/jquery/1.6.4/jquery.js"></script>
  </head>
  <style>
        *{
    	margin:0;
    	padding:0;
    }
    body{
    	font-family: 'Open Sans', sans-serif;
    	font-size: 14px;
    	color: #3c3c3c;
    	background-color: #ECECEC;
    }


    #duobei_wrap{
    	float: left;
    	position: relative;
    	width: 600px;
    	/*height: 600px;*/
    	margin-top: 150px;
    	/*margin-left: 100px;*/
    	-webkit-traisition: all 1s ease-out;
    	-moz-traisition: all 1s ease-out;
    	-o-traisition: all 1s ease-out;
    	traisition: all 1s ease-out;
    }
    #duobei{
    	margin: 60px auto;
    	position: absolute;
    	-webkit-transform: rotate(-30deg);
    	-moz-transform: rotate(-30deg);
    	-o-transform: rotate(-30deg);
    	transform: rotate(-30deg);
    	-webkit-transition: all 1s ease-in-out;
    	-webkit-transform-origin: 50%;
    	transition: all 1s ease-in-out;
    	transform-origin: 50%;
    }




    .fl {float:left;display:inline;}
    .fr {float:right;display:inline;}
    .cf {display:block;zoom:1;}
    * html .cf {height:1%;}
    .cf:after {content:" ";display:block;height:0;clear:both;visibility:hidden;}

    .logo_wrap{
    	height: 84px;
    }
    #logo{
    	float: left;
    	width: 83px;
    	height: 70px;
    	padding-top: 10px;
    	display: inline-block;
    	background: url(./favicon.ico) no-repeat;
    }
    #title{
    	float: left;
    	line-height: 80px;
    	margin-left: 20px;
    	display: inline-block;
    }

    i{
    	display: inline-block;
    	font-size: 24px;
    	font-family: "Microsoft YaHei";
    	font-style: normal;
    	-webkit-animation-duration: 1.4s;/*动画持续时间*/
        -webkit-animation-iteration-count: 1;/*定义循环资料,infinite为无限次*/
        -webkit-animation-timing-function: ease;/*动画频率*/

        animation-duration: 1.4s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
    }
    i:nth-child(-n+2){
    	color: #00b7fa;
    	font-size: 24px;
    }
    i:nth-child(n+3){
    	color: #666;
    	font-size: 24px;
    }

    .title_move i:nth-child(1){
    	-webkit-animation-name:'zoom-d';
    	animation-name:'zoom-d';
    }
    .title_move i:nth-child(2){
    	-webkit-animation-name:'zoom-b';
    	animation-name:'zoom-b';
    }
    .title_move i:nth-child(3){
    	-webkit-animation-name:'zoom-g';
    	animation-name:'zoom-g';
    }
    .title_move i:nth-child(4){
    	-webkit-animation-name:'zoom-k';
    	animation-name:'zoom-k';
    }
    .title_move i:nth-child(5){
    	-webkit-animation-name:'zoom-c';
    	animation-name:'zoom-c';
    }
    .title_move i:nth-child(6){
    	-webkit-animation-name:'zoom-o';
    	animation-name:'zoom-o';
    }
    .title_move i:nth-child(7){
    	-webkit-animation-name:'zoom-p';
    	animation-name:'zoom-p';
    }
    .title_move i:nth-child(8){
    	-webkit-animation-name:'zoom-q';
    	animation-name:'zoom-q';
    }
    .title_move i:nth-child(9){
    	-webkit-animation-name:'zoom-r';
    	animation-name:'zoom-r';
    }


    @-webkit-keyframes 'zoom-d' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        10% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        30% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }

    @-webkit-keyframes 'zoom-b' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        20% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        40% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        60% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }

    @-webkit-keyframes 'zoom-g' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        30% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        70% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }

    @-webkit-keyframes 'zoom-k' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        40% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        80% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }

    @-webkit-keyframes 'zoom-c' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        70% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        90% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }

    @-webkit-keyframes 'zoom-o' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        70% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        90% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }

    @-webkit-keyframes 'zoom-p' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        70% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        90% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }


    @-webkit-keyframes 'zoom-q' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        70% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        90% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }

    @-webkit-keyframes 'zoom-r' {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 0;
        }
        70% {
            -webkit-transform: scale(1.1)
            transform: scale(1.1)
        }
        90% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1.0
        }
    }
    .not_found_tip{
    /*	float: left;*/
    	text-align: left;
    	color: #666;
    	font-family: "Microsoft YaHei";
    	font-size: 20px;
    	text-shadow: 0 1px 0 #fff;
    	letter-spacing: 1px;
    	line-height: 2em;
    	text-indent: 18px;
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
    .reason{
    	margin-top: 54px;
    	display: block;
    }
    .possible{
    	font-weight: bold;
    	text-indent: 18px;
    	margin-top: 10px;
    }
    .reason ul{
    	list-style: square;
    	padding-left: 82px;
    	margin-top: 10px;
    }
    .reason li{
    	line-height: 22px;
    	margin: 8px 0;
    }



    .line{
    	float: left;
    	width: 1px;
    	height: 400px;
    	margin-left: 50px;
    	margin-top: 100px;
    	background: #ddd;
    	box-shadow: 1px 0 2px #FFF;
    }




    #content{
    	width: 1202px;
    	margin: 0 auto;
    }
    .not_found{
    	float: right;
    	width: 400px;
    	height: auto;
    	margin-top: 150px;
    	position: relative;
    }

    .not_found_404 {
      text-align: center;
      font-family: cursive,sans-serif;
      font-size: 150px;
      font-weight: bold;
      line-height: 150px;
      letter-spacing: 25px;
      color: #fff;
      -webkit-transform: rotate(18deg);
      		  transform: rotate(18deg);
      -webkit-transform-origin: 12% 60%;
       transform-origin: 12% 60%;
    }

    .not_found_404 span {
    	float: left;
      	cursor: pointer;
      	text-shadow: 0px 0px 2px #686868,
    	    0px 1px 1px #ddd,
    	    0px 2px 1px #d6d6d6,
    	    0px 3px 1px #ccc,
    	    0px 4px 1px #c5c5c5,
    	    0px 5px 1px #c1c1c1,
    	    0px 6px 1px #bbb,
    	    0px 7px 1px #777,
    	    0px 8px 3px rgba(100, 100, 100, 0.4),
    	    0px 9px 5px rgba(100, 100, 100, 0.1),
    	    0px 10px 7px rgba(100, 100, 100, 0.15),
    	    0px 11px 9px rgba(100, 100, 100, 0.2),
    	    0px 12px 11px rgba(100, 100, 100, 0.25),
    	    0px 13px 15px rgba(100, 100, 100, 0.3);
    	-webkit-transition: all .1s linear;
    	transition: all .1s linear;
    }

    .not_found_404 span:hover {
      text-shadow: 0px 0px 2px #686868,
        0px 1px 1px #fff,
        0px 2px 1px #fff,
        0px 3px 1px #fff,
        0px 4px 1px #fff,
        0px 5px 1px #fff,
        0px 6px 1px #fff,
        0px 7px 1px #777,
        0px 8px 3px #fff,
        0px 9px 5px #fff,
        0px 10px 7px #fff,
        0px 11px 9px #fff,
        0px 12px 11px #fff,
        0px 13px 15px #fff;
      -webkit-transition: all .1s linear;
      transition: all .1s linear;
    }

    .ribbon {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 130px;
    	height: 40px;
    	background: rgba(0, 0, 0, 0.1);
    	background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    	background: -moz-linear-gradient(555% 0% 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    	border-left: 1px dashed rgba(0, 0, 0, 0.1);
    	border-right: 1px dashed rgba(0, 0, 0, 0.1);
    	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    	/*-webkit-transform: rotate(6deg) skew(0,0) translate(-60%,-5px);
    	-moz-transform: rotate(6deg) skew(0,0) translate(-60%,-5px);
    	-o-transform: rotate(6deg) skew(0,0) translate(-60%,-5px);
    	transform: rotate(6deg) skew(0,0) translate(-60%,-5px);*/
    }

    @-webkit-keyframes 'not'{
    	0%{

    	}
    	25%{
    		-webkit-transform: rotate(12deg);
    	}
    	50%{
    		-webkit-transform: rotate(18deg);
    	}
    	75%{
    		-webkit-transform: rotate(12deg);
    	}
    	100%{
    		-webkit-transform: rotate(18deg);
    	}

    }
    .not_found_404{
    	-webkit-animation-duration: 4s;
    	-webkit-animation-name: not;
    	-webkit-animation-iteration-count: infinite;
    	-webkit-animation-timing-function: ease-in-out;
    }
    .btn{
    	width: 100%;
    	margin-top: 100px;
    }

    .button{
    	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
    	background-color: #ffffff;
    	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, whitesmoke), color-stop(100%, #fff));
    	background: -webkit-linear-gradient(top, whitesmoke, #fff);
    	background: -moz-linear-gradient(top, whitesmoke, #fff);
    	background: -o-linear-gradient(top, whitesmoke, #fff);
    	background: linear-gradient(top, whitesmoke, #fff);
    	display: -moz-inline-stack;
    	display: inline-block;
    	vertical-align: middle;
    	zoom: 1;
    	border: 1px solid #d4d4d4;
    	height: 32px;
    	line-height: 32px;
    	padding: 0px 25.6px;
    	font-weight: 300;
    	font-size: 14px;
    	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    	color: #666666;
    	text-shadow: 0 1px 1px white;
    	margin: 0;
    	text-decoration: none;
    	text-align: center;
    	-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	-ms-border-radius: 30px;
    	-o-border-radius: 30px;
    	border-radius: 30px;

    	-moz-animation:funny 3s linear infinite;
    	-o-animation:funny 3s linear infinite;
    	animation:funny 3s linear infinite;
    	-webkit-animation:funny 3s linear infinite;

    	margin-right: 40px;
    	clear: left;
    }

    @-webkit-keyframes funny{
    	0% { -webkit-box-shadow:0px 0px 0px whitesmoke; }
    	50% { -webkit-box-shadow:0px 0px 20px rgba(82, 168, 236, 0.8); }
    	100% { -webkit-box-shadow:0px 0px 0px whitesmoke; }
    }
    @-moz-keyframes funny{
    	0% { -moz-box-shadow:0px 0px 0px whitesmoke; }
    	50% { -moz-box-shadow:0px 0px 20px rgba(82, 168, 236, 0.8); }
    	100% { -moz-box-shadow:0px 0px 0px whitesmoke; }
    }
  </style>
  <body>
    <div id="content" class="cf">
      <div id="duobei_wrap">
        <div class="logo_wrap cf">
          <a href="http://www.duobei.com/" id="logo"></a>
          <div id="title">
            <i>a</i><i>b</i><i>c</i><i>d</i><i>e</i><i>f</i><i>g</i><i>h</i
            ><i>e</i>
          </div>
        </div>
        <div class="reason">
          <p class="not_found_tip">Not Found :( 很抱歉,您访问的页面不存在!</p>
          <p class="possible">可能原因:</p>
          <ul>
            <li>
              该数据已被删除,但却被搜索引擎收录了,通过搜索引擎访问就会看到此页面
            </li>
            <li>
              您手动输入了一个从来没有的访问url,这样系统也是无法识别您的url,报错
            </li>
          </ul>
        </div>
      </div>
      <!-- #duobei_wrap -->
      <div class="line"></div>

      <div class="not_found">
        <i class="ribbon"></i>
        <div class="not_found_404 cf">
          <span>4</span>
          <span>0</span>
          <span>4</span>
        </div>
        <div class="btn">
          <a href="http://www.duobei.com/" class="button button-rounded"
            >看看首页</a
          >
          <a href="#" class="button button-rounded cancle">返回上页</a>
        </div>
      </div>
      <!-- not_found -->
    </div>
  </body>
  <script>
    $(function(){
	var time=setTimeout(function(){
		$("#duobei").css({
			"-webkit-transform": "rotate(-30deg) scale(0.5)",
		});
	},2000);

	$("#title").hide();
	var title=setTimeout(function(){
		$("#title").addClass("title_move");
		$("#title").show();
	},400);

	var duobeiWrap=setTimeout(function(){
		// $("#duobei_wrap").css({"float":"left"});
	},3400);

	$(".cancle").click(function(){
		window.history.go(-1);
		return false;
	});

	// var time=setTimeout(function(){
	// 	window.location.href="http://www.baidu.com/";
	// },15000);
})

  </script>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值