摘要: 那个背景色其实是html继承了body的 你可以给html定义一个背景色 那样你就能看出来了<style> html{ background-color:#ff0;} body{ height:100px; border:1px solid #f00; background-color:#000;}</style> 阅读全文
posted @ 2013-05-31 20:53 瘦纸就是你 阅读(303) 评论(0) 推荐(0)
摘要: -webkit-appearance: none; 阅读全文
posted @ 2013-05-31 12:28 瘦纸就是你 阅读(138) 评论(0) 推荐(0)
摘要: line-height:normal; 阅读全文
posted @ 2013-05-31 11:45 瘦纸就是你 阅读(391) 评论(0) 推荐(0)