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
@charset "UTF-8";
/* @import '@/uni_modules/uni-scss/variables.scss';*/
/* 颜色变量 */
.box.data-v-492dac5e {
  width: 100%;
}
.box .box_list.data-v-492dac5e {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.box .box_list .box_list_item.data-v-492dac5e {
  padding: 28rpx 32rpx;
  display: flex;
  justify-content: space-between;
}
.box .box_list .box_list_item .box_list_item_label.data-v-492dac5e {
  display: flex;
  align-items: center;
}
.box .box_list .box_list_item .box_list_item_label text.data-v-492dac5e:nth-child(1) {
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.box .box_list .box_list_item .box_list_item_label text.data-v-492dac5e:nth-child(2) {
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #D95A5A;
}
.box .box_list .box_list_item .box_list_item_val.data-v-492dac5e {
  display: flex;
  align-items: center;
}
.box .box_list .box_list_item .box_list_item_val text.data-v-492dac5e {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.box .box_list .box_list_item .box_list_item_val input.data-v-492dac5e {
  text-align: right;
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.box .box_list .box_list_item .box_list_item_val image.data-v-492dac5e {
  width: 28rpx;
  height: 28rpx;
  margin-left: 14rpx;
}
.box .box_desc.data-v-492dac5e {
  width: 100%;
  padding: 28rpx 32rpx;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 16rpx;
}
.box .box_desc .box_desc_label.data-v-492dac5e {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36rpx;
}
.box .box_desc .box_desc_ipt.data-v-492dac5e {
  width: 100%;
  padding: 28rpx 24rpx;
  background-color: #F5F5F5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.box .box_desc .box_desc_ipt textarea.data-v-492dac5e {
  width: 100%;
  height: 80rpx;
}
.box .box_desc .box_desc_ipt .box_desc_ipt_list.data-v-492dac5e {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50rpx;
}
.box .box_desc .box_desc_ipt .box_desc_ipt_list .box_desc_ipt_list_item.data-v-492dac5e {
  width: 172rpx;
  height: 172rpx;
}
.box .box_desc .box_desc_ipt .box_desc_ipt_list .box_desc_ipt_list_item image.data-v-492dac5e {
  width: 100%;
  height: 100%;
}
.box .box_zw.data-v-492dac5e {
  width: 100%;
  height: calc(112rpx + env(safe-area-inset-bottom));
}
.box .box_footer.data-v-492dac5e {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 20rpx 56rpx calc(20rpx + env(safe-area-inset-bottom)) 56rpx;
}
.box .box_footer .box_footer_btn.data-v-492dac5e {
  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;
}