select_sex.css
1.6 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
*{
padding: 0;
margin: 0;
}
body,html{
width: 100%;
height: 100%;
overflow: hidden;
}
.container{
width:7.5rem;
height:100%;
background: url("../img/sex.png")no-repeat center;
background-size: 100% 100%;
overflow: hidden;
}
.sex_chose{
display:flex;
justify-content: space-between;
align-items: center;
margin-left: 1.13rem;
margin-right: 1.13rem;
margin-top: 2.89rem;
}
.select_sex{
display:flex;
justify-content: space-between;
align-items: center;
margin-left: 1.13rem;
margin-right: 1.13rem;
margin-top: 0.5rem;
}
.woman{
width:1.7rem;
height:0.88rem;
background:#F37A7B;
border-radius: 50px;
font-size: 0.36rem;
color:#fff;
text-align: center;
line-height: 0.88rem;
}
.man{
width:1.7rem;
height:0.88rem;
border-radius: 50px;
font-size: 0.36rem;
color:#fff;
text-align: center;
line-height: 0.88rem;
background:rgba(57,144,245,1);
}
.select{
display:flex;
justify-content: space-between;
align-items: center;
margin-left: 0.44rem;
margin-right: 0.44rem;
margin-top: 1.95rem;
}
.sure{
width:3rem;
height:0.96rem;
background:#3990F5;
color:#fff;
font-size:0.34rem ;
border-radius: 50px;
text-align: center;
line-height: 0.96rem;
box-shadow:12px 0px 59px rgba(255,255,255,0.14);
background:rgba(57,144,245,1);
}
.cancel{
width:3rem;
height:0.96rem;
color:#3990F5;
background:rgba(255,255,255,0.3);
font-size:0.34rem ;
border-radius: 50px;
text-align: center;
line-height: 0.96rem;
}