element-ui中 修改分页的样式

默认样式

在这里插入图片描述

效果图

在这里插入图片描述
修改未选中背景和字体

 /deep/.el-pagination.is-background .el-pager li:not(.disabled) {
      background-color: #0e1423;   // 进行修改未选中背景和字体
       color: #8fb1d2;
      border: 1px solid #4581ae;
      border-radius: 5px;
      width: 40px;
      height: 40px;
      line-height: 40px;
    }

修改选中后的样式

 /deep/.el-pagination.is-background .el-pager li:not(.disabled).active{
      background-color: #2b597d;
      color: #cafbfd;                      //修改选中后的样式
    }

上一页和下一页的样式

  //上一页和下一页的样式
    /deep/.el-pagination.is-background .btn-next{
      //margin: 0 5px;
      background-color: #0e1423;
      color: #8eb1cc;
      min-width: 68px;
      height: 40px;
      border-radius: 5px;
      border:1px solid #4581ae ;
    }
    /deep/.el-pagination.is-background .btn-prev{
      //margin: 0 5px;
      background-color: #0e1423;
      color: #8eb1cc;
      min-width: 68px;
      height: 40px;
      border-radius: 5px;
      border:1px solid #4581ae ;
    }
  • 13
    点赞
  • 19
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值