zoukankan      html  css  js  c++  java
  • DW 主页CSS代码

    @charset "utf-8";
    /* CSS Document */
    .allbody {
    position:absolute;
    margin:auto;
    100%;
    z-index: 1;
    background-color:#FFF;
    text-align:center;
    font-size:16px;
    }
    #bgnav {
    position:relative;
    margin:auto;
    top:0px;
    left:0px;
    960px;
    height: 50px;
    z-index: 2;
    }
    #shangbiaoti {
    position:relative;
    margin:auto;
    top:0px;
    left:0px;
    960px;
    height: 50px;
    z-index: 1;
    }
    #logo{
    position:relative;
    height:50px;
    150px;
    z-index: 1;
    }
    #denglu{
    position: relative;
    height: 50px;
    810px;
    top:-50px;
    left:150px;
    z-index: 2;
    line-height:100px;
    font:bold 14px "微软雅黑" ;
    text-align:right;
    line-height:65px;
    }
    .daohang {
    position: relative;
    float:left;
    160px;
    height: 48px;
    z-index: 1;
    line-height:10px;
    font:bold 17px "微软雅黑" ;
    line-height:65px;
    border-top:solid 1px #000000;
    border-bottom:solid 1px #000000;
    }
    .yincang {
    position: relative;
    float:left;
    160px;
    height: 50px;
    z-index: 1;
    line-height:10px;
    overflow:hidden;
    }

    .xianshi {
    position: relative;
    float:left;
    160px;
    height: 50px;
    z-index: 1;
    line-height:10px;
    overflow:visible;
    background-image:url(../images/button1.jpg);
    }
    #datu {
    position:relative;
    margin:auto;
    top:0px;
    left:0px;
    960px;
    height: 500px;
    z-index: 1;
    background-color:#FFF;
    }
    #zhuce {
    position:relative;
    margin:auto;
    top:0px;
    left:0px;
    960px;
    height: 300px;
    z-index: 1;
    background-color:#FFF;
    }
    #zhuti {
    position:relative;
    margin:auto;
    top:0px;
    left:0px;
    960px;
    height: 1500px;
    z-index: 1;
    }
    #zhuti1 {
    position:relative;
    margin:auto;
    top:0px;
    left:0px;
    960px;
    height: 500px;
    z-index: 1;
    background-color:#FFF;
    }
    #zhuti1-zuo {
    position:relative;
    top:0px;
    left:0px;
    750px;
    height: 500px;
    z-index: 1;
    background-color:#FFF;
    }
    #zhuti1-you {
    position:relative;
    top:-500px;
    float:right;
    208px;
    height: 498px;
    z-index: 1;
    background-color:#FFF;
    border:#CACACA 1px solid;
    }
    #zhuti2 {
    position:relative;
    margin:auto;
    top:0px;
    left:0px;
    960px;
    height: 500px;
    z-index: 1;
    background-color:#0F0;
    }
    #zhuti2-zuo {
    position:relative;
    top:0px;
    float:left;
    208px;
    height: 498px;
    z-index: 2;
    background-color:#FFF;
    border:#CACACA 1px solid;
    }
    #zhuti2-you {
    position:relative;
    top:-500px;
    750px;
    height: 500px;
    z-index: 1;
    float:right;
    background-color:#069;
    }
    #zhuti3 {
    position:relative;
    margin:auto;
    top:-500px;
    left:0px;
    960px;
    height: 500px;
    z-index: 1;
    background-color:#300;
    clear:both;
    }
    #zhuti3-zuo {
    position:relative;
    top:0px;
    left:0px;
    750px;
    height: 500px;
    z-index: 1;
    background-color:#C60;

    }
    #zhuti3-you {
    position:relative;
    top:-500px;
    left:750px;
    210px;
    height: 500px;
    z-index: 1;
    background-color:#FFF;
    }

    .xiaotu {
    position:relative;
    top:0px;
    left:0px;
    float:left;
    375px;
    height: 250px;
    z-index: 1;
    background-color:#030;
    }
    .xiaotu a,.xiaotu span{display:none; text-decoration:none}
    .xiaotu:hover{cursor:pointer;text-decoration:none}
    .xiaotu:hover a.now{cursor:pointer; position:relative; top:0; 100%; height:100%;
    z-index:100; left:0; display:block;}
    .xiaotu:hover span{ display:block;position:relative; top:125px; left:5px;color:#FFF;365px;
    z-index:10;height:120px; line-height:30px; background:#000;filter:alpha(opacity=60);-moz-opacity:0.5;opacity: 0.5;}

    a:link{
    color:#000;
    text-decoration:none;
    }
    a:visited{
    color:#000;
    text-decoration:none;
    }
    a:hover{
    color:#000;
    text-decoration:none;
    }
    p.a:link{
    color:#03F;
    }
    p.a:visited{
    color:#03F;
    }
    p.a:hover{
    color:#03F;
    text-decoration:underline;
    }
    #di {
    position:relative;
    margin:auto;
    960px;
    height: 48px;
    z-index: 2;
    border-top:solid 1px #000000;
    border-bottom:solid 1px #000000;
    text-align:center;
    line-height:70px;
    }
    p{
    text-align:left;
    font-size:16px;
    }
    #dingbu{
    position:fixed;
    right:20px;
    bottom:20px;
    100px;
    height:58px;
    }

  • 相关阅读:
    Incorrect integer value: '' for column 'id' at row 1 错误解决办法
    DT6.0关于SQL注入漏洞修复问题
    DT6.0框架留言模块漏洞修复
    Centos7 Rsync怎么实现热备份笔记
    撰写一篇博客要求讲述四则运算2的设计思想,源程序代码、运行结果截图、编程总结分析,并按照PSP0级的要求记录开发过程中的时间记录日志。
    软件工程概论——课程导入界面以及数据导入数据库
    软件工程概论 第一课:课后作业1
    完成课件中的动手动脑的或需要验证的相关内容。 (截止时间2017-11-16晚23:00)
    完成课件中的动手动脑的或需要验证的相关内容。
    课后作业:动手动脑之String.equals()方法、整理String类的Length()、charAt()、 getChars()、replace()、 toUpperCase()、 toLowerCase()、trim()、toCharArray()使用说明、阅读笔记发表到博客园。
  • 原文地址:https://www.cnblogs.com/zhuxu/p/4932094.html
Copyright © 2011-2022 走看看