lossRateAffected.scss 637 B

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