在css样式中引入字体图标
程序员文章站
2022-05-11 09:14:15
...
- 把字体图标样式引入,再引入content字体编码
- 按需加入/deep
/deep/.el-form-item__error:before {
content: "\e60d" !important; //这个content对应字体图标文件的
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
上一篇: PAT_B1004 | 成绩排名
下一篇: css3小知识1