common.css
/* 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的更多相关文章
- common.css 值得学习的css样式布局
正常的项目当中,应当有一个common.css,就是把一些常用的样式,写入其中. 然后再结合一些特性的css,构造漂亮的页面. 下面欣赏一些海盗商城的common.css. /***样式初始化***/ ...
- 自己喜欢用的一个初始化的common.css
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote ...
- css的框架——common.css
@charset "utf-8"; /* 字体 */ .n{ font-weight:normal; font-style:normal; } .b{font-weight:bol ...
- html和css
html css 和js说明 1.什么是html? HTML(HyperText MarkUp Language)超文本标记语言,通过使用标记来描述文档结构和表现形式的一种语言,由浏览器进行解析,然后 ...
- 前端试题本(HTML+CSS篇)
CS1. 下面关于IE.FF下面CSS的解释区别描述正确的有?(不定项)CS2请选出结构正确的选项CS3.下面哪些是HTML5 新增的表单元素?CS4在使用table表现数据时,有时候表现出来的会比自 ...
- 谈 CSS 模块化
以前看过模块化的相关资料以及解释,对模块化有了一个表皮的了解,自己也做了一些相关的实践,由于接触到的项目交小,所以也没能更好的去体现和理解模块化,但总体还是有那么一些感悟,但是如果要说怎么才能算是好的 ...
- BAT及各大互联网公司2014前端笔试面试题--Html,Css篇
很多面试题是我自己面试BAT亲身经历碰到的.整理分享出来希望更多的前端er共同进步吧,不仅适用于求职者,对于巩固复习前端基础更是大有裨益. 而更多的题目是我一路以来收集的,也有往年的,答案不确保一定正 ...
- 各大互联网公司前端面试题(HTML/CSS)
Html篇: 1.你做的页面在哪些流览器测试过?这些浏览器的内核分别是什么? IE: trident内核 Firefox:gecko内核 Safari:webkit内核 Opera:以前是presto ...
- [css]我要用css画幅画(九) - Apple Logo
接着之前的[css]我要用css画幅画(八) - Hello Kitty,这次画的是苹果公司的logo 这次打算将分析和实现步骤尽量详细的说一说. 其实之前的也打算详细讲分析和设计过程,不过之前的图比 ...
随机推荐
- paip.提升性能---list,arraylist,vector,linkedlist,map的选用..
paip.提升性能---list,arraylist,vector,linkedlist,map的选用.. arraylist,vector基本一样,但是,vector线程安全的. 作者Attilax ...
- LR11.0 下载及破解
1. 把loadrunner相关程序全部退出:2. 用LR8.0中的mlr5lprg.dll.lm70.dll覆盖LR安装目录下“bin”文件夹中的对应文件:3. 清理注册表(不清理的话,在添加lic ...
- 建立一个名叫Cat的类
//属性 成员变量 String name; int age; String color; //方法 函数 成员函数 void name() { System.out.println("名字 ...
- android: SQLite更新数据
学习完了如何向表中添加数据,接下来我们看看怎样才能修改表中已有的数据. SQLiteDatabase 中也是提供了一个非常好用的 update()方法用于对数据进行更新,这个方法 接收四个参数,第一个 ...
- go语言实现一个简单的登录注册web小程序
最近学习golang也有一段时间了,基础差不多学了个大概,因为本人是java程序员,所以对web更感兴趣.根据<go web编程>中的例子改编一个更简单的例子,供新手参考,废话不多说,上菜 ...
- MiniDao普通项目集成方案
1.导入必要的jar包: 2.spring配置文件增加如下配置: <!-- Hibernate工具栏配置--> <bean id="miniDaoHiberCommonDa ...
- Codeforces Round #384 (Div. 2) C. Vladik and fractions 构造题
C. Vladik and fractions 题目链接 http://codeforces.com/contest/743/problem/C 题面 Vladik and Chloe decided ...
- http协议读书笔记3-Web服务器
一.web服务器的实现 web服务器逻辑实现了HTTP协议和相关的TCP连接处理,管理着web资源,并负责提供Web服务器的管理功能.web服务器逻辑和操作系统共同负责管理TCP连接.底层操作系统负责 ...
- C#, Java, PHP, Python和Javascript几种语言的AES加密解密实现[转载]
原文:http://outofmemory.cn/code-snippet/35524/AES-with-javascript-java-csharp-python-or-php c#里面的AES加密 ...
- html5media.js 让浏览器兼容<Video><Audio> 标签
介绍:https://html5media.info/ 项目:https://github.com/etianen/html5media Wiki:https://github.com/etianen ...