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;
}

 

  

转载于:https://wwwblogs/zhanghuiyun/p/5582377.html

更多推荐

css -- 映像 ,分页(上一页下一页)