peopleinfo.wxss
1.7 KB
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
page {
background: #f2f2f2;
}
.upimg {
width: 160rpx;
height: 160rpx;
border-radius: 50%;
font-size: 0;
margin:90rpx auto 0;
}
.upimg image {
border-radius: 50%;
}
.enternicheng {
width: 540rpx;
height: 120rpx;
background: rgba(255, 255, 255, 1);
border-radius: 5rpx;
margin: 47rpx auto 0;
background: #fff;
color: #999;
font-size: 30rpx;
text-align: center;
line-height: 120rpx;
padding: 0 31rpx;
box-sizing: border-box;
}
.enternicheng input {
width: 100%;
height: 120rpx;
line-height: 120rpx;
box-sizing: border-box;
}
.shuruni {
color: #999;
font-size: 30rpx;
}
.sleectrigion {
width: 540rpx;
height: 120rpx;
line-height: 120rpx;
background: rgba(255, 255, 255, 1);
border-radius: 5rpx;
margin: 30rpx auto 0;
font-size: 30rpx;
color: #333;
text-align: center;
}
.selectrow {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 31rpx;
}
.rowimg {
width: 14rpx;
height: 10rpx;
font-size: 0;
display: flex;
justify-content: center;
align-items: center;
}
.sexselection {
width: 540rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin: 74rpx auto 0;
}
.sexoption {
width: 250rpx;
height: 100rpx;
background: rgba(255, 255, 255, 1);
border-radius: 50rpx;
font-size: 30rpx;
color: #1a1a1a;
text-align: center;
line-height: 100rpx;
border:1rpx solid transparent
}
.save {
width: 540rpx;
height: 100rpx;
background: rgba(232, 24, 37, 1);
border-radius: 50rpx;
margin: 74rpx auto 0;
color:#fff;
font-size: 30rpx;
text-align: center;
line-height: 100rpx;
}
.sexactive{
border:1rpx solid #E81825;
color:#E81825
}