why-echarts-m.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. * { margin: 0; padding: 0;}
  2. body { font: 1.5em "Microsoft Yahei",verdana;}
  3. .page {
  4. z-index: 100;
  5. position: fixed;
  6. bottom: 0;
  7. height: 40px;
  8. width: 100%;
  9. line-height: 30px;
  10. text-align: center;
  11. color: #666;
  12. border-top: 1px solid #ccc;
  13. padding-top:2px;
  14. font-size:0.51em;
  15. }
  16. .page .page-down-center {
  17. /*width: 100%;*/
  18. }
  19. .page .page-up, .page .page-down {
  20. width: 48%;
  21. height: 35px;
  22. margin-top:4px;
  23. display: inline-block;
  24. -webkit-tap-highlight-color: #fff;
  25. }
  26. .page .disabled {
  27. color: #ccc;
  28. }
  29. #content {
  30. position: relative;
  31. overflow: hidden;
  32. }
  33. .fragment {
  34. padding:10px;
  35. text-align: left;
  36. }
  37. p.fragment a {
  38. line-height: 20px;
  39. margin-right: 5px;
  40. text-decoration: none;
  41. }
  42. .section {
  43. position: absolute; overflow: hidden; text-align:center;
  44. left:100%; top:0; z-index: 10; margin-top: 10px; font-size:0.51em;
  45. transition: left 0.5s;
  46. }
  47. .section table {
  48. width:95%;
  49. }
  50. .main {
  51. width: 96%;
  52. margin-left:2%;
  53. }
  54. @media (orientation : portrait) {
  55. }