储能智慧云平台web端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.scss 744B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .screen {
  2. display: flex;
  3. width: 100%;
  4. margin-bottom: 20px;
  5. }
  6. .screen1 {
  7. display: flex;
  8. justify-content: space-between;
  9. width: 100%;
  10. }
  11. .screen_view {
  12. display: flex;
  13. align-items: center;
  14. width: 30%;
  15. }
  16. .screen_view1 {
  17. display: flex;
  18. align-items: center;
  19. width: 18.5%;
  20. }
  21. .cardbottom {
  22. margin-top: 20px;
  23. }
  24. .title {
  25. display: flex;
  26. align-items: center;
  27. margin-bottom: 20px;
  28. font-size: 18px;
  29. .title_time {
  30. margin-left: 10px;
  31. font-size: 16px;
  32. }
  33. }
  34. .pagination {
  35. display: flex;
  36. justify-content: space-between;
  37. margin-top: 20px;
  38. }
  39. .btn-group {
  40. display: flex;
  41. gap: 10px; /* 按钮之间的间隔 */
  42. align-items: center; /* 垂直居中按钮 */
  43. justify-content: center; /* 水平居中按钮 */
  44. }