1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @font-face {
- font-family: "iconfont";
- /* Project id 4108322 */
- src: url('https://at.alicdn.com/t/c/font_4108322_vug2q9jhqf.woff2?t=1686122696678') format('woff2'),
- url('https://at.alicdn.com/t/c/font_4108322_vug2q9jhqf.woff?t=1686122696678') format('woff'),
- url('https://at.alicdn.com/t/c/font_4108322_vug2q9jhqf.ttf?t=1686122696678') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-youjiantou-copy:before {
- content: "\e654";
- }
- .icon-zhanghaoguanli:before {
- content: "\e80a";
- }
- .icon-xiugaimima:before {
- content: "\e66f";
- }
- .icon-tuandui:before {
- content: "\e68c";
- }
- .icon-bisai:before {
- content: "\e644";
- }
- .icon-jibenxinxi:before {
- content: "\e67c";
- }
- .icon-tuichudenglu:before {
- content: "\e70b";
- }
- .icon-bisai1:before {
- content: "\e60f";
- }
|