AutoPager简明攻略六-杂七杂八

AutoPager简明攻略系列文章

这里是一些AutoPager小技巧

修改翻页提示样式

翻页提示样式就是在设置里“一般”标签那3个样式啦,有没有发现部分网站显示出来的翻页提示文件有些时候大,有些时候小?这是因为默认样式中用了相对数值。这里有我的修改版。

  • 搞定了字体忽大忽小
  • 把绿色改为Goole那个蓝色
  • 分隔符上下加了点空白

“加载中”提示的样式

position: fixed; z-index: 2; font-size: 12px; bottom: 1px; right: 20px;padding: 1px; background: #D5DDF3 none repeat scroll 0%; display:none;

分页符样式

clear:both; line-height:20px; background:#D5DDF3; text-align:center;margin-top:20px;margin-bottom:20px;

翻页提示样式

line-height:normal;width:190px;position: fixed; z-index: 2; font-size: 12px; bottom: 1px; right: 20px;padding: 1px; background: #D5DDF3 none repeat scroll 0%; display:none;

This entry was posted in 经验技巧 and tagged . Bookmark the permalink.

发表评论

您的电子邮箱不会被公开。 标记为 * 的区域必须填写

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">