_common.css
3.89 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
body.passport-body {
background-color: #444;
font-family: "MicroSoft YaHei", SimSun, sans-serif;
* {
box-sizing: border-box;
}
}
.passport-page {
text-align: center;
padding: 0 6%;
.bind-tip {
margin-top: 10PX;
margin-bottom: 10PX;
color: #fff;
font-size: 13PX;
.title {
font-size: 28PX;
line-height: 1.5;
}
}
.tip {
margin-top: 30PX;
color: #fff;
font-size: 16PX;
line-height: 2;
a {
color: #3fb274;
}
}
.header {
position: relative;
height: 40PX;
margin: 20PX 0 30PX;
.go-back {
display: block;
position: absolute;
height: 30PX;
width: 30PX;
top: 5PX;
left: 0;
background: resolve('passport/go-back.png') no-repeat;
background-size: 100% 100%;
}
.title {
font-size: 20PX;
line-height: 40PX;
color: #fff;
}
.img-header {
width: 68PX;
height: 40PX;
background: resolve('passport/yoho-family.png') no-repeat;
background-size: 100% 100%;
margin: 0 auto;
}
}
.input-container,
.select-container {
position: relative;
width: 100%;
height: 52PX;
font-size: 20PX;
background-color: #575757;
border: 1px solid #606060;
border-radius: 5PX;
text-align: left;
color: #fff;
}
.select-container {
.select {
position: absolute;
height: 50PX;
padding-right: 40PX;
right: 0;
color: #fff;
background-color: #575757;
border: 0;
border-radius: 5PX;
appearance: none;
direction: rtl;
-webkit-appearance: none;
&:focus {
outline: 0;
border: none;
}
&:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #fff;
}
}
.select-title {
line-height: 2.5;
margin-left: 15PX;
}
.arrow-right {
position: absolute;
width: 13PX;
height: 20PX;
right: 15PX;
top: 16PX;
background: resolve('passport/arrow-right.png') no-repeat;
background-size: 100% 100%;
}
}
.has-eye,
.has-clear {
padding-right: 30PX;
}
.area-code {
position: absolute;
left: 15PX;
line-height: 2.5;
}
.phone-container {
padding-left: 55PX;
}
.input {
width: 100%;
line-height: 26PX;
padding: 12PX 0;
padding-left: 15PX;
border-radius: 5PX;
color: #fff;
background-color: transparent;
border: none;
}
.btn {
display: block;
width: 100%;
font-size: 20PX;
line-height: 2.5;
background-color: #36a74c;
border-radius: 5PX;
color: #fff;
&.disable {
background-color: #a2a2a2;
}
}
.country-select.in-android-uc {
width: 140PX;
}
.clear-input {
position: absolute;
display: none;
top: 18PX;
right: 10PX;
width: 16PX;
height: 16PX;
background: resolve('passport/clear-input.png') no-repeat;
background-size: 100% 100%;
}
.eye {
position: absolute;
top: 20PX;
right: 10PX;
width: 19PX;
height: 12PX;
background: resolve('passport/eye.png') no-repeat;
background-size: 100% 100%;
&.close {
background-image: resolve('passport/eye-close.png');
}
}
.row {
margin-bottom: 10PX;
}
}