• dede完美分页样式


    html

     <div class="dede_pages">
                  <ul class="pagelist">
                    {dede:pagelist listitem="info,index,end,pre,next,pageno,option"listsize="1"/}
                  </ul>
     </div>

    css

     /*page*/
    .dede_pages { clear: both; padding: 1em 0 .5em 0; text-align: center }
    .pagelist { margin: 40px 0px; font-size: 12px; color: #999;display: inline-block; *display: inline; *zoom: 1; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) }
    .pagelist li {font-size: 12px;  list-style: none; display: inline; float: left; line-height: 1em; text-decoration: none; border: 1px solid #ddd; border-left- 0 }
    .pagelist li a {font-size: 12px;  display: inline-block; padding: .5em .8em; color: #999 }
    .pagelist li a:link { background: #fff; color: #999 }
    .pagelist li a:hover { text-decoration: none }
    .pagelist li a:link:hover { color: #000 }
    .pagelist li.thisclass { color: #999 }
    .pagelist li:first-child { border-left- 1px; border-radius: 3px 0 0 3px }
    .pagelist li:last-child { border-radius: 0 3px 3px 0 }
    .pagelist .pageinfo { color: #999;font-size: 12px;}
    .pageinfo {font-size: 12px;  display: inline-block; padding: .4em .8em; color: #999 }
    .pageinfo strong{font-size: 12px;color:#999;}
    .select { border: none; color: #999; height: 24px }
    .thisclass { display: inline-block; padding: .5em .8em; color: #999 }
    /*page*/


    arc.listview.class.php替换原文件中的文件

  • 相关阅读:
    微信小程序 模板语法-列表渲染
    Fast Matrix Calculation HDU
    AT4845 [ABC164E] Two Currencies
    [ABC127E] Cell Distance
    CF18E Flag 2
    CF10C Digital Root
    CF8C Looking for Order
    [ARC075B] Widespread
    旅行商问题
    AcWing 291. 蒙德里安的梦想
  • 原文地址:https://www.cnblogs.com/zhouyx/p/5420162.html
Copyright © 2020-2023  润新知