reset.css 995 B

12345678910111213141516171819202122232425
  1. /* 重置&默认(reset&base)(tags) */
  2. *[hidefocus],input,textarea,a{outline:none;}
  3. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
  4. fieldset,img,html,body,iframe{border:0;}
  5. table{border-collapse:collapse;border-spacing:0;}
  6. li{list-style:none;}
  7. h1,h2,h3,h4,h5,h6{font-size:100%;}
  8. caption,th{font-weight:normal;font-style:normal;text-align:left;}
  9. em,strong{font-weight:bold;font-style:normal;}
  10. body,textarea,select,input,pre{font-family:arial,microsoft yahei,helvetica,sans-serif;font-size:14px;color:#555;}
  11. body{background:#f8f8f8;line-height:1.5em;-webkit-text-size-adjust:none;}
  12. a,button{cursor:pointer;}
  13. textarea{resize:none;overflow:auto;}
  14. pre{white-space:pre-wrap;}
  15. a{color:#333;text-decoration:none;}
  16. input{
  17. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  18. -webkit-user-modify: read-write-plaintext-only;
  19. }
  20. button {
  21. -webkit-tap-highlight-color: rgba(255,255,255,0)
  22. }
  23. /* 布局(grids)(.g-) */
  24. /* 页面 */