| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 | 
							- @font-face {
 
-   font-family: "iconfont";
 
-   src: url('@/static/font/iconfont.ttf') format('truetype');
 
- }
 
- .iconfont {
 
-   font-family: "iconfont" !important;
 
-   font-size: 16px;
 
-   /* #ifndef APP-ANDROID */
 
-   display: inline-block;
 
-   /* #endif */
 
-   font-style: normal;
 
-   /* #ifdef WEB */
 
-   -webkit-font-smoothing: antialiased;
 
-   -moz-osx-font-smoothing: grayscale;
 
-   /* #endif */
 
-  
 
- }
 
- /* #ifndef APP-ANDROID */
 
- .icon-user:before {
 
-   content: "\e7ae";
 
- }
 
- .icon-password:before {
 
-   content: "\e8b2";
 
- }
 
- .icon-code:before {
 
-   content: "\e699";
 
- }
 
- .icon-setting:before {
 
-   content: "\e6cc";
 
- }
 
- .icon-share:before {
 
-   content: "\e739";
 
- }
 
- .icon-edit:before {
 
-   content: "\e60c";
 
- }
 
- .icon-version:before {
 
-   content: "\e63f";
 
- }
 
- .icon-service:before {
 
-   content: "\e6ff";
 
- }
 
- .icon-friendfill:before {
 
-   content: "\e726";
 
- }
 
- .icon-community:before {
 
-   content: "\e741";
 
- }
 
- .icon-people:before {
 
-   content: "\e736";
 
- }
 
- .icon-dianzan:before {
 
-   content: "\ec7f";
 
- }
 
- .icon-right:before {
 
-   content: "\e7eb";
 
- }
 
- .icon-logout:before {
 
-   content: "\e61d";
 
- }
 
- .icon-help:before {
 
-   content: "\e616";
 
- }
 
- .icon-github:before {
 
-   content: "\e628";
 
- }
 
- .icon-aixin:before {
 
-   content: "\e601";
 
- }
 
- .icon-clean:before {
 
-   content: "\e607";
 
- }
 
- .icon-refresh:before {
 
-   content: "\e604";
 
- }
 
- /* #endif */
 
 
  |