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: " 0AB"; padding-right: 0.5em; } ol.pagination a[rel="next"]:before{ content: " 0BB"; padding-left: 0.5em; }