body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
padding: 0;
margin: 0;
}
/* 酌情修改 */
body {
background: #fff;
color: #333;
font-size: 12px;
margin-top: 5px;
font-family: "SimSun", "宋体", "Arial Narrow";
}
/* 短引用的内容可取值:''或"" */
q:before,
q:after {
content: "";
}
/* 缩写,图片等无边框 */
fieldset,
img,
abbr,
acronym {
border: 0 none;
}
abbr,
acronym {
font-variant: normal;
}
legend {
color: #000;
}
/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-weight: normal;
font-style: normal;
}
/* 上下标 */
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
border-collapse: collapse;
border-spacing: 0;
}
/* 表格标题及内容居左显示 */
caption,
th {
text-align: left;
}
input,
img,
select {
vertical-align: middle;
}
/* 清除列表样式 */
ol,
ul {
list-style: none;
}
/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
font-size: 100%;
}
/* 链接样式,颜色可酌情修改 */
del,
ins,
a {
text-decoration: none;
}
a:link {
color: #009;
}
a:visited {
color: #800080;
}
a:hover,
a:active,
a:focus {
color: #c00;
text-decoration: underline;
}
/* 鼠标样式 */
input[type="submit"] {
cursor: pointer;
}
button {
cursor: pointer;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
.clear {
clear: both;
}
css样式初始化
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 前端是一个苦逼的职业,不仅因为技术更新快,而且要会的东西实在太多了(如果全写出来,那真是一箩筐),更让人头疼的是,...