农经大屏
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.

44 lines
714 B

  1. .colbox {
  2. display: flex;
  3. flex-direction: column;
  4. .top {
  5. display: flex;
  6. justify-content: space-between;
  7. width: 100%;
  8. flex: 1;
  9. .item {
  10. width: 150px;
  11. height: 100px;
  12. background: url('./bk.png');
  13. background-size: 100% 100%;
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. .top_line {
  18. margin-top: 15px;
  19. .value {
  20. font-size: 20px;
  21. font-weight: 600;
  22. }
  23. .unit {
  24. font-size: 12px;
  25. }
  26. }
  27. .name {
  28. font-weight: 600;
  29. font-size: 12px;
  30. }
  31. }
  32. }
  33. .buttom {
  34. width: 100%;
  35. flex: 1;
  36. }
  37. }