jquery.sPage.css
1.4 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
79
80
81
82
83
84
.spage-total {
margin-right: 20px;
line-height: 35px;
}
.spage-number,.spage-total {
display: inline-block;
color: #666;
font-size: 14px;
}
.spage-number span {
position: relative;
height:33px;
display: inline-block;
box-sizing: border-box;
margin-left: -1px;
padding: 0 14px;
border: 1px solid #ddd;
text-align: center;
line-height: 33px;
cursor: pointer;
transition: all .2s;
}
.spage-number span.active,.spage-number span.active:hover {
z-index: 3;
border-color: #C81A27;
background: #C81A27;
color: #fff;
}
.spage-number span:hover {
background-color: #eee;
}
.spage-number span.span-disabled {
color: #ccc;
cursor: not-allowed;
}
.spage-skip {
margin-left: 20px;
color: #666;
font-size: 14px;
}
.spage-skip,.spage-skip input {
display: inline-block;
line-height: 35px;
}
.spage-skip input {
box-sizing: border-box;
width: 45px;
height: 35px;
outline: 0;
border: 1px solid #ddd;
vertical-align: top;
text-align: center;
transition: all .2s;
}
.spage-skip input:focus {
border-color: #2d98e6;
}
.spage-skip span {
display: inline-block;
padding: 0 14px;
outline: 0;
border: 1px solid #ddd;
color: #666;
vertical-align: top;
line-height: 33px;
cursor: pointer;
transition: all .2s;
}
.spage-skip span:hover {
border: 1px solid #2d98e6;
background: #2d98e6;
color: #fff;
}