1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @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 */
-
- }
- .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";
- }
|