[class^="icon-"] {
|
font-family: "iconfont" !important;
|
font-size: 18px !important;
|
font-style: normal;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
|
.el-menu-item [class^=icon-] {
|
margin-right: 5px;
|
width: 24px;
|
text-align: center;
|
font-size: 18px;
|
vertical-align: middle;
|
}
|
|
.el-sub-menu [class^=icon-] {
|
vertical-align: middle;
|
margin-right: 5px;
|
width: 24px;
|
text-align: center;
|
font-size: 18px;
|
}
|
|
|
|
/* 引入第三方或自定义的字体图标样式 */
|
@font-face {
|
font-family: "iconfont";
|
/* Project id 5036193 */
|
src: url('http://at.alicdn.com/t/c/font_5036193_oy8qa3dm2p.ttf?t=1760517592788') format('truetype');
|
}
|
|
.iconfont {
|
font-family: "iconfont" !important;
|
font-size: 16px;
|
font-style: normal;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
|
.iconfont-icon-tuceng:before {
|
content: "\ea2d";
|
}
|
|
.iconfont-icon-dingwei:before {
|
content: "\e610";
|
}
|
|
.iconfont-icon-qiehuan:before {
|
content: "\e7ee";
|
}
|