1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @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-shanchu:before {
- content: "\e68a";
- }
- .icon-weixin:before {
- content: "\e73b";
- }
- .icon-dayuhao:before {
- content: "\e625";
- }
- .icon-yonghu:before {
- content: "\e614";
- }
- .icon-erweima:before {
- content: "\1017b";
- }
- .icon-shezhi:before {
- content: "\1017c";
- }
- .icon-gengduo:before {
- content: "\e719";
- }
|