_robot-check.css
704 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
.robot-check-page {
height: 400px;
.captcha {
width: 1150px;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
}
.title {
font-size: 20px;
text-align: center;
}
.captcha-wrap {
width: 270px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.confirm {
display: block;
color: white;
width: 270px;
height: 50px;
background: #ff1901;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 20px;
line-height: 50px;
cursor: pointer;
letter-spacing: 10px;
}
}