MrShi
21 小时以前 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
@charset "UTF-8";
/* 颜色变量 */
.sex.data-v-3f867fce {
  padding: 44rpx 32rpx;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.sex .title.data-v-3f867fce {
  width: 100%;
  text-align: center;
  position: relative;
}
.sex .title text.data-v-3f867fce {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.sex .title .title_icon.data-v-3f867fce {
  position: absolute;
  right: 0;
  top: 0;
}
.sex .content.data-v-3f867fce {
  width: 100%;
  margin-top: 80rpx;
}
.sex .content .picker-view.data-v-3f867fce {
  width: 100%;
  height: 200rpx;
}
.sex .content .picker-view .item.data-v-3f867fce {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.sex .submit.data-v-3f867fce {
  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;
  margin-top: 50rpx;
}