|
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>稻草堂文化</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(
hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel='stylesheet' type='text/css'>
<style type="text/css">
body{
font-family: 'Capriola', sans-serif;
}
body{
background:#DAD6CC;
}
.wrap{
width:100%;
margin-top:100px;
}
.logo h1{
font-size:30px;
color:#FF7A00;
text-align:center;
margin:40px 0 0 0;
text-shadow:4px 4px 1px white;
}
.logo p{
color:#B1A18D;;
font-size:20px;
margin-top:1px;
text-align:center;
}
.logo p span{
color:lightgreen;
}
.sub a{
color:red;
text-decoration:none;
padding:5px;
font-size:13px;
font-family: arial, serif;
font-weight:bold;
}
.footer{
color:white;
position:absolute;
right:10px;
bottom:1px;
}
.footer a{
color:#ff7a00;
}
</style>
</head>
<body>
<div class="wrap">
<div class="logo">
<h1>已被封锁</h1>
<h1>正在开发新的路径</h1>
<DIV id="CountMsg" class="HotDate">
<h1>
<span id="t_d">00天</span>
<span id="t_h">00时</span>
<span id="t_m">00分</span>
<span id="t_s">00秒</span>
</h1>
</DIV>
<script type="text/javascript">
function getRTime(){
var EndTime= new Date('2015/07/12 00:00:00'); //截止时间
var NowTime = new Date();
var t =EndTime.getTime() - NowTime.getTime();
/*var d=Math.floor(t/1000/60/60/24);
t-=d*(1000*60*60*24);
var h=Math.floor(t/1000/60/60);
t-=h*60*60*1000;
var m=Math.floor(t/1000/60);
t-=m*60*1000;
var s=Math.floor(t/1000);*/
var d=Math.floor(t/1000/60/60/24);
var h=Math.floor(t/1000/60/60%24);
var m=Math.floor(t/1000/60%60);
var s=Math.floor(t/1000%60);
document.getElementById("t_d").innerHTML = d + "天";
document.getElementById("t_h").innerHTML = h + "时";
document.getElementById("t_m").innerHTML = m + "分";
document.getElementById("t_s").innerHTML = s + "秒";
}
setInterval(getRTime,1000);
</script>
<div class="sub">
<p></p>
<p><a >点击这里查看最新文章</a></p>
<p>稻草堂文化</p>
</div>
</div>
</div>
</body>
</html> |
|
该贴共收到 241 条回复