sfrz.css
1.1 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
.content_box {
width: 1200px;
margin: 0 auto;
min-height:calc(100vh - 207px);
color: #4a4a4a;
}
.next_button {
text-align: center;
margin: 50px 0;
}
.nav_title {
padding: 10px 0 10px 10px;
margin:25px 0;
background-color: #eeeeee;
}
.nav_title h2 {
padding-left: 5px;
border-left: 3px solid #1E9FFF;
height: 14px;
line-height: 14px;
font-weight: 600;
}
.video_authentication {
text-align: center;
height: 300px;
margin-top: 30px;
}
.video_authentication h5 {
text-align: left;
margin-bottom: 10px;
}
.sms_authentication div{
display: inline-block;
width: 49%;
}
.sms_authentication div span {
display: inline-block;
}
.sms_authentication div input {
display: inline-block;
width: 85%;
}
.phone {
display: inline-block;
white-space: nowrap;
}
.phone input {
width: 65%!important;
}
.captcha, .num {
border: 1px solid #dedede;
border-radius: 23px;
cursor: pointer;
font-size: 12px;
color: #6e7172;
text-align: center;
line-height: 23px;
display: inline-block;
}
.num {
display: none;
}