- 在线时间
- 34 小时
- 专家
- 0
- UID
- 503839
- 注册时间
- 2009-4-10
- 帖子
- 35
- 精华
- 0
- 积分
- 89
- 居住地
- 青海省 西宁市
- 离线
- 612 天
- 帖子
- 35
- 体力
- 89
- 威望
- 0
- 居住地
- 青海省 西宁市
|
原帖由 heavenhao 于 2009-7-6 14:09 发表 
例如:
abcdefge
中的inherit 就代表了, 将继承父级的对应属性值。
也就是line-height:18px;
- html,body,div,span,object,h1,h2,h3,h4,h5,h6,table,tr,td,p,form,img,ul,li,dl,dt,dd,input,select {margin:0;padding:0;border:0;}
- html,body {outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
- body {width:960px;margin:auto;text-align:center;font:normal 14px/160% Arial,宋体,Tahoma,sans-serif;color:#7F7F7F;background:#131a22 url(images/bodybg.gif) repeat-x center top;}
- ul {list-style-type:none;}
复制代码
那这个html,body {outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}他这样写应该是不起作用的吧 |
|