scss 号码精灵

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 号码精灵相关的知识,希望对你有一定的参考价值。

@mixin sprite($path, $w, $ratio) {
    $h: $w * $ratio;
    display: inline-block;
    width: $w;
    height: $h;
    background-image: url($path);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: transparent;
    line-height: 0;
    &[data-count='0'] {
        background-position: center 0;
    }
    &[data-count='1'] {
        background-position: center ($h * -1);
    }
    &[data-count='2'] {
        background-position: center ($h * -2);
    }
    &[data-count='3'] {
        background-position: center ($h * -3);
    }
    &[data-count='4'] {
        background-position: center ($h * -4);
    }
    &[data-count='5'] {
        background-position: center ($h * -5);
    }
    &[data-count='6'] {
        background-position: center ($h * -6);
    }
    &[data-count='7'] {
        background-position: center ($h * -7);
    }
    &[data-count='8'] {
        background-position: center ($h * -8);
    }
    &[data-count='9'] {
        background-position: center ($h * -9);
    }
}

以上是关于scss 号码精灵的主要内容,如果未能解决你的问题,请参考以下文章

scss Compass中精灵生成的高级示例

scss 精灵

scss 用sass /指南针制作的精灵图像

豌豆手机精灵里面添加号码时,选择PCSC什么意思?谢谢!

天猫精灵X1使用感想

移动互联的精灵-移动端车牌识别