12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @font-face {
- font-family: "iconfont"; /* Project id 3570109 */
- src: url('//at.alicdn.com/t/c/font_3570109_rigge48t9h.woff2?t=1660293904905') format('woff2'),
- url('//at.alicdn.com/t/c/font_3570109_rigge48t9h.woff?t=1660293904905') format('woff'),
- url('//at.alicdn.com/t/c/font_3570109_rigge48t9h.ttf?t=1660293904905') format('truetype');
- }
-
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-xuanze:before {
- content: "\e63d";
- }
-
- .icon-xuanze1:before {
- content: "\e611";
- }
-
- .icon-sousuo:before {
- content: "\e651";
- }
-
- .icon-quxiao:before {
- content: "\e60f";
- }
-
- .icon-shanchu:before {
- content: "\ec7b";
- }
-
- .icon-xiangxia:before {
- content: "\e612";
- }
-
- .icon-tupian:before {
- content: "\e607";
- }
-
|