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

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

 

  

posted @ 2016-06-13 23:35  ^^-^^-  阅读(1305)  评论(0编辑  收藏  举报