css仿百度404错误页面倒计时跳转效果代码

代码语言:html

所属分类:布局界面

代码描述:css仿百度404错误页面倒计时跳转效果代码

代码标签: 404 错误 页面 倒计时 跳转 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
    <title>404</title>
    <style type="text/css" media="screen">
        *{margin:0;padding:0;font-family:arial,sans-serif;font-size:14px;}
        body,html{height:100%;}
        body{background:#e9eaef;}
        .wrapper{margin: 0 auto;background:url(//repo.bfw.wiki/bfwrepo/icon/60ecf359eb0c5.png) no-repeat 400px 30px  #fff;width:587px;height:196px; padding:80px 0 0 80px; top:50%; margin-top:-150px;position:relative;}
        h3{font-weight:700;font-size:16px;}
        .tm{padding-top:24px;}
        .tm span{color:#e10602;padding:0 5px;font-weight:700;}
        .btn{padding-top:14px;}
        .btn a{display:block;width:100px;padding:10px;text-align:cent.........完整代码请登录后点击上方下载按钮下载查看

网友评论0