MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
@charset "UTF-8";
/* 颜色变量 */
.box.data-v-08468e95 {
  width: 100%;
}
.box .box_head.data-v-08468e95 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 8rpx;
}
.box .box_head .box_head_top.data-v-08468e95 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .box_head .box_head_top image.data-v-08468e95 {
  width: 44rpx;
  height: 44rpx;
  margin-right: 8rpx;
}
.box .box_head .box_head_top text.data-v-08468e95 {
  font-size: 48rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.box .box_head .box_head_info.data-v-08468e95 {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 20rpx;
}
.box .box_head .box_head_btn.data-v-08468e95 {
  width: 364rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44rpx;
}
.box .box_head .box_head_btn .item.data-v-08468e95 {
  width: 144rpx;
  height: 52rpx;
  line-height: 52rpx;
  text-align: center;
  border-radius: 30rpx;
  border: 2rpx solid #D9D9D9;
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.box .order_list.data-v-08468e95 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 48rpx;
}
.box .order_list .order_list_head.data-v-08468e95 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .order_list .order_list_head image.data-v-08468e95 {
  width: 33rpx;
  height: 8rpx;
}
.box .order_list .order_list_head text.data-v-08468e95 {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  margin: 0 16rpx;
}
.box .order_list .order_list_box.data-v-08468e95 {
  margin-top: 32rpx;
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box .order_list .order_list_box .fun_list_item.data-v-08468e95 {
  width: 332rpx;
  height: 580rpx;
  border-radius: 20rpx;
  background-color: white;
  overflow: hidden;
  margin-bottom: 16rpx;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_img.data-v-08468e95 {
  width: 100%;
  height: 420rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_img image.data-v-08468e95 {
  height: 100%;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info.data-v-08468e95 {
  width: 100%;
  padding: 16rpx 12rpx 24rpx 12rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_top.data-v-08468e95 {
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_top text.data-v-08468e95 {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_bottom.data-v-08468e95 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15rpx;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_left.data-v-08468e95 {
  display: flex;
  align-items: center;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_left text.data-v-08468e95:first-child {
  font-size: 20rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #D20A0A;
  margin-top: 11rpx;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_left text.data-v-08468e95:last-child {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #D20A0A;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_right.data-v-08468e95 {
  display: flex;
  align-items: center;
}
.box .order_list .order_list_box .fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_right text.data-v-08468e95 {
  font-size: 24rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}