mirror of
https://github.com/GB28181/GB28181-Simulation-Tool.git
synced 2026-02-07 23:16:24 +08:00
33 lines
487 B
CSS
33 lines
487 B
CSS
#pager ul.pages {
|
|
display:block;
|
|
border:none;
|
|
text-transform:uppercase;
|
|
font-size:10px;
|
|
margin:10px 0 50px;
|
|
padding:0;
|
|
}
|
|
|
|
#pager ul.pages li {
|
|
list-style:none;
|
|
float:left;
|
|
border:1px solid #ccc;
|
|
text-decoration:none;
|
|
margin:0 5px 0 0;
|
|
padding:5px;
|
|
}
|
|
|
|
#pager ul.pages li:hover {
|
|
border:1px solid #003f7e;
|
|
}
|
|
|
|
#pager ul.pages li.pgEmpty {
|
|
border:1px solid #eee;
|
|
color:#eee;
|
|
}
|
|
|
|
#pager ul.pages li.pgCurrent {
|
|
border:1px solid #003f7e;
|
|
color:#000;
|
|
font-weight:700;
|
|
background-color:#eee;
|
|
} |