CSS 全局重置和clearfix

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 全局重置和clearfix相关的知识,希望对你有一定的参考价值。

/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
legend { display:none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }
form { display:inline; }

/***********************************************************
 Site
************************************************************/

html {
	font-size: 62.5%;
	font-weight: normal;
	font-family: "Arial", Tahoma, Verdana, Arial, sans-serif;
}



.clearfix:after, .container:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clear { 
	clear: both; 
	line-height: 0;
}

以上是关于CSS 全局重置和clearfix的主要内容,如果未能解决你的问题,请参考以下文章

CSS CSS全局重置

CSS Joomla的全局CSS重置

具有 PostCSS / CSS 模块的全局实用程序类

css布局属性clear和clearfix

css #css:CSS Clearfix

另一个CSS Clearfix