CSS 表单元素不继承body的字体属性
时间:2015-02-24 01:53:58
收藏:0
阅读:246
<style type="text/css">
<!--
body {
font-family: ;
font-size:;
}
input, label, select, option, textarea, button, fieldset, legend {
font-family: ;
font-size:;
}
-->
</style>
原文:http://my.oschina.net/u/2307566/blog/379643
评论(0)