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