get-wxml-node-info.wxss 637 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. movable-view {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. height: 50px;
  6. width: 50px;
  7. background: #1AAD19;
  8. color: #fff;
  9. }
  10. movable-area {
  11. height: 200px;
  12. width: 200px;
  13. background-color: #ccc;
  14. overflow: hidden;
  15. }
  16. .page-section {
  17. display: flex;
  18. justify-content: center;
  19. }
  20. .page-body {
  21. display: flex;
  22. flex-direction: column;
  23. align-items: center;
  24. }
  25. .metric {
  26. width: 200px;
  27. display: flex;
  28. justify-content: center;
  29. flex-direction:column;
  30. align-items:center;
  31. }
  32. .b {
  33. display: inline-block;
  34. width: 75px;
  35. font-weight: bold;
  36. }
  37. .span {
  38. display: inline-block;
  39. width: 50px;
  40. }