
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-11-1, 11:04:50
    Author     : Yoko(wanlala615@qq.com)
*/
.pages a,
.pages span {
    padding: 2px 5px;
    margin: 0 1px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 25px;
    min-width: 30px;
    font-size: 12px;
}

.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #449EFB;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}

.pages a:hover {
    border-color: #449EFB;
}

.pages span.current {
    background: #449EFB;
    color: #FFF;
    font-weight: 700;
    border-color: #449EFB;
    display: block;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 25px;
    min-width: 30px;
    font-size: 12px;
}

.pages div {
    width: auto;
    display: inline-block;
}