1、映像:-webkit-box-reflect:blow 2px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(0.52,transprent), to(white));

2、对于页码的上一页以及下一页:prev以及next ---- rel属性

设置样式
ol.pagination a[rel="prev"], ol.pagination a[rel="next"]
{ border:none; }
设置上一页下一页的箭头
ol.pagination a[rel="prev"]:before{
    content: "\00AB";
    padding-right: 0.5em;
}

ol.pagination a[rel="next"]:before{
    content: "\00BB";
    padding-left: 0.5em;
}

 

  

相关文章:

  • 2022-12-23
  • 2022-02-19
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-11-08
猜你喜欢
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2022-01-12
相关资源
相似解决方案