CSS初始化的代码怎么写

 我来答
久就旧1O
2017-01-10 · TA获得超过1275个赞
知道小有建树答主
回答量:709
采纳率:75%
帮助的人:206万
展开全部
  1. 最耗资源的,最简单的

    * { padding: 0; margin: 0; border: 0; }

  2. 选择性初始化举例(综合)

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;   

}

 3. 参考新浪、雅虎

/* 新浪全局样式 */

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","宋体","Arial Narrow";

}

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;}


/* 雅虎全局样式 */

html {

    background: none repeat scroll 0 0 #FFFFFF;

    color: #000000;

}

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 {

    margin: 0;

    padding: 0;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

fieldset, img {

    border: 0 none;

}

address, caption, cite, code, dfn, em, strong, th, var {

    font-style: normal;

    font-weight: normal;

}

li {

    list-style: none outside none;

}

caption, th {

    text-align: left;

}

h1, h2, h3, h4, h5, h6 {

    font-size: 100%;

    font-weight: normal;

}

q:before, q:after {

    content: "";

}

abbr, acronym {

    border: 0 none;

    font-variant: normal;

}

sup {

    vertical-align: text-top;

}

sub {

    vertical-align: text-bottom;

}

input, textarea, select {

    font-family: inherit;

    font-size: inherit;

    font-weight: inherit;

}

input, textarea, select {

}

legend {

    color: #000000;

}

body {

    font: 13px/1.231 arial,helvetica,clean,sans-serif;

}

select, input, button, textarea {

    font: 99% arial,helvetica,clean,sans-serif;

}

table {

    font-size: inherit;

}

pre, code, kbd, samp, tt {

    font-family: monospace;

    line-height: 100%;

}

a {

    text-decoration: none;

}

a:hover, a:focus {

    text-decoration: underline;

}

strong {

    font-weight: bold;

}

input[type="submit"] {

    cursor: pointer;

}

button {

    cursor: pointer;

}

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式