Blame view

public/scss/_pager.css 508 Bytes
刘传洋 authored
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;
    }
}