• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • web-static
  • sass
  • _pager.css
  • code review by fei.hong: do login and new sale search
    f77f58aa
    by hf
    2016-03-11 21:11:03 +0800  
    Browse Files
_pager.css 508 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
@use postcss-crip;
@use postcss-short;

.pager {
    fz: 12px;

    a {
        h: 24px;
        p: 0 9px;
        lh: 24px;
        d: inline-block;
        ta: center;
        mr: 8px;
        c: #222;

        &.cur {
            c: #fff #222;
        }

        &:first-child .iconfont {
            right: auto;
            left: -5px;
        }
    }

    .iconfont {
        position: relative;
        vertical-align: middle;
        bottom: 1px;
        right: -5px;
        font-size: 14px;
    }
}