博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css -- 映像 ,分页(上一页下一页)
阅读量:5324 次
发布时间:2019-06-14

本文共 501 字,大约阅读时间需要 1 分钟。

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://www.cnblogs.com/zhanghuiyun/p/5582377.html

你可能感兴趣的文章
AutoMapper的使用
查看>>
Linux mint 安装踩坑记录
查看>>
实现最大堆
查看>>
Linux下CD/DVD刻录软件
查看>>
fcc html5 css 练习3
查看>>
POJ 8208 矩形分割 【二分】【北大ACM/ICPC竞赛训练】
查看>>
rtmp搭建直播系统
查看>>
小程序开发之xxx is not defined
查看>>
vue插件使用-element/swiper/Iconfont
查看>>
MySQL的 Grant命令权限分配
查看>>
4G模块调试记录
查看>>
最小的N个和
查看>>
现阶段的认识2013.3
查看>>
ORA-08189: cannot flashback the table because row movement is not enabled.
查看>>
移动端拖拽(模块化开发,触摸事件,webpack)
查看>>
mybatis中#{}和${}的区别
查看>>
sql常识-SQL 通配符
查看>>
信号灯
查看>>
php 配置正确的时间
查看>>
基于Python对象引用、可变性和垃圾回收详解
查看>>