| 12345678910111213141516171819202122232425262728293031 |
- @font-face {
- font-family: "iconfont"; /* Project id 5112204 */
- src: url('iconfont.woff2?t=1768677323440') format('woff2'),
- url('iconfont.woff?t=1768677323440') format('woff'),
- url('iconfont.ttf?t=1768677323440') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .luckysheet-icon-shanchu:before {
- content: "\e617";
- }
- .luckysheet-icon-dingwei:before {
- content: "\e636";
- }
- .luckysheet-icon-suoding:before {
- content: "\e62d";
- }
- .luckysheet-icon-jiesuo:before {
- content: "\e62f";
- }
|