博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
当当网头部和尾部——CSS源码
阅读量:7084 次
发布时间:2019-06-28

本文共 5076 字,大约阅读时间需要 16 分钟。

头部

@charset "utf-8";/* CSS Document *//*网页头部导航样式开始*/.header_top,.header_middle,.header_search{    margin-left:auto;    margin-right:auto;    width: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;    width:260px;    padding-left:10px;    line-height:28px;}*html .header_top_left{ /*only IE6*/    line-height:24px;}.header_top_right{    float:right;    padding-right:10px;    width:400px;    text-align:right;}.header_top_right li{    float:right;    margin-left:5px;    margin-top:5px;}.logo,.menu_left,.menu_right{    float:left;}.logo{    width:130px;    padding-top:13px;    height:47px;}.menu_left{    height:28px;    padding-top:32px;    line-height:35px;    width: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;    width: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;    width: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);    width:52px;    background-repeat:no-repeat;}.menu_right_2{    background-image:url(../images/dd_header_2_a.jpg);    width:39px;    background-repeat:no-repeat;}.menu_right_3{    background-image:url(../images/dd_header_3_a.jpg);    width: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;    width: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;    width:4px;    float:left;}.menu_end{    background-image:url(../images/dd_head_bg_right.gif);    background-repeat:no-repeat;    background-position:0px -31px;    height:27px;    width: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;    width:4px;}.header_serach_mid{    background-image:url(../images/dd_head_bg_mid.gif);    background-repeat:repeat-x;    background-position:0px -28px;    width:99%;}.header_serach_right{    background-image:url(../images/dd_head_bg_right.gif);    background-repeat:no-repeat;    background-position:0px -58px;    width: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;    width:200px;    height:18px;}.header_secrch_btn{}/*网页头部导航样式结束*//*网页版权部分样式开始*/.footer_top,.footer_end{    width: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;    width: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{    width:960px;    margin:0px auto 0px auto;    clear:both;    float:none;}/*网页版权部分样式开始*/.footer_top{    width: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;}/*网页版权部分样式结束*/

转载于:https://www.cnblogs.com/a1111/p/6540393.html

你可能感兴趣的文章
Oracle 11.2.0.3管理ASM实例
查看>>
【物联网中间件平台-06】RFID刷卡拍照
查看>>
【游戏开发备注之三】GameCenter登陆出现“无法识别此游戏”问题的两种解决方法...
查看>>
轻松获取海量长尾词 网站流量提升不再难
查看>>
sysbench的安装和做性能测试
查看>>
一道简单而又容易出错的题目
查看>>
报告:NVMe存储系统机遇与挑战
查看>>
从趣味游戏到排序算法(4)
查看>>
组策略妙用----通过组策略禁止域用户更改IP地址
查看>>
自助服务台——多渠道触发运维工单
查看>>
暴强贴:从.NET平台调用Win32 API
查看>>
AIX LV删除后,ORACLE数据库文件全部恢复成功
查看>>
BREW中几种常用的效果(淡淡浅出、半透明)
查看>>
jQuery如何得到tagName?
查看>>
一个B/S结构自动二次请求需求的实现
查看>>
.Net Micro Framework研究—串口部署释疑
查看>>
烂泥:学习tomcat之通过shell批量管理多个tomcat
查看>>
mySQL教程 第8章 视图
查看>>
linux dpm机制分析(下)【转】
查看>>
使用ArchiSteamFarm在树莓派挂卡
查看>>