reset.less 687 B

123456789101112131415161718192021
  1. article, aside, footer, header, hgroup, main, nav, section{display:block;}
  2. /*去除margin和padding*/
  3. body, h1, h2, h3, h4, h5, h6, ul, ol, p, dl, dd, hr,input,textarea { margin: 0; }
  4. ul,ol{
  5. padding:0;
  6. list-style:none;
  7. }
  8. /*去除下划线*/
  9. a,u,ins { color: inherit; text-decoration: none; }
  10. /* 将斜体扶正 */
  11. i, cite, em, var, address, dfn { font-style: normal; }
  12. /* 统一等宽字体 */
  13. tt, code, kbd, samp { font-family: inherit; /*font-family: 'Courier New', Courier, monospace;*/ }
  14. /* 统一字体粗细 */
  15. b,strong,h1,h2,h3,h4,h5,h6{font-weight:normal;}
  16. sup,sub{vertical-align:baseline;}
  17. textarea { resize: none; }
  18. samp,small{font-size:inherit;}
  19. img{border:none;}