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

  

上一篇:codility上的问题(26) Hydrogenium 2013


下一篇:JAVA轻量级文件监控