12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @font-face {
- font-family: "iconfont"; /* Project id 4679810 */
- src: url('/static/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-renminbi1688:before {
- content: "\e6cb";
- }
- .icon-right:before {
- content: "\e840";
- }
- .icon-Filter:before {
- content: "\e605";
- }
- .icon-map:before {
- content: "\e6a2";
- }
- .icon-pin:before {
- content: "\e647";
- }
- .icon-ClearFilter:before {
- content: "\e611";
- }
- .icon-dunpai1:before {
- content: "\e610";
- }
- .icon-dunpai:before {
- content: "\e604";
- }
- .icon-mn_dunpai_fill:before {
- content: "\e600";
- }
- .icon-hongsedunpai:before {
- content: "\e622";
- }
- .icon-arrow-sortdown-smal:before {
- content: "\e877";
- }
- .icon-a-1_zhaopin:before {
- content: "\e621";
- }
|