my_order.wxss
1.9 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
/* pages/merchant/my_order/my_order.wxss */
page{
padding:0 0 114rpx 0;
}
.my_ordertop{
margin: 16rpx 0 0 0;
background:#0768AC;
padding:26rpx 100rpx 30rpx 100rpx;
display: flex;
justify-content: space-around;
align-items: center;
}
.order_item{
text-align: center;
color:#fff;
font-size:25rpx;
}
.order_topicon{
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 4prx 0;
height: 80rpx;
width:80rpx;
border-radius: 10rpx;
background: #509FD6;
}
.order_topicon .iconfont{
font-size:60rpx;
}
.order_topicon .icon-iconfontzhizuobiaozhunbduan22{
font-size:50rpx;
}
.order_img{
margin: 18rpx 0 0 0;
position: relative;
height: 210rpx;
}
.order_img image{
width:100%;
height: 100%;
}
.order_imgtxt{
position: absolute;
top:12rpx;
left:47rpx;
color:#fff;
font-size:36rpx;
font-weight: bold;
}
.order_imgtime{
position: absolute;
bottom:18rpx;
right: 28rpx;
color:rgba(255,255,255,0.8);
font-size:22rpx;
}
.order_imgtxtsubtitle{
font-size:24rpx;
}
.order_itembottom{
display: flex;
justify-content: space-between;
background: #509FD6;
padding:35rpx 29rpx 20rpx 35rpx;
}
.order_left{
display: flex;
}
.order_itemimg{
width:92rpx;
height: 92rpx;
border-radius: 5rpx;
margin: 0 30rpx 0 0;
}
.order_itemimg image{
display: block;
width:100%;
height: 100%;
}
.order_itemtxt{
text-align: left;
width:400rpx;
font-size: 22rpx;
color:rgba(255,255,255,0.8);
}
.order_rigth{
color:#0768AC;
font-size:24rpx;
}
.order_pel{
margin: 10rpx 0 60rpx 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 25rpx;
background:#509FD6;
font-size:22rpx;
color:rgba(255,255,255,0.8);
}
.order_pel_imgs{
display: flex;
align-items: center;
width:80%;
height: 44rpx;
}
.order_pel_imgsitem{
width:44rpx;
height: 100%;
border-radius: 2rpx;
margin: 0 10rpx 0 0;
}
.order_pel_imgsitem image{
display: block;
width:100%;
height: 100%;
}