mapWIn.css 924 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .main-container {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .layui-tab-content {
  6. width: 100%;
  7. height: calc(100% - 40px) !important;
  8. }
  9. #tablecontent {
  10. width: 96%;
  11. height: calc(100% - 40px) !important;
  12. }
  13. #tablecontent tr td {
  14. height: 30px;
  15. border: 1px solid black;
  16. text-align: center;
  17. }
  18. #title {
  19. font-size: 20px;
  20. vertical-align: center;
  21. text-align: center;
  22. font-weight: bold;
  23. height: 40px;
  24. line-height: 40px;
  25. }
  26. .tab-center {
  27. width: 100%;
  28. height: 40px;
  29. text-align: center;
  30. }
  31. .layui-tab-item {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .mapTab {
  36. width: 100%;
  37. height: 50px;
  38. }
  39. .chartDiv {
  40. width: 100%;
  41. height: calc(100% - 40px) !important;
  42. }
  43. .tableDiv {
  44. width: 100%;
  45. }
  46. .center {
  47. text-align: center;
  48. }
  49. .input-time {
  50. width: 100px;
  51. display: inline-block;
  52. }
  53. .layui-tab {
  54. margin: 0px;
  55. }
  56. .btn-vertical {
  57. vertical-align: bottom;
  58. }