随笔分类 -  图标icon

摘要:兼容nvue 1.只能使用text标签<text class="iconfont" style="color: #fff;font-size: 28rpx;">&#xe6ec;</text> 2.App.vue设置,引入iconfont onLaunch() { // #ifdef APP-PLUS 阅读全文
posted @ 2023-10-10 10:55 Deer_Lin 阅读(619) 评论(0) 推荐(0)
摘要:1.找到相对应的svg文件 比如我使用的图标名:lights vue: <svg-icon icon-class="lights" class="set-svg-color" :style="{color:'#c3f432'}" /> 文件: 2.修改,将固定颜色改为自定义名称 3.增加样式 (1) 阅读全文
posted @ 2021-06-26 18:11 Deer_Lin 阅读(4589) 评论(0) 推荐(0)
摘要:前言:发现社区在对nvue使用iconfont图标的文章还是比较少,在这里刚好遇到了,那就分享一下我的解决方法。 在项目中遇到了需要在nvue里使用iconfont图标,刚开始照着社区搜索的答案:https://ask.dcloud.net.cn/question/64622 这样引入css文件: 阅读全文
posted @ 2020-07-17 02:40 Deer_Lin 阅读(846) 评论(0) 推荐(0)