123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- @font-face {
- font-family: "iconfont"; /* Project id 4808041 */
- src: url('./static/fonts/iconfont.woff2?t=1736584627279') format('woff2'),
- url('./static/fonts/iconfont.woff?t=1736584627279') format('woff'),
- url('./static/fonts/iconfont.ttf?t=1736584627279') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-qianbi:before {
- content: "\e69d";
- }
- .icon-dingdan:before {
- content: "\e617";
- }
- .icon-shezhi:before {
- content: "\e614";
- }
- .icon-xiazai:before {
- content: "\e64f";
- }
- .icon-shoucang:before {
- content: "\e633";
- }
- .icon-anquan:before {
- content: "\e663";
- }
- .icon-yonghuzu:before {
- content: "\e607";
- }
- .icon-xiugai:before {
- content: "\e63e";
- }
- .icon-shijian:before {
- content: "\e640";
- }
- .icon-time:before {
- content: "\e656";
- }
- .icon-chevron-left:before {
- content: "\e7ee";
- }
- .icon-chevron-right:before {
- content: "\e7ef";
- }
- .icon-filter:before {
- content: "\e805";
- }
- .icon-filter-filled:before {
- content: "\e806";
- }
- .icon-menu:before {
- content: "\e828";
- }
- .icon-search:before {
- content: "\e845";
- }
- .icon-comment:before {
- content: "\e668";
- }
- .icon-comment-filling:before {
- content: "\e689";
- }
- .icon-home-fill:before {
- content: "\e857";
- }
- .icon-home:before {
- content: "\e858";
- }
- .icon-user-s:before {
- content: "\e634";
- }
- .icon-user-line:before {
- content: "\e635";
- }
|