当前位置: 首页 > Web前端 > HTML

一些大厂的css重置代码

时间:2023-04-02 11:08:14 HTML

不同的浏览器对标签的默认值不同。为了避免页面上的浏览器差异,必须对样式表属性进行初始化。不建议使用通配符*,因为每一个标签都会遍历,而且大网页加载速度太慢,影响性能。雅虎工程师提供的CSS初始化示例代码:body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;填充:0;}正文{背景:#fff;颜色:#555;字体大小:14px;字体系列:Verdana、Arial、Helvetica、sans-serif;}td,th,caption{字体大小:14px;}h1,h2,h3,h4,h5,h6{字体粗细:正常;字体大小:100%;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;字体粗细:正常;}a{颜色:#555;文字装饰:无;}a:hover{文字装饰:下划线;}img{边框:无;}ol,ul,li{列表样式:无;}input,textarea,select,button{font:14pxVerdana,Helvetica,Arial,sans-serif;}表{边框折叠:折叠;}html{overflow-y:scroll;}.clearfix:after{content:".";显示:块;高度:0;清除:两者;可见性:隐藏;}.clearfix{*缩放:1;}腾讯官网样式初化body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}正文{字体:12px"宋体","ArialNarrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}a{color:#2d374b;text-decoration:none}a:hover{color:#cd0200;text-decoration:underline}em{font-style:normal}li{list-style:none}img{border:0;vertical-align:middle}table{border-collapse:collapse;border-spacing:0}p{word-wrap:break-word}新浪官网样式初化body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}body{background:#fff;color:#333;font-size:12px;margin-top:5px;font-family:"SimSun","宋体","ArialNarrow";}ul,ol{list-style-type:none;}select,input,img,select{vertical-align:middle;}a{text-decoration:none;}a:link{color:#009;}a:visited{color:#800080;}a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}淘宝官网样式初化body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,输入,textarea,th,td{边距:0;填充:0;}body,button,input,select,textarea{字体:12px/1.5tahoma,宋体,\5b8b\4f53;}h1,h2,h3,h4,h5,h6{字体大小:100%;}address,cite,dfn,em,var{font-style:normal;}code,kbd,pre,samp{font-family:couriernew,courier,monospace;}小{字体大小:12px;}ul,ol{list-style:none;}a{文本装饰:无;}a:hover{文本装饰:下划线;}sup{垂直对齐:文本顶部;}sub{垂直对齐:文本底部;}图例{颜色:#000;}字段集,img{边界:0;}按钮,输入,选择,textarea{font-size:100%;}表{边框折叠:折叠;边界间距:0;}网易官网样式初化html{overflow-y:scroll;}body{margin:0;填充:29px00;字体:12px"\5B8B\4F53",sans-serif;背景:#ffffff;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0;margin:0;}table,td,tr,th{font-size:12px;}li{list-style-type:none;}img{vertical-align:top;border:0;}ol,ul{list-样式:无;}h1、h2、h3、h4、h5、h6{字体大小:12px;字体粗细:正常;}地址,引用,code,em,th{字体粗细:正常;字体样式:正常;}