栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > Web开发 > Html/CSS

我的css框架——base.css(重设浏览器默认样式)

Html/CSS 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

我的css框架——base.css(重设浏览器默认样式)


复制代码代码如下:
@charset "utf-8";


html {
color:black;
background:white;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
margin:0;
padding:0;
}

body,button,input,select,textarea {
font:12px SimSun,tahoma,arial,sans-serif;
}
input,select,textarea {
font-size:100%;
}

table {
border-collapse:collapse;
border-spacing:0;
}

th {
text-align:inherit;
}

fieldset,img {
border:none;
}

iframe {
display:block;
}

abbr,acronym {
border:none;
font-variant:normal;
}

del {
text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
font-style:normal;
font-weight:500;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:500;
}
q:before,q:after {
content:'';
}

sub, sup {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup {
top:-0.5em;
}
sub {
bottom:-0.25em;
}

a:hover {
text-decoration:underline;
}

ins,a {
text-decoration:none;
}

a:focus,*:focus {
outline:none;
}

.clearfix:before,.clearfix:after {
content:"";
display:table;
}
.clearfix:after {
clear:both;
overflow:hidden;
}
.clearfix {
zoom:1;
}
.clear{
clear:both;
display:block;
overflow:hidden;
height:0;
line-height:0;
font-size:0;
}

.hide {
display:none !important;
visibility:hidden;
}
.block {
display:block !important;
}

.fl {
float:left;
display:inline;
}
.fr {
float:right;
display:inline;
}
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/218062.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号