chartpage.css 559 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. html {
  2. height: 100%
  3. }
  4. body {
  5. height: 100%;
  6. margin: 0;
  7. }
  8. .moreTime {
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. width: 80vw;
  13. margin: auto
  14. }
  15. .bod {
  16. border-bottom: 3px solid #007AFF;
  17. }
  18. .box {
  19. border: 1px solid #007AFF !important;
  20. }
  21. .childTime {
  22. margin: 8px 30px 0 30px;
  23. }
  24. .childTime>div {
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. }
  29. .childTime>div>div {
  30. width: 70px;
  31. padding: 5px;
  32. border: 1px solid #e6e6e6;
  33. border-radius: 8px;
  34. color: #7e7e7e;
  35. font-size: 12px;
  36. text-align: center;
  37. }