Home > Backend Development > PHP Tutorial > thinkphp 当前页样式有关问题(分页)

thinkphp 当前页样式有关问题(分页)

WBOY
Release: 2016-06-13 11:48:17
Original
837 people have browsed it

thinkphp 当前页样式问题(分页)
问个问题,关于thinkphp分页样式的,$Page->setConfig('theme','

  • %upPage%
  • %prePage%
  • %linkPage%
  • %nextPage%
  • %downPage%
  • %end%
  • '); 这个设置好了,坑爹的有个当前页:比如1,然后我在CSS样式加个.current 样式,貌似没效果(比如我把它的颜色变成红色--只为测试作用),有谁遇到过么,怎么解决的呢,希望大家探讨探讨下。
    ------解决方案--------------------
    接分!
    ------解决方案--------------------
    怎么解决的?应该是后面的css覆盖了你写的css了,所以你的不生效了吧?或者写错了
    ------解决方案--------------------
    通过firebug,查看css属性,是否用到样式。
    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template