123456789101112131415161718192021222324252627282930313233 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('../../fonts/iconfont.ttf?t=1620785778159') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-xiaolaba:before {
- content: "\e64c";
- }
- .icon-bofang:before {
- content: "\e65b";
- }
- .icon-close:before {
- content: "\e608";
- }
- .icon-duihao:before {
- content: "\e7f0";
- }
- .icon-cuohao:before {
- content: "\e621";
- }
|