ziji

来源:互联网 发布:cn过期域名 编辑:程序博客网 时间:2024/05/07 01:59
<!doctype html><html><head><meta charset="utf-8"><title>门户网站</title><link rel="stylesheet" type="text/css" href="wei.css"></head><body><div id="toptd" class="c1"><div class ="wp"><div class ="z"><a href="javascript:;" onclick ="setHomepage('http:www.biubiubiu.tech/');">设为首页</a><a href="http:www.biubiubiu.tech/" onclick ="addFavorite(this.href, '临港在线');return false;">收藏本站</a></div></div class = "y"></div></div></div><div id="footer">            <div id="chaolianjie2">                <a href="#" target="_blank">个人简介</a>&nbsp;|&nbsp;                <a href="#" target="_blank">广告服务</a>&nbsp;|&nbsp;                <a href="#" target="_blank">联系站长</a>&nbsp;|&nbsp;                <a href="#" target="_blank">问题报告</a>&nbsp;|&nbsp;                <a href="#" target="_blank">友情链接</a>&nbsp;|&nbsp;                <a href="#" target="_blank">版权声明</a>&nbsp;|&nbsp;                <br/>                <a id="a1">公司:忆寒IT工作室 联系电话:15165363613</a>                <br/>                当前系统时间:<span id=localtime></span>                <script type="text/javascript">function showLocale(objD){    var str,colorhead,colorfoot;    var yy = objD.getYear();    if(yy<1900) yy = yy+1900;    var MM = objD.getMonth()+1;    if(MM<10) MM = '0' + MM;    var dd = objD.getDate();    if(dd<10) dd = '0' + dd;    var hh = objD.getHours();    if(hh<10) hh = '0' + hh;    var mm = objD.getMinutes();    if(mm<10) mm = '0' + mm;    var ss = objD.getSeconds();    if(ss<10) ss = '0' + ss;    var ww = objD.getDay();    if  ( ww==0 )  colorhead="<font color=\"#FF0000\">";    if  ( ww > 0 && ww < 6 )  colorhead="<font color=\"#373737\">";    if  ( ww==6 )  colorhead="<font color=\"#008000\">";    if  (ww==0)  ww="星期日";    if  (ww==1)  ww="星期一";    if  (ww==2)  ww="星期二";    if  (ww==3)  ww="星期三";    if  (ww==4)  ww="星期四";    if  (ww==5)  ww="星期五";    if  (ww==6)  ww="星期六";    colorfoot="</font>"    str = colorhead + yy + "-" + MM + "-" + dd + " " + hh + ":" + mm + ":" + ss + "  " + ww + colorfoot;    return(str);}function tick(){    var today;    today = new Date();    document.getElementById("localtime").innerHTML = showLocale(today);    window.setTimeout("tick()", 1000);}tick(); </script>                <br/>                <a id="a2">Copyright © 2016-2017, Biubiubiu.tech, All Rights Reserved</a>            </div></div></body></html>

css

@charset "utf-8";/* CSS Document */body {margin:0}#toptb {    height: 39px;    line-height: 39px;    background: url(header_bg.png) 0 0 repeat-x;    border-bottom: 1px solid #e0dede;    box-shadow: 0 -1px 0 #fefcfc inset,0 0 4px rgba(0,0,0,.15);    -moz-shadow: 0 -1px 0 #fefcfc inset,0 0 4px rgba(0,0,0,.15);}#toptb {    min-width: 960px;    border-bottom: 1px solid #f1f1f1;    background: #f4f4f4;    line-height: 28px;}.cl {    zoom: 1;}#footer{    position: fixed;    bottom: 0;/*去除留白 */    width: 100%;/*主?尾部?度 */    height: 90px;/*主?尾部高度 */    background-color: #63B8FF;/*主?尾部背景?色 */    border-top: 1px solid #d6dfea;/*主?尾部上方水平? */    font-size: 12px;/*主?尾部字体大小 */    text-align: center;/*主?尾部字体居中 */}#chaolianjie2{    margin-top: 9px;/*主?尾部字体超?接部分 */}#a1{    color: #000000;    font-size: 14px;    text-decoration: none;/*主?尾部字体部分 */}#a2{    color: #000000;    font-size: 14px;    text-decoration: none;/*主?尾部字体部分 */}
0 0