modifyPersonInformation.wxss
2.5 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
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
/* pages/my/modifyPersonInformation/modifyPersonInformation.wxss */
.banner{
position: relative;
width: 100%;
height: 100%
}
page{
background-color: #F2F4F5;
}
.content_item{
background-color: #fff;
margin-top: 20rpx;
padding: 0 31rpx;
}
.item_list{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1rpx solid #F1F1F1;
padding: 28rpx 0;
}
.content_title{
font-size: 28rpx;
color: #222;
}
.person_information_box{
display: flex;
align-items: center;
font-size: 26rpx;
color: #999999;
}
.head_portrait{
width: 104rpx;
height: 104rpx;
}
.head_portrait image{
width: 100%;
height: 100%;
}
.icon-jinru{
font-size: 19rpx;
margin-left: 19rpx;
}
body{
width: 100%;
height: 100%;
}
.mask{
width: 100%;
height:100%;
position: absolute;
left: 0;
top: 0;
background:rgba(0,0, 0, 0.85);
z-index: 999;
overflow: hidden
}
.show_change_sex{
position: absolute;
bottom:4rpx;
left: 0;
width: 100%;
height: 404rpx;
background:rgba(255,255,255,1);
border-radius:16px 16px 0px 0px;
}
.choose_sex{
width: 100%;
height:28rpx;
font-size:30rpx;
text-align: center;
font-family:PingFang-SC-Heavy;
font-weight:800;
color:rgba(38,54,58,1);
line-height:62rpx;
margin:41rpx auto 0;
}
.choose{
width: 44.8%;
height: 38rpx;
margin: 86rpx auto 0;
display: flex;
justify-content: space-between;
}
.man{
display: flex
}
.xuanzhong{
width: 38rpx;
height: 38rpx;
border-radius: 50%;
}
.xuanzhong image{
width: 38rpx;
height: 38rpx;
}
.nan{
width:25rpx;
height:27rpx;
font-size:30rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(38,54,58,1);
line-height:40rpx;
margin-left:20rpx;
}
.icon-weixuanzhong{
color:#EDEDED;
}
.icon-weixuanzhong.active{
color:#FFDA44;
}
.confirm{
width:92.53%;
height:80rpx;
background:rgba(255,218,68,1);
box-shadow:0 10rpx 10rpx 0 rgba(255,218,68,0.6);
border-radius:40rpx;
margin:90rpx auto 0;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(51,51,51,1);
text-align: center;
line-height: 80rpx;
}