fiveLossLineTable.scss 575 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .box{
  2. width: 100%;
  3. // display: flex;
  4. justify-content: space-around;
  5. align-items: center;
  6. overflow: hidden;
  7. }
  8. .searchBar{
  9. margin-top: 1%;
  10. }
  11. #leiDaTu3 {
  12. margin-left: 5%;
  13. height: 300px;
  14. width: 100%;
  15. float: left;
  16. }
  17. #leiDaTu4 {
  18. margin: 15%;
  19. height: 300px;
  20. width: 450px;
  21. float: left;
  22. }
  23. .margin {
  24. width: 100%;
  25. height: 618px;
  26. }
  27. .dialogLeftData {
  28. width: 50%;
  29. height: 650px;
  30. text-align: center;
  31. float: left;
  32. }
  33. .dialogRightData {
  34. width: 50%;
  35. height: 650px;
  36. text-align: center;
  37. float: left;
  38. }