MrShi
23 小时以前 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
@charset "UTF-8";
/* 颜色变量 */
.steps-container.data-v-116f1619 {
  display: flex;
  background-color: #FFFFFF;
  padding: 66rpx 0 26rpx;
}
.steps-container .step-item.data-v-116f1619 {
  width: 33.33%;
  text-align: center;
}
.steps-container .step-item .step-line.data-v-116f1619 {
  display: flex;
}
.steps-container .step-item .step-line .line.data-v-116f1619 {
  flex: 1;
}
.steps-container .step-item .step-line .line-v.data-v-116f1619 {
  height: 4px;
  background: #D9D9D9;
  margin: auto 0;
}
.steps-container .step-item .step-line .value.data-v-116f1619 {
  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-116f1619 {
  background: #D20A0A;
}
.steps-container .step-item .title.data-v-116f1619 {
  height: 28rpx;
  font-size: 28rpx;
  font-weight: 500;
  color: #CCCCCC;
  line-height: 28rpx;
  margin-top: 16rpx;
}
.steps-container .step-item .select.data-v-116f1619 {
  color: #D20A0A;
}