/* global */
document,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:;padding:;}
fieldset,img{border:;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ul,ol,dl,li,dt,dd{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;line-height:;} a {
text-decoration:none;
outline: none;
}
a:hover { text-decoration:underline;} html {
_filter:expression(document.execCommand("BackgroundImageCache", false, true));
_background-image: url(about:blank); _background-attachment: fixed;/* prevent screen flash in IE6 */
}
.clear{
clear:both;
height:;
overflow: hidden;
font-size:;
content: "";
}
.fixed{position: fixed;}
.rel{position: relative;}
.abs{position: absolute;}
.fl{float:left;}
.fr{float:right;} .wid980{width:980px;}
.marLRAuto{
margin-left:auto;
margin-right: auto;
}
.disNone{display: none;} .head{
width:100%;
height:66px;
}
.headInner{
padding-top:26px;
height:40px;
}
.logo{
display: inline-block;
width:143px;
height:40px;
background: url('../imgs/bdbrowser_new/logo.png?v=20130523') 0 0 no-repeat;
outline: 0 none;
}
.nav_links{
cursor: pointer;
display:inline-block;
width:64px;
height:20px;
margin:20px 16px 0;
background: url('../imgs/bdbrowser_new/nav_links.png?v=20130524') 0 0 no-repeat; }
.indexLink{
width:32px;
margin-left:375px;
background-position: 0 0;
}
.indexLink:hover{
background-position: 0 -20px;
}
.updateLogLink{
width:64px;
background-position: -66px 0;
}
.updateLogLink:hover{
background-position: -66px -20px;
}
.laboratoryLink{
width:48px;
background-position: -162px 0;
}
.laboratoryLink:hover{
background-position: -162px -20px;
}
.win8Link{
width:95px;
background-position: -242px 0;
}
.win8Link:hover{
background-position: -242px -20px;
}
.hao123Link{
width:92px;
background-position:-369px 0;
margin-right:;
} .hao123Link:hover{
background-position:-369px -20px;
} .navLine{
left:519px;
top:67px;
width:32px;
height:2px;
overflow:hidden;
content: '';
font-size:;
background: #6481c5;
}
.foot{
width:100%;
height:350px;
background: #373737;
}
.footInner{
height:350px;
}
.footLinks{
padding:50px 0 100px 80px;
height:120px;
}
.footlinksLi{
padding-left:88px;
width:173px;
height:120px;
border-left:#404040 solid 1px;
border-right: #2d2d2d solid 1px;
}
.footlinksLiFirst{
width:140px;
padding-left:0px;
border-left:;
}
.footLinksLiLast{
border-right:0 none;
width:120px;
}
.footlinksLi h5{
font-size:14px;
font-weight: bold;
line-height: 21px;
color:#c0c0c0;
padding-bottom:28px;
font-family: "宋体",Arial;
}
.footlinksLi p,.footlinksLi p a{
font-size:12px;
font-weight: normal;
color:#888;
font-family: "宋体",Arial;
line-height:24px; }
.footlinksLi p a.weibo,.footlinksLi p a.tieba,.footlinksLi p a.luntan{
display:inline-block;
height:24px;
background: url('../imgs/bdbrowser_new/contact_icons.jpg?ran=20130523') 0 2px no-repeat;
padding-left:30px;
}
.footlinksLi p a.tieba{
background-position:0 -23px;
}
.footlinksLi p a.luntan{
background-position:0 -46px;
}
.footlinksLi p a.linkItemHover{
color:#ade3ff;
text-decoration: none;
}
.copyRight{
text-align:center;
font-size:12px;
font-family: Arial,"宋体";
color:#888888;
}
.copyRight a,.copyRight a:hover{
font-family: "宋体",Arial;
color:#888888;
}
.copyRight a:hover{
text-decoration: none;
color:#ade3ff;
}

common.css的更多相关文章

  1. common.css 值得学习的css样式布局

    正常的项目当中,应当有一个common.css,就是把一些常用的样式,写入其中. 然后再结合一些特性的css,构造漂亮的页面. 下面欣赏一些海盗商城的common.css. /***样式初始化***/ ...

  2. 自己喜欢用的一个初始化的common.css

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote ...

  3. css的框架——common.css

    @charset "utf-8"; /* 字体 */ .n{ font-weight:normal; font-style:normal; } .b{font-weight:bol ...

  4. html和css

    html css 和js说明 1.什么是html? HTML(HyperText MarkUp Language)超文本标记语言,通过使用标记来描述文档结构和表现形式的一种语言,由浏览器进行解析,然后 ...

  5. 前端试题本(HTML+CSS篇)

    CS1. 下面关于IE.FF下面CSS的解释区别描述正确的有?(不定项)CS2请选出结构正确的选项CS3.下面哪些是HTML5 新增的表单元素?CS4在使用table表现数据时,有时候表现出来的会比自 ...

  6. 谈 CSS 模块化

    以前看过模块化的相关资料以及解释,对模块化有了一个表皮的了解,自己也做了一些相关的实践,由于接触到的项目交小,所以也没能更好的去体现和理解模块化,但总体还是有那么一些感悟,但是如果要说怎么才能算是好的 ...

  7. BAT及各大互联网公司2014前端笔试面试题--Html,Css篇

    很多面试题是我自己面试BAT亲身经历碰到的.整理分享出来希望更多的前端er共同进步吧,不仅适用于求职者,对于巩固复习前端基础更是大有裨益. 而更多的题目是我一路以来收集的,也有往年的,答案不确保一定正 ...

  8. 各大互联网公司前端面试题(HTML/CSS)

    Html篇: 1.你做的页面在哪些流览器测试过?这些浏览器的内核分别是什么? IE: trident内核 Firefox:gecko内核 Safari:webkit内核 Opera:以前是presto ...

  9. [css]我要用css画幅画(九) - Apple Logo

    接着之前的[css]我要用css画幅画(八) - Hello Kitty,这次画的是苹果公司的logo 这次打算将分析和实现步骤尽量详细的说一说. 其实之前的也打算详细讲分析和设计过程,不过之前的图比 ...

随机推荐

  1. SQL语句的基础

    注释语法:#注释语 一.T-SQL语句注意:1.语句写完后用"分号:"代表这一句结束2.列结束用逗号,最后一列写完不用写逗号3.符号一定是英文的 关键字:主键:primary ke ...

  2. ServiceStack Web Service 创建与调用简单示列

    目录 ServiceStack 概念 ServiceStack Web Service 创建与调用简单示列 上篇文章介绍了ServiceStack是什么,本章进入主题,如何快速简单的搭建Service ...

  3. 25数据查询的各种小玩法-select上(必学)-天轰穿sqlserver视频教程

    大纲:简单查询-选择数据列,使用字符串,改变列标题,使用数据运算 优酷超清地址,为了冲优酷的访问量,所以这里只放优酷的地址了,其实其他网站还是都传了的哈.

  4. 如何关闭Linux里边的selinux ?

    原文地址: http://jingyan.baidu.com/article/6d704a131ba67828da51ca73.html 有很多的Linux使用者因为对selinux不熟悉,所以都会将 ...

  5. ORACLE 监听日志文件太大停止写监听日志引起数据库连接不上问题

    生产库监听日志文件太大(达到4G多),发现oracle停止写监听日志,检查参数log_file,log_directory,log_status 均正常,数据库运行也正常. 经确认确实为监听日志过大引 ...

  6. js Array 交集 并集 差集 去重

    最劲项目需要用到js数组去重和交集的一些运算,我的数组元素个数可能到达1000以上,网上的实现方式都是2次循环,性能不适合我的需求,1000*1000那循环次数太多了,所以我这里采用对象object来 ...

  7. 无线局域网络 WIFI/WAPI/WLAN区别浅析

    WIFI和WAPI的区别 既然WIFI和WAPI都是WLAN的传输协议,那么两者究竟都有怎样的区别? 首先第一点区别在于,两者的缔造者不一样.WIFI是又国外制定的一个协议,而WAPI是由中国制定的, ...

  8. How to apply Local Group Policy settings silently using the ImportRegPol.exe and Apply_LGPO_Delta.exe utilities.

    参考:http://supportishere.com/how-to-apply-local-group-policy-settings-silently-using-the-importregpol ...

  9. Codeforces Round #382 (Div. 2)B. Urbanization 贪心

    B. Urbanization 题目链接 http://codeforces.com/contest/735/problem/B 题面 Local authorities have heard a l ...

  10. Transaction recovery: lock conflict caught and ignored

    Transaction recovery: lock conflict caught and ignored环境:RAC 4节点.oracle 11.2.0.4.redhat 5.9 64bit 问题 ...