Welcome.less 646 B

1234567891011121314151617181920212223242526272829303132333435
  1. @import (reference) '~antd/es/style/themes/index';
  2. .statistic {
  3. display: flex;
  4. justify-content: space-between;
  5. margin-bottom: 15px;
  6. .num_style {
  7. position: relative;
  8. width: 49.5%;
  9. height: 128px;
  10. padding: 0 30px;
  11. background: #fff;
  12. .title {
  13. margin-top: 30px;
  14. font-weight: bold;
  15. font-size: 13px;
  16. }
  17. .num {
  18. font-weight: bold;
  19. font-size: 35px;
  20. }
  21. .statistic_icon {
  22. position: absolute;
  23. top: 0;
  24. right: 0;
  25. }
  26. }
  27. }
  28. .device_status {
  29. margin-bottom: 10px;
  30. padding-bottom: 10px;
  31. font-weight: bold;
  32. font-size: 20px;
  33. border-bottom: 1px solid #efefef;
  34. }