zoukankan      html  css  js  c++  java
  • mvc.net分页查询案例——mvc-paper.css

    /* ---- mvc_pager ----  */
    .mvc_pager
    {
        float:left;
        100%;
        display:block;
        text-align: center;
        margin-top: 2px;
        font-family: Arial;
        vertical-align: middle;
    }
    .mvc_pager a
    {
        font-weight: bold;
        margin: 1px 3px;
        padding: 0.3em 0.5em 0.2em;
        text-align: center;
        border: #c00 1px solid;
        line-height: 25px;
    }
    .mvc_pager a:link, .mvc_pager a:visited, .pagenextpage a:visited
    {
        font-weight: bold;
        margin: 1px 3px;
        padding: 0.3em 0.5em 0.2em;
        text-align: center;
        background: #f66;
        border: #c00 1px solid;
        color: #fff;
        line-height: 25px;
    }
    .mvc_pager a:hover
    {
        font-weight: bold;
        margin: 1px 3px;
        padding: 0.3em 0.5em 0.2em;
        text-align: center;
        background: #f30;
        border: #c30 1px solid;
        color: #fff;
        line-height: 25px;
    }
    .thispagethis
    {
        font-weight: bold;
        margin: 1px 3px;
        padding: 0.3em 0.5em 0.2em;
        text-align: center;
        background: #b00000;
        border: #c30 1px solid;
        color: #fff;
        line-height: 25px;
    }
    /* ------------ */

  • 相关阅读:
    CodeForces
    网络流
    poj 2185
    树的分治学习
    数位DP
    URAL 1969. Hong Kong Tram
    hdu 4759 Poker Shuffle
    hdu3712 Detector Placement
    分块思想
    莫比乌斯反演
  • 原文地址:https://www.cnblogs.com/a1111/p/7459643.html
Copyright © 2011-2022 走看看