_robot-check.css
1.38 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
.robot-check-page {
.captcha {
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.download {
margin-bottom: 100px;
}
.title {
font-size: 16px;
text-align: center;
}
.captcha-wrap {
width: 270px;
min-height: 30px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 25px 0;
.img-check {
margin: 0;
}
}
.confirm {
display: block;
color: white;
width: 270px;
height: 48px;
background: #444;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 20px;
line-height: 48px;
cursor: pointer;
letter-spacing: 10px;
}
.bottom-down {
width: 350px;
margin: 0 auto;
overflow: hidden;
padding-top: 34px;
.qr-code {
width: 130px;
height: 130px;
background: url("/download/down-qr-code.png");
}
.down-btns {
width: 200px;
height: 60px;
display: block;
}
.down-app-btn {
margin-bottom: 8px;
background: url("/download/app-down.png");
}
.down-apk-btn {
background: url("/download/apk-down.png");
}
}
}