base.css 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,input,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,section,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
  2. margin:0;padding:0;border:0;list-style:none;text-decoration:none;-webkit-tap-highlight-color:transparent
  3. }
  4. *{
  5. -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
  6. }
  7. input{
  8. outline:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important
  9. }
  10. i,em{
  11. font-style:inherit
  12. }
  13. input[type="button"],input[type="submit"],input[type="reset"]{
  14. -webkit-appearance:none
  15. }
  16. .clearfix:after{
  17. display:block;clear:both;content:"";visibility:hidden;height:0
  18. }
  19. .clearfix{
  20. zoom:1
  21. }
  22. body{
  23. font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;font-size:12px;color:#666;height:100%;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-overflow-scrolling:touch
  24. }
  25. html{
  26. min-width:320px!important;margin:0 auto!important;font-size:60px!important;max-width:812px!important
  27. }
  28. .fl{
  29. float:left
  30. }
  31. .fr{
  32. float:right
  33. }