userinfo_edit.wxss
1.63 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
page {
background-color: white;
}
.user-container {
padding-top: 100rpx;
}
.label-input {
font-size: 28rpx;
width: 680rpx;
margin: 0 35rpx;
line-height: 90rpx;
border: 1rpx #ddd solid;
border-radius: 10rpx;
}
.label {
box-sizing: border-box;
float: left;
padding: 0 25rpx;
}
.input {
box-sizing: border-box;
float: left;
height: 90rpx;
width: 500rpx;
padding-right: 5rpx;
}
.simple {
border: 0;
border-radius: 0;
border-bottom: 1rpx #ddd solid;
}
.submit {
width: 600rpx;
margin: 0 75rpx;
background-color: #e30000;
color: white;
line-height: 90rpx;
border-radius: 10rpx;
}
.verify-box {
font-size: 28rpx;
width: 680rpx;
margin: 0 35rpx;
line-height: 90rpx;
}
.verify-input {
box-sizing: border-box;
float: left;
height: 90rpx;
width: 400rpx;
padding-left: 10rpx;
}
.verify-btn {
box-sizing: border-box;
float: right;
line-height: 90rpx;
padding: 0 10rpx;
background-color: #ec5151;
color: white;
border-radius: 10rpx;
}
.btn-disable {
background-color: grey;
}
.item {
margin-bottom: 70rpx;
}
.gender-box {
width: 50%;
float: left;
padding: 100rpx 0 200rpx 0;
}
.gender {
background-repeat: no-repeat!important;
background-size: 4.48rem!important;
width: 2.13333rem;
height: 2.73067rem;
margin: 0 auto;
}
.boy {
background-position: 0 0!important;
}
.girl {
background-position: 0 -2.92267rem!important;
}
.boy-click {
background-position: -2.34667rem 0!important;
}
.girl-click {
background-position: -2.368rem -2.92267rem!important;
}