首页 > 技术文章 > css样式重置reset

ChenChunChang 2017-03-31 00:28 原文

  1. /* reset */
  2. body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
  3. em{font-style: normal;}
  4. li{list-style: none;}
  5. a{text-decoration: none;}
  6. img{border: none;vertical-align: top;}
  7. table{border-collapse: collapse;}
  8. input,textarea{outline: none;}
  9. textarea{resize:none;overflow: auto;}
  10. body{font-size:12px;font-family: arial;}
  11. html,body{height: 100%;min-height: 480px;min-width: 320px;font-size: 15px;font-family: "微软雅黑";}// 要根据实际情况看最外层id是不是wrap

推荐阅读