projectBenchmark.scss 668 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .box {
  2. width: 100%;
  3. justify-content: flex-start;
  4. align-items: center;
  5. overflow: hidden;
  6. }
  7. .searchBar {
  8. margin-top: 1%;
  9. }
  10. .pieChart {
  11. margin-top: 2%;
  12. }
  13. .histogramChart {
  14. margin-bottom: 10%;
  15. }
  16. #leiDaTu {
  17. margin-left: 5%;
  18. height: 300px;
  19. width: 100%;
  20. float: left;
  21. }
  22. #leiDaTu2 {
  23. margin: 15%;
  24. height: 300px;
  25. width: 450px;
  26. float: left;
  27. }
  28. .margin {
  29. width: 100%;
  30. height: 618px;
  31. }
  32. .dialogLeftData {
  33. width: 50%;
  34. height: 650px;
  35. text-align: center;
  36. float: left;
  37. }
  38. .dialogRightData {
  39. width: 50%;
  40. height: 650px;
  41. text-align: center;
  42. float: left;
  43. }