workOrderDetail.less 946 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. .rowMargin {
  15. margin-bottom: 0.3rem;
  16. }
  17. .rowMarginTop {
  18. margin-top: 0.3rem;
  19. }
  20. .taskStep {
  21. margin-left: 15%;
  22. width: 70%;
  23. :global {
  24. .ant-steps.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: flex-start;
  28. margin-bottom: 0.3rem;
  29. }
  30. .ant-steps.ant-steps-vertical
  31. > .ant-steps-item
  32. .ant-steps-item-description {
  33. padding-bottom: 0;
  34. }
  35. }
  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. }