_code.css
831 Bytes
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
.reg-code-page, .back-code-page {
.captcha-tip {
position: absolute;
width: 148PX;
text-align: center;
right: 15PX;
top: 8PX;
color: #36a74c;
padding: 5PX 0;
border: 1px solid #36a74c;
border-radius: 20PX;
font-size: 16PX;
&.disable {
color: #8f8f8f;
border-color: #8f8f8f;
}
}
.input-container {
padding-right: 190PX;
}
.text-container {
color: #fff;
font-size: 16PX;
margin-bottom: 20PX;
}
.phone {
color: #4ecae8;
}
.clear-input {
right: 170PX;
}
.tip {
margin-top: 30PX;
color: #fff;
font-size: 16PX;
line-height: 2;
a {
color: #3FB274;
}
}
}