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
@charset "UTF-8";
/* 颜色变量 */
.steps-container.data-v-174d7374 {
  display: flex;
  background-color: #FFFFFF;
  padding: 66rpx 0 26rpx;
}
.steps-container .step-item.data-v-174d7374 {
  width: 33.33%;
  text-align: center;
}
.steps-container .step-item .step-line.data-v-174d7374 {
  display: flex;
}
.steps-container .step-item .step-line .line.data-v-174d7374 {
  flex: 1;
}
.steps-container .step-item .step-line .line-v.data-v-174d7374 {
  height: 4px;
  background: #D9D9D9;
  margin: auto 0;
}
.steps-container .step-item .step-line .value.data-v-174d7374 {
  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-174d7374 {
  background: #D20A0A;
}
.steps-container .step-item .title.data-v-174d7374 {
  height: 28rpx;
  font-size: 28rpx;
  font-weight: 500;
  color: #CCCCCC;
  line-height: 28rpx;
  margin-top: 16rpx;
}
.steps-container .step-item .select.data-v-174d7374 {
  color: #D20A0A;
}
.form-conyainer.data-v-174d7374 {
  background-color: #FFFFFF;
  padding: 32rpx;
}
.form-conyainer .message-item.data-v-174d7374 {
  display: flex;
  justify-content: space-between;
  height: 96rpx;
  border-bottom: 2rpx solid #F4F5F4;
}
.form-conyainer .message-item .label.data-v-174d7374 {
  line-height: 96rpx;
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
.form-conyainer .message-item .label.data-v-174d7374::after {
  content: '*';
  color: #D20A0A;
}
.form-conyainer .message-item .message-value.data-v-174d7374 {
  flex: 1;
  text-align: right;
  line-height: 96rpx;
  margin: auto 0;
  font-size: 28rpx;
}
.form-conyainer .message-item .message-value .un-select.data-v-174d7374 {
  font-size: 28rpx;
  color: #CCCCCC;
}
.data-v-174d7374 .uni-easyinput__content-input {
  text-align: right;
  font-size: 28rpx !important;
}
.parting.data-v-174d7374 {
  background: #f7f7f7;
  height: 16rpx;
  width: 120%;
  margin-left: -33rpx;
}
.persnal-introduce .introduce-title.data-v-174d7374 {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  padding-top: 28rpx;
}
.persnal-introduce.data-v-174d7374 .uni-easyinput__content {
  background: #f5f5f5;
  padding: 26rpx;
  margin: 28rpx 0;
}
.platform .platform-item.data-v-174d7374 {
  display: flex;
  justify-content: space-between;
  height: 96rpx;
  border-bottom: 2rpx solid #F4F5F4;
}
.platform .platform-item .label.data-v-174d7374 {
  line-height: 96rpx;
  font-size: 28rpx;
  font-weight: 500;
}
.platform .platform-item .message-value.data-v-174d7374 {
  flex: 1;
  text-align: right;
  line-height: 96rpx;
  margin: auto 0;
  font-size: 28rpx;
}
.add-platform.data-v-174d7374 {
  height: 96rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 96rpx;
  display: flex;
  justify-content: center;
}
.next-btn.data-v-174d7374 {
  height: 72rpx;
  margin: 126rpx 56rpx 0;
  background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
  border-radius: 36rpx 36rpx 36rpx 36rpx;
  color: #FFFFFF;
  line-height: 72rpx;
  text-align: center;
}
.safe-area.data-v-174d7374 {
  height: env(safe-area-inset-bottom);
  padding: 20rpx;
}