.ztxk-footer {
  background-color: @bg-white;
  height: @footer-height;
  display: flex;
  align-items: center;
  padding-left: 10px;
  z-index: 20;
  .ztxk-footer--group {
    display: flex;
    align-items: center;
    .ztxk-pagination {
      margin-right: @margin-base;
    }
    > button {
      margin-right: @margin-base;
      &:last-child {
        margin-right: 0;
      }
    }
  }
  .footer-pagination {
    color: @text-color;
    > span {
      color: @link-color;
      padding: 0 2px;
    }
  }
}
