_code.scss
677 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
.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;
}
}