zoukankan      html  css  js  c++  java
  • 当当网头部和尾部——CSS源码

    头部

    @charset "utf-8";
    /* CSS Document */
    
    /*网页头部导航样式开始*/
    .header_top,.header_middle,.header_search{
        margin-left:auto;
        margin-right:auto;
        955px;
        clear:both;
    }
    .header_top{
        border:solid 1px #999;
        background-image:url(../images/dd_header_bg.gif);
        background-repeat:repeat-x;
        height:24px;
    }
    .header_top_left{
        float:left;
        260px;
        padding-left:10px;
        line-height:28px;
    }
    *html .header_top_left{ /*only IE6*/
        line-height:24px;
    }
    .header_top_right{
        float:right;
        padding-right:10px;
        400px;
        text-align:right;
    }
    .header_top_right li{
        float:right;
        margin-left:5px;
        margin-top:5px;
    }
    .logo,.menu_left,.menu_right{
        float:left;
    }
    .logo{
        130px;
        padding-top:13px;
        height:47px;
    }
    .menu_left{
        height:28px;
        padding-top:32px;
        line-height:35px;
        510px;
    }
    *html .menu_left{ /*only IE6*/
        line-height:28px;
    }
    #menu_left_bold li{
        float:left;
        background-image:url(../images/dd_head_bg_mid.gif);
        height:28px;
        background-repeat:repeat-x;
        padding:0px 3px 0px 3px;
    }
    .bold,.bold:hover{
        font-weight:bold;
    }
    .menu_left_first{
        background-image:url(../images/dd_head_bg_left.gif);
        background-repeat:no-repeat;
        background-position:0px 0px;
        height:28px;
        4px;
        float:left;
    }
    .menu_left_end{
        background-image:url(../images/dd_head_bg_right.gif);
        background-repeat:no-repeat;
        background-position:0px 0px;
        height:28px;
        4px;
        float:left;
    }
    .menu_right{
        padding-top:32px;
        height:28px;
    }
    #menu_dull_red li{
        float:left;
        margin-left:5px;
        text-align:center;
        line-height:35px;
        height:28px;
    }
    *html #menu_dull_red li{ /*only IE6*/
        line-height:28px;
    }
    #menu_dull_red a,#menu_dull_red:hover{
        color:#9B2B0F;
        text-decoration:none;
        font-weight:bold;
    }
    .menu_right_1{
        background-image:url(../images/dd_header_1_a.jpg);
        52px;
        background-repeat:no-repeat;
    }
    .menu_right_2{
        background-image:url(../images/dd_header_2_a.jpg);
        39px;
        background-repeat:no-repeat;
    }
    .menu_right_3{
        background-image:url(../images/dd_header_3_a.jpg);
        65px;
        background-repeat:no-repeat;
    }
    .menu{
        clear:both;
    }
    #menu_white{
        float:left;
        background-image:url(../images/dd_head_bg_mid.gif);
        background-repeat:repeat-x;
        background-position:0px -63px;
        height:27px;
        99%;
        line-height:28px;
        text-align:center;
        color:#FFF;
    }
    .menu_mid_white,.menu_mid_white:hover{
        color:#FFF;
        padding:0px 4px 0px 4px;
    }
    .menu_first{
        background-image:url(../images/dd_head_bg_left.gif);
        background-repeat:no-repeat;
        background-position:0px -31px;
        height:27px;
        4px;
        float:left;
    }
    .menu_end{
        background-image:url(../images/dd_head_bg_right.gif);
        background-repeat:no-repeat;
        background-position:0px -31px;
        height:27px;
        4px;
        float:left;
    }
    .header_search{
        padding-top:2px;
    }
    .header_serach_left,.header_serach_mid,.header_serach_right{
        float:left;
        height:35px;
    }
    .header_serach_left{
        background-image:url(../images/dd_head_bg_left.gif);
        background-repeat:no-repeat;
        background-position:0px -58px;
        4px;
    }
    .header_serach_mid{
        background-image:url(../images/dd_head_bg_mid.gif);
        background-repeat:repeat-x;
        background-position:0px -28px;
        99%;
    }
    .header_serach_right{
        background-image:url(../images/dd_head_bg_right.gif);
        background-repeat:no-repeat;
        background-position:0px -58px;
        4px;
    }
    #header_serach_mid_menu li{
        float:left;
        margin-top:6px;
        padding:0px 5px 0px 5px;
        line-height:25px;
    }
    .header_input_search{
        margin-left:15px;
        200px;
        height:18px;
    }
    .header_secrch_btn{
    }
    /*网页头部导航样式结束*/
    /*网页版权部分样式开始*/
    .footer_top,.footer_end{
        800px;
        margin:0px auto 0px auto;
        clear:both;
        text-align:center;
    }
    .footer_top{
        color:#9B2B0F;
    }
    .footer_dull_red,.footer_dull_red:hover{
        color:#9B2B0F;
        margin:0px 8px 0px 8px;
    }
    /*网页版权部分样式结束*/
    
    
    /*导航部分下拉菜单样式*/
    #dd_menu_top_down{
        position:absolute;
        80px;
        text-align:left;
        border:solid 1px #999;
        border-top:0px;
        display:none;
        background-color:#FFF;
        padding-left:10px;
    }
    *html #dd_menu_top_down{/*only IE6*/
        right:30px;
        top:25px;
    }
    *+html #dd_menu_top_down{/*only IE7*/
        right:30px;
        top:25px;
    }
    #dd_menu_top_down li{
        float:none;
    }
    尾部

    @charset "utf-8";
    /* CSS Document */
    
    body{
        margin:0px;
        padding:0px;
        font-size:12px;
        line-height:20px;
        color:#333;
    }
    ul,li,ol,h1,dl,dd{
        list-style:none;
        margin:0px;
        padding:0px;
    }
    a{
        color:#333333;
        text-decoration: none;
    }
    a:hover{
        color:#333333;
        text-decoration:underline;
    }
    img{
        border:0px;
    }
    .blue{
        color:#1965b3;
        text-decoration:none;
    }
    .blue:hover{
        color:#1965b3;
        text-decoration:underline;
    }
    #header,#main,#footer{
        960px;
        margin:0px auto 0px auto;
        clear:both;
        float:none;
    }
    /*网页版权部分样式开始*/
    .footer_top{
        800px;
        margin:0px auto 0px auto;
        clear:both;
        text-align:center;
    }
    .footer_top{
        color:#9B2B0F;
    }
    .footer_dull_red,.footer_dull_red:hover{
        color:#9B2B0F;
        margin:0px 8px 0px 8px;
    }
    /*网页版权部分样式结束*/
    



  • 相关阅读:
    隧道适配器,本地连接过多的解决办法
    C# 遍历HashTable
    sql2005 数据库转为sql 2000数据库的步骤
    自动扫描IP代理地址和自动切换IP的软件
    JS实现网页图片延迟加载[随滚动条渐显]
    批量修改hosts
    C#.NET获取当前月份最大天数
    如何让js调用不影响页面的加载速度?
    在sql中如何替换去掉回车符?
    Linq(01)对Linq的疑问及学习路径
  • 原文地址:https://www.cnblogs.com/a1111/p/6540393.html
Copyright © 2011-2022 走看看