c58fe166a3a74877a15235363cb28246ec11f80d.svn-base
1.0 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
* {
margin: 0;
padding: 0;
list-style: none;
}
.fl {
float: left;
}
.box {
width: 600px;
height: 40px;
line-height: 40px;
text-align: center;
margin-top: 10px;
}
.box button {
padding: 0 10px;
margin: 0 10px;
height: 40px;
float: left;
cursor: pointer;
border: 1px solid #ebebeb;
background-color: #ffffff;
}
.box .first-page,
.box .last-page {
margin: 0;
}
.box .pageWrap {
height: 40px;
float: left;
overflow: hidden;
}
.box .pageWrap ul {
width: 100000px;
height: 40px;
float: left;
}
.box .pageWrap ul li {
width: 60px;
height: 40px;
border: 1px solid #ebebeb;
line-height: 40px;
box-sizing: border-box;
cursor: pointer;
float: left;
}
.box .pageWrap ul .sel-page {
background-color: #20a0ff;
color: #fff;
}
.box .jump-text {
width: 60px;
height: 40px;
box-sizing: border-box;
text-align: center;
margin: 0 5px;
float: left;
}
.box .jump-button {
margin: 0;
float: left;
}
.box .total-pages,
.box .total-count {
margin-left: 10px;
float: left;
font-size: 14px;
}