taskOrder.less 975 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. align-items: flex-start;
  22. margin-bottom: 0.3rem;
  23. }
  24. .ant-steps.ant-steps-vertical
  25. > .ant-steps-item
  26. .ant-steps-item-description {
  27. padding-bottom: 0;
  28. padding-top: 0.18rem;
  29. }
  30. }
  31. }
  32. .rowMargin {
  33. margin-bottom: 0.3rem;
  34. }
  35. .rowMarginTop {
  36. margin-top: 0.3rem;
  37. }
  38. .fontS28 {
  39. font-size: 0.28rem;
  40. }
  41. .fontS26 {
  42. font-size: 0.26rem;
  43. }
  44. .fontS24 {
  45. font-size: 0.24rem;
  46. }
  47. .fontS22 {
  48. font-size: 0.22rem;
  49. }
  50. .fontS20 {
  51. font-size: 0.2rem;
  52. }
  53. .fontS18 {
  54. font-size: 0.18rem;
  55. }
  56. .fontS16 {
  57. font-size: 0.16rem;
  58. }