_captcha.css
1.36 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
73
74
75
76
77
78
/* ======================= *\
Module: 图片旋转验证
\* ======================= */
.img-check {
margin-top: 25px;
margin-bottom: 25px;
width: 270px;
}
.img-check-header {
font-size: 13px;
line-height: 13px;
text-align: left;
margin-bottom: 10px;
color: #b0b0b0;
}
.img-check-refresh {
float: right;
font-size: 13px;
color: #ff1901;
cursor: pointer;
}
.img-check-pics {
display: inline-block;
width: 270px;
height: 62px;
padding: 0;
position: relative;
li {
float: left;
background: white no-repeat;
background-size: 240px 240px;
width: 60px !important;
height: 60px !important;
border: 1px #e0e0e0 solid;
margin-right: 7px;
cursor: pointer;
&.last-child {
margin-right: 0;
}
}
}
.img-check-main {
.img-check-tip {
display: inline-block;
position: absolute;
left: 0;
top: 90px;
font-size: 13px;
line-height: 19px;
height: 19px;
color: red;
i {
font-size: 13px !important;
}
}
}
.img-check-tip-gee {
display: inline-block;
position: absolute;
left: 0;
top: 30px;
font-size: 13px;
line-height: 19px;
height: 19px;
color: red;
i {
font-size: 13px !important;
}
}