index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. page {
  2. background-color: #f5f5f5;
  3. }
  4. .page-section {
  5. margin-top: 24rpx;
  6. background-color: white;
  7. }
  8. .page-section .order-group__left {
  9. margin-right: 0 !important;
  10. }
  11. .cell-steps {
  12. padding: 8rpx;
  13. }
  14. .wr-cell__title {
  15. flex: none;
  16. font-size: 28rpx;
  17. color: #666;
  18. }
  19. .wr-cell__value {
  20. flex: auto;
  21. margin-left: 30rpx;
  22. font-size: 28rpx;
  23. color: #333 !important;
  24. }
  25. .logistics-no {
  26. display: inline-block;
  27. text-align: left;
  28. word-break: break-all;
  29. color: #333;
  30. }
  31. .text-btn {
  32. margin-left: 20rpx;
  33. display: inline;
  34. font-size: 24rpx;
  35. padding: 0 15rpx;
  36. border: 1rpx solid #ddd;
  37. border-radius: 28rpx;
  38. color: #333;
  39. }
  40. .text-btn--active {
  41. opacity: 0.5;
  42. }
  43. .steps .step-title {
  44. font-weight: bold;
  45. color: #333 !important;
  46. font-size: 30rpx;
  47. }
  48. .steps .step-desc {
  49. color: #333333;
  50. font-size: 28rpx;
  51. }
  52. .steps .step-date {
  53. color: #999999;
  54. font-size: 24rpx;
  55. }
  56. .cell-steps__img,
  57. .cell-steps__imgWrapper {
  58. width: 48rpx;
  59. height: 48rpx;
  60. }
  61. .steps
  62. .t-step--vertical.t-step--default-anchor
  63. .t-steps-item--process
  64. .t-steps-item__icon-number {
  65. background: #ffece9 !important;
  66. color: white !important;
  67. border: none;
  68. }
  69. .steps
  70. .t-step--vertical.t-step--default-anchor
  71. .t-steps-item--default
  72. .t-steps-item__icon-number {
  73. color: white !important;
  74. background: #f5f5f5 !important;
  75. border: none;
  76. }
  77. .steps
  78. .t-step--vertical.t-step--default-anchor.t-step--not-last-child
  79. .t-steps-item__inner::after {
  80. top: 48rpx;
  81. height: calc(100% - 44rpx - 4rpx);
  82. }
  83. .steps
  84. .t-step--vertical.t-step--default-anchor.t-step--not-last-child
  85. .t-steps-item__inner::after,
  86. .steps
  87. .t-step--vertical.t-step--default-anchor.t-step--not-last-child
  88. .t-steps-item--default
  89. .t-steps-item__inner:after {
  90. background: #f5f5f5 !important;
  91. }
  92. .page-section__steps {
  93. padding: 24rpx;
  94. }