invoiceList.wxss
1.6 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
/* pages/my/afterMarketList/afterMarketList.wxss */
page{
background: #fafafa
}
.item_list {
background-color: #fff;
padding: 24rpx 27rpx;
margin-top: 20rpx;
}
.list_title {
font-size: 26rpx;
display: flex;
justify-content: space-between;
}
.title {
display: flex;
}
.auto_cancle {
color: #ff5757;
margin-left: 31rpx;
}
.wait_pay {
color: #ff5757;
}
.list_content {
display: flex;
flex-wrap: wrap;
padding: 30rpx 0;
background-color: #fafafa;
border-radius: 10rpx;
margin-top: 25rpx;
}
.content_img {
width: 100rpx;
height: 100rpx;
margin-left: 20rpx;
background: skyblue
}
.content_img image {
width: 100%;
height: 100%;
}
.order_detail {
display: flex;
justify-content: space-between;
font-size: 22rpx;
margin-top: 25rpx;
}
.time {
color: #888;
}
.order_money {
font-size: 22rpx;
color: #26363a;
display: flex;
justify-content: space-between;
border-top: 1rpx solid #ededed;
padding-top: 28rpx;
margin-top: 25rpx;
}
.money_num {
font-size: 30rpx;
font-weight: bold;
color: #26363a;
}
.money_btn {
display: flex;
font-size: 24rpx;
}
.cancel {
width: 140rpx;
height: 50rpx;
color: #26363a;
border: 1rpx solid #949a9a;
border-radius: 25rpx;
text-align: center;
line-height: 50rpx;
}
.pay {
color: #333;
line-height: 50rpx;
text-align: center;
width: 140rpx;
height: 50rpx;
background-color: #ffda44;
border-radius: 25rpx;
margin-left: 20rpx;
}
.last_big_box{
margin-top:35rpx;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
padding:0 50rpx;
box-sizing: border-box;
}