123456789101112131415161718192021222324252627282930313233343536 |
- @font-face {
- font-family: "iconfont";
- src: url('@/common/css/iconfont.ttf') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-yonghu:before {
- content: "\e614";
- }
- .icon-shanchu:before {
- content: "\e68a";
- }
- .icon-dayuhao:before {
- content: "\e625";
- }
- .icon-gengduo:before {
- content: "\1017a";
- }
- .icon-erweima:before {
- content: "\1017b";
- }
- .icon-shezhi:before {
- content: "\1017c";
- }
|