taskOrder.less 947 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .selfCardBox {
  2. * {
  3. font-family: Source Han Sans, Source Han Sans;
  4. }
  5. margin-top: 0.15rem;
  6. margin-left: 0.15rem;
  7. border-radius: 0.08rem;
  8. background-color: white;
  9. }
  10. .orderInfo {
  11. border: 0;
  12. margin: 0;
  13. }
  14. .taskStep {
  15. margin-left: 15%;
  16. width: 70%;
  17. :global {
  18. .ant-steps.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  19. display: flex;
  20. justify-content: space-between;
  21. margin-bottom: 0.3rem;
  22. }
  23. .ant-steps.ant-steps-vertical
  24. > .ant-steps-item
  25. .ant-steps-item-description {
  26. padding-bottom: 0;
  27. // padding-top: 0.18rem;
  28. }
  29. }
  30. }
  31. .rowMargin {
  32. margin-bottom: 0.3rem;
  33. }
  34. .rowMarginTop {
  35. margin-top: 0.3rem;
  36. }
  37. .fontS28 {
  38. font-size: 0.28rem;
  39. }
  40. .fontS26 {
  41. font-size: 0.26rem;
  42. }
  43. .fontS24 {
  44. font-size: 0.24rem;
  45. }
  46. .fontS22 {
  47. font-size: 0.22rem;
  48. }
  49. .fontS20 {
  50. font-size: 0.2rem;
  51. }
  52. .fontS18 {
  53. font-size: 0.18rem;
  54. }
  55. .fontS16 {
  56. font-size: 0.16rem;
  57. }