问星数据dist打包,线上使用; 源码在bigData仓库

reset.css 1.9KB

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;}
  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}
  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;}
  24. body {color: #333;font-size: 16px;line-height: 1;-webkit-text-size-adjust: none;}
  25. hr {height: 2px;margin: .1rem 0;border: medium none;border-top: 2px solid #cacaca;}
  26. a {color: #25a4bb;text-decoration: none;}
  27. body{
  28. background: #F6F6F6;
  29. min-height: calc(100% - 80px);
  30. position: relative;
  31. padding-bottom: 80px;
  32. }
  33. *{
  34. font: 12px Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
  35. -webkit-touch-callout:none;
  36. /*-webkit-user-select:none;*/
  37. -khtml-user-select:none;
  38. -moz-user-select:none;
  39. -ms-user-select:none;
  40. user-select:none;
  41. -webkit-overflow-scrolling: touch;
  42. }