Bez popisu

reset.css 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @charset "utf-8";html{background-color:#fff;color:#000;font-size:16px}
  2. body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
  3. body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;}
  4. h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
  5. h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
  6. h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
  7. address,cite,dfn,em,i,optgroup,var{font-style:normal}
  8. table{border-collapse:collapse;border-spacing:0;text-align:left}
  9. caption,th{text-align:inherit}
  10. ul,ol,menu{list-style:none}
  11. fieldset,img{border:0}
  12. img{display: block;}
  13. img,object,input,textarea,button,select{vertical-align:middle}
  14. article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
  15. audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
  16. blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
  17. textarea{overflow:auto;resize:vertical}
  18. input,textarea,button,select,a{outline:0 none;-webkit-appearance: none;}
  19. button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
  20. mark{background-color:transparent}
  21. a,ins,s,u,del{text-decoration:none}
  22. sup,sub{vertical-align:baseline}
  23. html {overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;background: #F4F4F4;}
  24. body {min-height: 100%;color: #333;font-size: 16px;line-height: 1;-webkit-text-size-adjust: none;background: #F4F4F4;}
  25. hr {height: 2px;margin: .1rem 0;border: medium none;border-top: 2px solid #cacaca;}
  26. a {color: #25a4bb;text-decoration: none;}
  27. textarea{-webkit-overflow-scrolling: touch;}
  28. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  29. /* WebKit browsers */
  30. color: #AAAAAA;
  31. }
  32. input:-moz-placeholder, textarea:-moz-placeholder {
  33. /* Mozilla Firefox 4 to 18 */
  34. color: #AAAAAA;
  35. }
  36. input::-moz-placeholder, textarea::-moz-placeholder {
  37. /* Mozilla Firefox 19+ */
  38. color: #AAAAAA;
  39. }
  40. input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  41. /* Internet Explorer 10+ */
  42. color: #AAAAAA;
  43. }