- 选择你需要的图片,SVG下载
推荐iconfont网站
- 将其转换成base64
转换网站
- 复制到app.css或你需要的页面css中
- 使用
wxml
<view class="contant_us"></view>
<text class="contant_us"></text>
wxss
//别忘了写宽高哦
.constant_us{
background-size:cover;
width:70rpx;
height:70rpx
}
2022-11-10 22:28:56
wxml
<view class="contant_us"></view>
<text class="contant_us"></text>
wxss
//别忘了写宽高哦
.constant_us{
background-size:cover;
width:70rpx;
height:70rpx
}