
.april-paginator{
  width: 100%;
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  &-content{
    overflow: hidden;
    padding: 10px 20px;
    display: inline-block;
    &-item{
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      margin: 0 5px;
      float: left;
      font-size: 12px;
      border-radius: 2px;
      transition: background 500ms;
      &:hover{
        cursor: pointer;
      }
      &-frist, &-last{
        width: auto;
        span{
          font-size: 14px;
        }
        background-color: rgba(0, 0, 0, 0) !important;
      }
      &-first{
        margin-left: 0;
      }
      &-current{
        background: #409eff;
        color: #fff;
      }
    }
    &-icon{
      width: 24px;
      height: 24px;
      line-height: 24px;
      margin: 0 5px;
      float: left;
      text-align: center;
    }
    &-change{
      float: left;
      margin-left: 20px;
      input{
        width: 50px;
        height: 24px;
        outline: none;
        border-radius: 2px;
        margin: 0 10px;
        text-align: center;
        overflow: hidden;
        border: 1px solid #ccc;
      }
      span{
        font-size: 14px;
        cursor: pointer;
        color: #409eff;
      }
    }
    &-size{
      font-size: 14px;
      float: right;
      margin-left: 25px;
      color: #606266;
      input{
        width: 40px;
        height: 24px;
        outline: none;
        border-radius: 2px;
        margin: 0 10px;
        text-align: center;
        border: 1px solid #ccc;
        overflow: hidden;
      }
    }
  }
}
