Keine Beschreibung

reset.css 2.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. @charset "utf-8";html{background-color:#fff;color:#000;font-size:16px}
  2. html,body {margin: 0;padding: 0;}
  3. body,div,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;-webkit-overflow-scrolling: touch;}
  4. 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;}
  5. h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
  6. h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
  7. h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
  8. address,cite,dfn,em,i,optgroup,var{font-style:normal}
  9. table{border-collapse:collapse;border-spacing:0;text-align:left}
  10. caption,th{text-align:inherit}
  11. ul,ol,li,menu{list-style:none}
  12. fieldset,img{border:0}
  13. img{display: block;}
  14. img,object,input,textarea,button,select{vertical-align:middle}
  15. article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
  16. audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
  17. blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
  18. textarea{overflow:auto;resize:vertical}
  19. input,textarea,button,select,a{outline:0 none;}
  20. button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
  21. mark{background-color:transparent}
  22. a,ins,s,u,del{text-decoration:none}
  23. sup,sub{vertical-align:baseline}
  24. html {overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
  25. body {color: #333;font-size: 16px;line-height: 1;-webkit-text-size-adjust: none;}
  26. hr {height: 2px;margin: .1rem 0;border: medium none;border-top: 2px solid #cacaca;}
  27. a {color: #25a4bb;text-decoration: none;}
  28. span,em,i{
  29. font-family:-apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;
  30. }
  31. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  32. /* WebKit browsers */
  33. color: #AAAAAA;
  34. }
  35. input:-moz-placeholder, textarea:-moz-placeholder {
  36. /* Mozilla Firefox 4 to 18 */
  37. color: #AAAAAA;
  38. }
  39. input::-moz-placeholder, textarea::-moz-placeholder {
  40. /* Mozilla Firefox 19+ */
  41. color: #AAAAAA;
  42. }
  43. input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  44. /* Internet Explorer 10+ */
  45. color: #AAAAAA;
  46. }
  47. /* toast */
  48. .alert-info {
  49. height: 0.38rem;
  50. position: fixed;
  51. top: 1.74rem;
  52. right: 0;
  53. left: 0;
  54. bottom: 0;
  55. text-align: center;
  56. z-index: 9;
  57. }
  58. .alert-info p {
  59. display: inline-block;
  60. height: 0.38rem;
  61. color: #fff;
  62. font-size: 0.14rem;
  63. line-height: 0.38rem;
  64. padding: 0 0.10rem;
  65. background-color: rgba(0, 0, 0, 0.7);
  66. border-radius: 5px;
  67. }