微信小程序引用阿里iconfont图标,为什么没法通过color改变字体颜色?
<text class="iconfont icon-wode search__container__icon"></text>
.search__container__icon{
margin: 0 20rpx;
line-height: 40rpx;
color: red !important;
background-color: gray;
}
[图片] 背景颜色变灰了,但是字体没有变红,就算加了important也没用 如何改变iconfont字体颜色呢???