logistics.wxss
2.31 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.message-title {
width: 100%;
margin-left: 40rpx;
font-family: PingFang-SC-Semibold;
color: #000;
font-size: 68rpx;
font-weight: bold;
}
.header-detail {
margin-top: 60rpx;
margin-left: 40rpx;
height: 80rpx;
display: flex;
}
.header-detail .express-icon {
width: 80rpx;
height: 80rpx;
}
.header-detail .header-content {
margin-left: 20rpx;
}
.header-detail .header-content .company {
height: 34rpx;
display: flex;
}
.header-detail .header-content .number {
height: 34rpx;
margin-top: 4rpx;
display: flex;
}
.header-detail .header-content .tips {
color: #999999;
font-family: PingFang-SC-Regular;
font-size: 24rpx;
}
.header-detail .header-content .express-content {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #000000;
}
.header-detail .header-content .order-detail-order-copy-image {
width: 30rpx;
height: 30rpx;
margin-left: 20rpx;
}
.space-line {
background-color: #eeeeee;
height: 2rpx;
width: 100%;
margin-top: 40rpx;
}
.logistics-list {
margin-bottom: 10rpx;
}
.cell {
display: flex;
width: 100%;
}
.cell .left-view {
width: 110rpx;
position: relative;
}
.cell .left-view .circle {
width: 20rpx;
height: 20rpx;
border-radius: 10rpx;
margin-left: 50rpx;
margin-top: 62rpx;
background-color: #eeeeee;
}
.cell .left-view .line {
position: absolute;
top: 0;
bottom: 0;
width: 2rpx;
margin-left: 58rpx;
background-color: #eeeeee;
}
.cell .left-view .first-line {
position: absolute;
top: 92rpx;
bottom: 0;
width: 2rpx;
margin-left: 58rpx;
background-color: #eeeeee;
}
.cell .left-view .icon {
width: 40rpx;
height: 40rpx;
margin-top: 52rpx;
margin-left: 40rpx;
}
.cell .right-view {
width: 560rpx;
}
.cell .content {
margin-top: 50rpx;
margin-right: 50rpx;
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #999999;
}
.cell .time {
margin-top: 20rpx;
height: 28rpx;
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
}
.cell .black {
color: #000000;
}
.empty {
display: flex;
justify-content: center;
font-family: PingFang-SC-Regular;
color: #999;
font-size: 30rpx;
letter-spacing: 0.8px;
margin-top: 200rpx;
}