steps.less 744 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .steps-content {
  2. margin-top: 16px;
  3. min-height: 360px;
  4. text-align: left;
  5. padding: 6px 24px;
  6. }
  7. .steps-name {
  8. margin: 16px 0 0;
  9. font-size: 16px;
  10. font-weight: bold;
  11. }
  12. .steps-action {
  13. padding: 6px 0;
  14. }
  15. .steps-result {
  16. min-height: 300px;
  17. margin-bottom: 20px;
  18. .steps-value {
  19. font-size: 24px;
  20. font-weight: bold;
  21. color: #ff0036;
  22. }
  23. }
  24. .steps-form {
  25. min-height: 300px;
  26. .ant-form-item {
  27. border-radius: 3px;
  28. background: #fafafa;
  29. padding: 10px 24px;
  30. margin-bottom: 12px;
  31. .ant-form-item-label {
  32. text-align: left;
  33. }
  34. }
  35. .ant-input-number {
  36. width: 160px;
  37. }
  38. }
  39. .steps-cell-key {
  40. font-weight: bold;
  41. }