a
doum
2 天以前 3d9c09c614bc6c24b69e03a9c68f839e9f3cae29
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
 
page {
    background-color: #ffffff;
}
 
@charset "UTF-8";
/* @import '@/uni_modules/uni-scss/variables.scss';*/
/* 颜色变量 */
.box.data-v-e311e0a4 {
  width: 100%;
}
.box .box_list.data-v-e311e0a4 {
  padding: 24rpx 32rpx;
  box-sizing: border-box;
}
.box .box_list .box_list_item.data-v-e311e0a4 {
  width: 100%;
  padding: 32rpx 20rpx 18rpx 28rpx;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12rpx;
  border: 2rpx solid #D20A0A;
  display: flex;
  align-items: center;
  margin-bottom: 16rpx;
}
.box .box_list .box_list_item.data-v-e311e0a4:last-child {
  margin-bottom: 0 !important;
}
.box .box_list .box_list_item .box_list_item_left.data-v-e311e0a4 {
  width: 200rpx;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 32rpx;
}
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_a.data-v-e311e0a4 {
  display: flex;
  align-items: center;
}
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_a text.data-v-e311e0a4:first-child {
  font-size: 36rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #D20A0A;
  margin-top: 35rpx;
}
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_a text.data-v-e311e0a4:last-child {
  font-size: 76rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #D20A0A;
}
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_b.data-v-e311e0a4 {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #D20A0A;
  margin-top: 24rpx;
}
.box .box_list .box_list_item .box_list_item_right.data-v-e311e0a4 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .box_list .box_list_item .box_list_item_right .top.data-v-e311e0a4 {
  display: flex;
  flex-direction: column;
}
.box .box_list .box_list_item .box_list_item_right .top .top_a.data-v-e311e0a4 {
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.box .box_list .box_list_item .box_list_item_right .top .top_b.data-v-e311e0a4 {
  font-size: 20rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 20rpx;
}
.box .box_list .box_list_item .box_list_item_right .top .top_c.data-v-e311e0a4 {
  margin-top: 20rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box_list .box_list_item .box_list_item_right .top .top_c text.data-v-e311e0a4 {
  font-size: 20rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.box .box_list .box_list_item .box_list_item_right .top .top_c image.data-v-e311e0a4 {
  width: 32rpx;
  height: 32rpx;
}
.box .box_list .box_list_item .box_list_item_right .x.data-v-e311e0a4 {
  width: 100%;
  height: 2rpx;
  background-color: #F4F5F4;
  margin: 24rpx 0 10rpx 0;
}
.box .box_list .box_list_item .box_list_item_right .bottom.data-v-e311e0a4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box_list .box_list_item .box_list_item_right .bottom text.data-v-e311e0a4 {
  font-size: 20rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.box .box_footer.data-v-e311e0a4 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 12rpx 54rpx calc(12rpx + env(safe-area-inset-bottom)) 54rpx;
}
.box .box_footer .box_footer_btn.data-v-e311e0a4 {
  width: 100%;
  height: 72rpx;
  line-height: 72rpx;
  text-align: center;
  background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
  border-radius: 36rpx;
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}