多色
小于 1 分钟
使用多色图标时,需采用 svg 标签,并通过 class 设置大小
<svg class="svg-icon" aria-hidden="true">
<use xlink:href="#yds-xxx"></use>
</svg>
<style>
.svg-icon {
width: 100px;
height: 100px;
}
</style>
使用多色图标时,需采用 svg 标签,并通过 class 设置大小
<svg class="svg-icon" aria-hidden="true">
<use xlink:href="#yds-xxx"></use>
</svg>
<style>
.svg-icon {
width: 100px;
height: 100px;
}
</style>