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
@charset "UTF-8";
/* 颜色变量 */
.temp-page.data-v-334d2089 {
  background-color: #fff;
  height: 100%;
}
.container_h.data-v-334d2089 {
  width: 100%;
  background-color: #f5f5f5;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
}
.container_h .container_head.data-v-334d2089 {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container_h .container_head .container_head_address.data-v-334d2089 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container_h .container_head .container_head_address image.data-v-334d2089 {
  width: 16rpx;
  height: 30rpx;
}
.container_h .page-title.data-v-334d2089 {
  flex: 1;
  text-align: center;
}
.steps-container.data-v-334d2089 {
  display: flex;
  background-color: #FFFFFF;
  padding: 66rpx 0 26rpx;
}
.steps-container .step-item.data-v-334d2089 {
  width: 33.33%;
  text-align: center;
}
.steps-container .step-item .step-line.data-v-334d2089 {
  display: flex;
}
.steps-container .step-item .step-line .line.data-v-334d2089 {
  flex: 1;
}
.steps-container .step-item .step-line .line-v.data-v-334d2089 {
  height: 4px;
  background: #D9D9D9;
  margin: auto 0;
}
.steps-container .step-item .step-line .value.data-v-334d2089 {
  width: 48rpx;
  height: 48rpx;
  background: #D9D9D9;
  border-radius: 50%;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48rpx;
  font-size: 32rpx;
}
.steps-container .step-item .step-line .value-select.data-v-334d2089 {
  background: #D20A0A;
}
.steps-container .step-item .title.data-v-334d2089 {
  height: 28rpx;
  font-size: 28rpx;
  font-weight: 500;
  color: #CCCCCC;
  line-height: 28rpx;
  margin-top: 16rpx;
}
.steps-container .step-item .select.data-v-334d2089 {
  color: #D20A0A;
}
.main-container.data-v-334d2089 {
  text-align: center;
  margin-top: 158rpx;
  font-family: PingFang SC-Medium, PingFang SC;
}
.main-container .tips.data-v-334d2089 {
  height: 40rpx;
  font-size: 40rpx;
  font-weight: 400;
  color: #333333;
  line-height: 40rpx;
}
.main-container .tips-detail.data-v-334d2089 {
  height: 24rpx;
  font-size: 24rpx;
  font-weight: 400;
  color: #999999;
  line-height: 24rpx;
  margin-top: 28rpx;
}