效果
设置style
.el-icon-custom-love{
background: url(../assets/image/app/love.png) center no-repeat;
background-size: cover;
}
.el-icon-custom-love:before{
content: "相亲";
font-size: 16px;
visibility: hidden;
}
vue 自定义i标签image
阅读 83
2022-02-26
效果
设置style
.el-icon-custom-love{
background: url(../assets/image/app/love.png) center no-repeat;
background-size: cover;
}
.el-icon-custom-love:before{
content: "相亲";
font-size: 16px;
visibility: hidden;
}
相关推荐
精彩评论(0)