afterMarketList.wxss
2.2 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
129
130
131
132
133
134
135
/* pages/my/afterMarketList/afterMarketList.wxss */
page{
background: #fafafa;
width: 100%;
height: 100%
}
.page{
width: 100%;
height: 100%
}
.item_list {
background-color: #fff;
padding: 24rpx 27rpx;
margin-top: 20rpx;
}
.content_item{
height: calc(100% - 100rpx)
}
.gogogo{
width: 100%;
height: 100%;
text-align: center;
line-height: 500rpx;
color: #888;
font-size: 32rpx;
position: relative;
}
.gogogo image{
height: 247rpx;
width: 340rpx;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-70%)
}
.gogogo view{
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(136,136,136,1);
position: absolute;
left: 50%;
transform: translate(-50%,-20%);
top: 50%
}
.list_title {
font-size: 26rpx;
display: flex;
justify-content: space-between;
}
.title {
display: flex;
}
.auto_cancle {
color: #ff5757;
margin-left: 31rpx;
}
.wait_pay,.wait_paya {
color: #ff5757;
}
.wait_paya{
color:#000;
}
.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;
}
.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;
}