express.wxss
1.02 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
.logistics-mes {
    padding: 20rpx 30rpx;
    background-color: #fff;
}
.logistics-num {
    display: flex;
    line-height: 48rpx;
    font-size: 28rpx;
}
.logistics-title {
    color: #777;
    margin-right: 20rpx;
}
.logistics-cont {
    color: #444;
}
.apply-state {
    margin-top: 20rpx;
    background-color: #fff;
    padding-left: 50rpx;
    padding-top: 60rpx;
}
.state-item {
    border-left: 1px solid #ccc;
    padding:0 40rpx;
}
.item-wrap {
    position: relative;
    margin-bottom: 20rpx;
    padding-bottom: 20rpx;
    border-bottom: 1px solid #eee;
    font-size: 24rpx;
    color: #aaa;
    line-height: 1;
}
.item-wrap::before {
    content: '';
    position: absolute;
    left: -61rpx;
    top: 0;
    width: 26rpx;
    height: 26rpx;
    border-radius: 50%;
    background-color: #e23435;
    border: 4px solid #ed8182;
}
.state-title {
    font-size: 28rpx;
    font-weight: bold;
    color: #666;
    padding-bottom: 20rpx;
    line-height: 40rpx
}
.no_msg{
  text-align: center;color: #999; font-size: 32rpx
}