将PNG用于带有离子的标签

时间:2018-06-20 12:08:09

标签: angular ionic-framework

编码后

ion-icon {
&[class*="before-"] {
    // Instead of using the font-based icons
    // We're applying SVG masks
    mask-size: contain;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    background: currentColor;
    width: 1em;
    height: 1em;
}
// custom icons
&[class*="before-icon"] {
    mask-image: url('../assets/imgs/Stage1.png');}

该标签显示没有图像的正方形。 我该如何解决?

0 个答案:

没有答案