/*
图标定义
*/
/*svg图标*/
@import "./svg.css";
.e-icon{
  vertical-align: middle;
  line-height: 1;
}
/*字体图标*/
@font-face {
  font-family: "emmmuifont";
  src: url("../font/emmmuifont.woff2") format("woff2"), url("../font/emmmuifont.woff") format("woff"), url("../font/emmmuifont.svg") format("svg"), url("../font/emmmuifont.ttf") format("truetype");
  font-weight: normal; font-style: normal;
}
.e-font{
  font-family: "emmmuifont";
  display: inline-block;
  vertical-align: middle;
   -webkit-font-smoothing: antialiased;
   font-size: 14px;
   &.e-font-arrow-right::before{
     content: '\EA01';
   }
   &.e-font-check::before{
     content: '\EA02';
   }
}
