index.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @import '~antd/es/style/themes/default.less';
  2. .stepForm {
  3. max-width: 500px;
  4. margin: 40px auto 0;
  5. }
  6. .stepFormText {
  7. margin-bottom: 24px;
  8. :global {
  9. .ant-form-item-label,
  10. .ant-form-item-control {
  11. line-height: 22px;
  12. }
  13. }
  14. }
  15. .result {
  16. max-width: 560px;
  17. margin: 0 auto;
  18. padding: 24px 0 8px;
  19. }
  20. .desc {
  21. padding: 0 56px;
  22. color: @text-color-secondary;
  23. h3 {
  24. margin: 0 0 12px 0;
  25. color: @text-color-secondary;
  26. font-size: 16px;
  27. line-height: 32px;
  28. }
  29. h4 {
  30. margin: 0 0 4px 0;
  31. color: @text-color-secondary;
  32. font-size: 14px;
  33. line-height: 22px;
  34. }
  35. p {
  36. margin-top: 0;
  37. margin-bottom: 12px;
  38. line-height: 22px;
  39. }
  40. }
  41. @media screen and (max-width: @screen-md) {
  42. .desc {
  43. padding: 0;
  44. }
  45. }
  46. .information {
  47. line-height: 22px;
  48. :global {
  49. .ant-row:not(:last-child) {
  50. margin-bottom: 24px;
  51. }
  52. }
  53. .label {
  54. padding-right: 8px;
  55. color: @heading-color;
  56. text-align: right;
  57. @media screen and (max-width: @screen-sm) {
  58. text-align: left;
  59. }
  60. }
  61. }
  62. .uppercase {
  63. font-size: 12px;
  64. }