公用的css
/*公共开始*/
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select{margin:;padding:;}
body{font:12px "宋体","Arial Narrow",HELVETICA;background:#FFF;-webkit-text-size-adjust:100%;color:#333;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:underline; color:#f88324}
em{font-style:normal;}
li{list-style:none;}
img{border:;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:;}
p{word-wrap:break-word;}
.undis{display:none;}
.dis{display:block;}
.cf:after,.layout:after,.hd:after,.bd:after,.ft:after{content:"";display:table;clear:both;}
.cf,.layout,.hd,.bd,.ft{*zoom:;}
.layout{ width:1000px; margin:0 auto}
.fl{ float:left; _display:inline}
.fr{ float:right; _display:inline}
.yh{ font-family:"微软雅黑"; font-weight:normal;}
.bgf{ background:#fff;}
.posr{ position:relative;zoom:}
.mt{ margin-top:20px;}
.borf{border:1px solid #c7d8e0; border-top:0px; background:#fff;}
.bor{border:1px solid #c7d8e0; background:#fff;}
/*公共结束*/
/*新浪微博公共头部*/
/*css hack: \9 ie6-ie8; \0 ie8*/
body, button, input, select, textarea {font:12px/1.125 Arial, Helvetica, sans-serif;_font-family:"SimSun";}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {margin:;padding:;}
table {border-collapse:collapse; border-spacing:;}
li {list-style:none;}
fieldset, img {border:;}
q:before, q:after {content:'';}
a:focus, input, textarea {outline-style:none;}/*对ie7+有效*/
input[type="text"], input[type="password"], textarea {outline-style:none;-webkit-appearance:none;}
textarea {resize:none}
address, caption, cite, code, dfn, em, i, th, var, b {font-style:normal;font-weight:normal;}
abbr, acronym {border:;font-variant:normal;} a {color:#0a8cd2;text-decoration:none;}
a:hover {text-decoration:underline;}
.clearfix:after {content: ".";display: block;height:;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
.clearfix {display: block;}
.clear {clear:both;height:;font:0/0 Arial;visibility:hidden;} .CH {font-family:"SimSun"}
.W_Yahei {font-family:"Microsoft Yahei"}
.W_Tahoma {font-family:Tahoma} .W_fs {font-size:10px;-webkit-transform:scale(0.875)}
.W_fb {font-weight:;}
.W_f14 {font-size:14px}
.W_f16 {font-size:16px}
.W_f18 {font-size:18px}
.W_f20 {font-size:20px} .W_fl {float:left;_display:inline}
.W_fr {float:right;_display:inline}
.W_tc {text-align:center;}
.W_tr {text-align:right;}
.W_input, .W_inputStp {
border:1px solid #ccc;
border-radius:2px;
height:28px;
height:20px\9;
padding:0 0 0 5px;
padding:8px 0 0 5px\9;
vertical-align: middle;
vertical-align:top\9;
color:#808080;
-webkit-box-shadow:0px 1px 1px 0px #eaeaea inset;
-moz-box-shadow:0px 1px 1px 0px #eaeaea inset;
box-shadow:0px 1px 1px 0px #eaeaea inset;
}
textarea.W_input {
overflow-y:auto;
overflow-x:hidden;
}
:root .W_input, :root .W_inputStp {
height:24px\0;
padding:5px 0 0 5px\0;
}
.W_input_focus, .W_input:focus, .W_inputStp:focus {
border-color:#FFB941!important;
-webkit-box-shadow:1px 1px 1px 0px #ddd inset;
-moz-box-shadow:1px 1px 1px 0px #ddd inset;
box-shadow:1px 1px 1px 0px #ddd inset;
color:#333;
}
.W_input_default {
color:#b8b7b7;
}
.W_checkbox, .W_radio {
vertical-align:-2px;
_vertical-align:-3px;
margin-right:3px;
*margin-right:;
}
.W_checkbox:focus, .W_radio:focus {
outline-color:#ffb941;
outline-width:1px;
outline-style:solid;
}
.W_face_radius {
border-radius:2px;
}
公用的css的更多相关文章
- 一款公用的CSS+DIV弹窗
为了方便以后自己使用! <html> <head> <style> .winmainshow { background: #fff; padding: 10px 5 ...
- CSS预处器的对比——Sass、Less和Stylus
预处器的对比--Sass.LESS和Stylus 转载: 英文原文:http://net.tutsplus.com/tutorials/html-css-techniques/sass-vs-less ...
- 【前端开发】优化代码之减少引入,css预编译语言的优点,stylus的使用
前言:我必须得承认在最最最开始的时候,我对于css的预编译是非常不以为然的,这是错误的.一般在页面编写过程中,我会将需要reset的css放在reset.css中,讲会需要重复用到的放置到public ...
- CSS设计模式之三权分立模式篇
分类: Html/CSS | 转载请注明: 出自 海玉的博客 本文地址: http://www.hicss.net/separation-of-powers-model-in-css-design-p ...
- 从div盒子模型谈如何写可维护的css代码(转)
市面上我们常常会看到各种各样的设计模式书籍,Java设计模式.C#设计模式.Ruby设计模式等等.在众多的语言设计模式中我唯独找不到关于CSS设计模式的资料,即使在网上找到类似内容,细细一看之下才发觉 ...
- CSS预处理器——Sass、LESS和Stylus实践
CSS(Cascading Style Sheet)被译为级联样式表,做为一名前端从业人员来说,这个专业名词并不陌生,在行业中通常称之为“风格样式表(Style Sheet)”,它主要是用来进行网页风 ...
- CSS预处理器的对比 — Sass、Less和Stylus
本文根据Johnathan Croom的<sass vs. less vs. stylus: Preprocessor Shootout>所译,整个译文带有我们自己的理解与思想,如果译得不 ...
- 初始化css文件
首先我们需要了解一下为什么需要公共样式(公共样式是为了初始化某些标签的默认值): 1. 因为浏览器的兼容问题,不同浏览器对有些标签的默认值是不同的,如果没对CSS初始化往往会出现浏览器之间的页面显示差 ...
- CSS设计模式之三权分立模式篇 ( 转)
转自 海玉的博客 市面上我们常常会看到各种各样的设计模式书籍,Java设计模式.C#设计模式.Ruby设计模式等等.在众多的语言设计模式中我唯独找不到关于CSS设计模式的资料,即使在网上找到类似内容, ...
随机推荐
- noip200204过河卒
如图,A 点有一个过河卒,需要走到目标 B 点.卒行走规则:可以向下.或者向右.同时在棋盘上的任一点有一个对方的马(如上图的C点),该马所在的点和所有跳跃一步可达的点称为对方马的控制点.例如上图 C ...
- Vue学习记录-接口通信(数据请求)
这一篇,把前两天实践的“数据请求”部分总结一下.从最终的结果来看,配置非常的简单,使用非常的简单,也非常的灵活,同时也存在一个很头疼的问题,这个问题可以解决,但是解释不了(功力尚浅). 选型 可选项: ...
- ExtJS表格——行号、复选框、选择模型
本篇的内容是为表格添加行号,和复选框,最后谈一下Ext的选择模型.内容比较简单,就直接上代码了.一. 设置行号 行号的设置主要问题在于删除某一行后需要重新计算行号 Ext.onReady(fun ...
- 在iOS 7中使用storyboard(part 1)
原文:Storyboards Tutorial in iOS 7: Part 1 感谢翻译小组成员heartasice热心翻译.如果您有不错的原创或译文,欢迎提交给我们,更欢迎其他朋友加 ...
- 关于心理的二十五种倾向(查理·芒格)-5
17)压力影响倾向人在遇到突然的压力.比方遭遇危急时.会导致人体内部的肾上腺素激增,推动更快,更极端的反应. A)人在压力的情况下会使得社会认同倾向更加强大.B)人在压力的情况下会使得避免怀疑倾向更加 ...
- 使用富文本OHAttributedLabel
OHAttributedLabel 富文本标签 https://github.com/AliSoftware/OHAttributedLabel 以下是我渲染出来的效果 OHAttributedLab ...
- 一次SQL查询语句的优化
1.项目中之前的"我关注的拍品列表"需要添加筛选功能,因为目前显示的关注的拍品太多没有进行分类,用户体验差. 2.添加筛选条件之后,可以筛选出“未开始”“进行中”“已结束”三种情况 ...
- 挑战黑客极限:Pwn2Own 2015成史上“最难”黑客大赛
Pwn2Own是全球最著名.奖金最丰厚的黑客大赛,由美国五角大楼入侵防护系统供应商TippingPoint赞助.近日Pwn2Own 2015公布全新的比赛规则,本届赛事难度超高.史无前例,包括VUPE ...
- C#中的数组【转】
目录 数组的声明 数组的初始化 数组的访问 数组的常用属性和方法 为方便起见,以下数组均定义为整型 数组的声明 C#声明数组时,方括号[]必须跟在类型后面,而不是标识符后面 1. 声明一维数组 C#数 ...
- C#特性杂谈
文中充满了各种C#与其他语言的对比及吐槽, 希望介意者勿观… 当然, 鉴于太乱, 我怀疑有没有人能看完. 学习C# Hello World 变量与表达式 动态类型 值类型和引用类型 checked支持 ...