代码:
.el-icon-date {
background: url('你的图片路径') center center no-repeat;
background-size: 20px;
}
.el-icon-date:before {
content: "替";
font-size: 16px;
visibility: hidden;
}
注意这里除了class
的值和background
的值需要改变,其它都不需要边,:before
的content
值就是"替"
同时注意一下,before一开始前面我写了两个::
,但是没有效果,改成一个符号后,是可以的