orderlistcell.wxss
1.14 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
.orderlistcell-root-container {
display: flex;
flex-direction: column;
/* padding-left: 40rpx;
padding-right: 40rpx; */
/* justify-content: flex-start; */
margin-right: 40rpx;
}
.orderlistcell-root-split-line {
height: 2rpx;
background: #eeeeee;
margin-top: 40rpx;
}
/* .orderlistcell-image {
width: 160rpx;
height: 200rpx;
} */
/* .orderlistcell-top-view { */
/* height: 200rpx; */
/* display: flex;
flex-direction: row;
} */
/* .orderlistcell-top-right-view {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.orderlistcell-top-price-status-view {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.orderlistcell-top-right-name-price-view {
width: 100%;
display: flex;
flex-direction: column;
} */
.orderlistcell-middle-view {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.action-view {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20rpx;
}
.time-image {
width: 50rpx;
height: 50rpx;
}
.space-view {
width: 100%;
height: 40rpx;
background-color: #ffffff;
}